chore: release new versions

- @open-wc/building-rollup@0.22.11
 - @open-wc/building-webpack@2.13.10
 - @open-wc/dedupe-mixin@1.2.13
 - @open-wc/demoing-storybook@1.15.0
 - es-dev-server@1.46.0
 - @open-wc/karma-esm@2.13.21
 - @mdjs/core@0.1.7
 - @open-wc/rollup-plugin-html@0.3.6
 - @open-wc/rollup-plugin-polyfills-loader@0.4.3
 - @open-wc/scoped-elements@1.0.4
 - storybook-addon-markdown-docs@0.2.1
 - @open-wc/testing-karma-bs@1.3.54
 - @open-wc/testing-karma@3.3.10
This commit is contained in:
CircleCI
2020-03-26 21:18:08 +00:00
parent 0b2017c560
commit 94f832967f
26 changed files with 142 additions and 32 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.3...@open-wc/scoped-elements@1.0.4) (2020-03-26)
**Note:** Version bump only for package @open-wc/scoped-elements
## [1.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.2...@open-wc/scoped-elements@1.0.3) (2020-03-25)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.0.3",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
@@ -38,13 +38,13 @@
"helpers"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.12",
"@open-wc/dedupe-mixin": "^1.2.13",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.22.10",
"@open-wc/building-rollup": "^0.22.11",
"@open-wc/testing": "^2.5.8",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"npm-run-all": "4.1.3",
"rollup": "^1.31.1"
},