chore: release new versions

- @open-wc/building-rollup@0.22.12
 - @open-wc/building-utils@2.16.2
 - @open-wc/building-webpack@2.13.11
 - @open-wc/create@0.28.2
 - @open-wc/dedupe-mixin@1.2.14
 - @open-wc/demoing-storybook@1.15.2
 - es-dev-server@1.46.1
 - @open-wc/karma-esm@2.13.22
 - @open-wc/lit-helpers@0.3.6
 - @mdjs/core@0.1.8
 - polyfills-loader@1.5.3
 - @open-wc/rollup-plugin-html@0.3.7
 - rollup-plugin-index-html@1.10.5
 - @open-wc/rollup-plugin-polyfills-loader@0.5.1
 - @open-wc/scoped-elements@1.0.6
 - @open-wc/semantic-dom-diff@0.17.6
 - storybook-addon-markdown-docs@0.2.3
 - storybook-addon-web-components-knobs@0.3.5
 - @open-wc/testing-helpers@1.7.0
 - @open-wc/testing-karma-bs@1.3.55
 - @open-wc/testing-karma@3.3.11
 - @open-wc/testing@2.5.9
 - @open-wc/webpack-index-html-plugin@1.7.5
This commit is contained in:
CircleCI
2020-04-05 17:16:50 +00:00
parent 5c39676008
commit b26f78a062
46 changed files with 270 additions and 61 deletions

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.5...@open-wc/scoped-elements@1.0.6) (2020-04-05)
### Bug Fixes
* **scoped-elements:** define unused lazy scoped elements ([5b863a2](https://github.com/open-wc/open-wc/commit/5b863a2bbaa8647b29cc6818ffb6dadc7297caae))
## [1.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.4...@open-wc/scoped-elements@1.0.5) (2020-03-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.0.5",
"version": "1.0.6",
"publishConfig": {
"access": "public"
},
@@ -38,13 +38,13 @@
"helpers"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.13",
"@open-wc/dedupe-mixin": "^1.2.14",
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.22.11",
"@open-wc/testing": "^2.5.8",
"es-dev-server": "^1.46.0",
"@open-wc/building-rollup": "^0.22.12",
"@open-wc/testing": "^2.5.9",
"es-dev-server": "^1.46.1",
"lit-element": "^2.2.1",
"npm-run-all": "4.1.3",
"rollup": "^1.31.1"