chore: release new versions

- @open-wc/scoped-elements@1.2.1
 - storybook-addon-web-components-knobs@0.3.15
 - @open-wc/testing-helpers@1.8.7
 - @open-wc/testing@2.5.22
This commit is contained in:
CircleCI
2020-08-14 18:24:22 +00:00
parent 08483df864
commit 0632bf2004
8 changed files with 42 additions and 7 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.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.2.0...@open-wc/scoped-elements@1.2.1) (2020-08-14)
### Bug Fixes
* **scoped-elements:** make code ie11 compatible ([08483df](https://github.com/open-wc/open-wc/commit/08483df864276f7d1ac5a72ca0fc1b37ad6367df))
# [1.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.2...@open-wc/scoped-elements@1.2.0) (2020-08-05)

View File

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

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.
## [0.3.15](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.14...storybook-addon-web-components-knobs@0.3.15) (2020-08-14)
**Note:** Version bump only for package storybook-addon-web-components-knobs
## [0.3.14](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.13...storybook-addon-web-components-knobs@0.3.14) (2020-08-05)
**Note:** Version bump only for package storybook-addon-web-components-knobs

View File

@@ -1,6 +1,6 @@
{
"name": "storybook-addon-web-components-knobs",
"version": "0.3.14",
"version": "0.3.15",
"description": "Storybook knobs for web-components based on custom-elements.json",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"lit-html": "^1.0.0"
},
"dependencies": {
"@open-wc/testing-helpers": "^1.8.6"
"@open-wc/testing-helpers": "^1.8.7"
},
"devDependencies": {
"@storybook/addon-a11y": "^5.3.1",

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.8.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.6...@open-wc/testing-helpers@1.8.7) (2020-08-14)
**Note:** Version bump only for package @open-wc/testing-helpers
## [1.8.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.5...@open-wc/testing-helpers@1.8.6) (2020-08-05)
**Note:** Version bump only for package @open-wc/testing-helpers

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "1.8.6",
"version": "1.8.7",
"publishConfig": {
"access": "public"
},
@@ -29,7 +29,7 @@
"fixtures"
],
"dependencies": {
"@open-wc/scoped-elements": "^1.2.0",
"@open-wc/scoped-elements": "^1.2.1",
"lit-element": "^2.2.1",
"lit-html": "^1.0.0"
},

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.
## [2.5.22](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.21...@open-wc/testing@2.5.22) (2020-08-14)
**Note:** Version bump only for package @open-wc/testing
## [2.5.21](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.20...@open-wc/testing@2.5.21) (2020-08-05)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.5.21",
"version": "2.5.22",
"publishConfig": {
"access": "public"
},
@@ -29,7 +29,7 @@
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.17.9",
"@open-wc/testing-helpers": "^1.8.6",
"@open-wc/testing-helpers": "^1.8.7",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.9",
"@types/mocha": "^5.0.0",