Version Packages

This commit is contained in:
github-actions[bot]
2021-01-14 10:21:07 +00:00
committed by Thomas Allmer
parent 31ff454a87
commit dea0981c53
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'@open-wc/scoped-elements': patch
---
Add constructor to ScopedElementsHost type so that base constructors have the same return type as extensions. See [TypeScript issue](https://github.com/microsoft/TypeScript/issues/40110).

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.3
### Patch Changes
- 31ff454a: Add constructor to ScopedElementsHost type so that base constructors have the same return type as extensions. See [TypeScript issue](https://github.com/microsoft/TypeScript/issues/40110).
## 1.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.3.2",
"version": "1.3.3",
"publishConfig": {
"access": "public"
},