chore: release new versions

- storybook-addon-web-components-knobs@0.3.18
 - @open-wc/testing-helpers@1.8.10
 - @open-wc/testing@2.5.28
This commit is contained in:
CircleCI
2020-10-02 23:11:19 +00:00
parent a3b5b867a6
commit 8a6c7bb805
6 changed files with 32 additions and 5 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.
## [0.3.18](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.17...storybook-addon-web-components-knobs@0.3.18) (2020-10-02)
**Note:** Version bump only for package storybook-addon-web-components-knobs
## [0.3.17](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.16...storybook-addon-web-components-knobs@0.3.17) (2020-08-19)
**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.17",
"version": "0.3.18",
"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.9"
"@open-wc/testing-helpers": "^1.8.10"
},
"devDependencies": {
"@storybook/addon-a11y": "^5.3.1",

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.8.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.9...@open-wc/testing-helpers@1.8.10) (2020-10-02)
### Bug Fixes
* **testing-helpers:** replace ts-expect-error with ignore ([f64ed31](https://github.com/open-wc/open-wc/commit/f64ed31c4595019636ff8afc249fb9c01b858522))
## [1.8.9](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.8...@open-wc/testing-helpers@1.8.9) (2020-08-19)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "1.8.9",
"version": "1.8.10",
"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.
## [2.5.28](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.27...@open-wc/testing@2.5.28) (2020-10-02)
**Note:** Version bump only for package @open-wc/testing
## [2.5.27](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.26...@open-wc/testing@2.5.27) (2020-09-25)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.5.27",
"version": "2.5.28",
"publishConfig": {
"access": "public"
},
@@ -29,7 +29,7 @@
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.18.0",
"@open-wc/testing-helpers": "^1.8.9",
"@open-wc/testing-helpers": "^1.8.10",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.9",
"@types/mocha": "^5.0.0",