Skip to content

Commit 50ea855

Browse files
author
CircleCI
committed
chore: release new versions
- storybook-addon-web-components-knobs@0.3.9 - @open-wc/testing-helpers@1.8.1 - @open-wc/testing@2.5.15
1 parent 1341fa9 commit 50ea855

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

packages/storybook-addon-web-components-knobs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.9](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.8...storybook-addon-web-components-knobs@0.3.9) (2020-04-26)
7+
8+
**Note:** Version bump only for package storybook-addon-web-components-knobs
9+
10+
11+
12+
13+
614
## [0.3.8](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.7...storybook-addon-web-components-knobs@0.3.8) (2020-04-26)
715

816
**Note:** Version bump only for package storybook-addon-web-components-knobs

packages/storybook-addon-web-components-knobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-web-components-knobs",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "Storybook knobs for web-components based on custom-elements.json",
55
"license": "MIT",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"lit-html": "^1.0.0"
3131
},
3232
"dependencies": {
33-
"@open-wc/testing-helpers": "^1.8.0"
33+
"@open-wc/testing-helpers": "^1.8.1"
3434
},
3535
"devDependencies": {
3636
"@storybook/addon-a11y": "^5.3.1",

packages/testing-helpers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.1](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.0...@open-wc/testing-helpers@1.8.1) (2020-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **testing-helpers:** constrain the type of defineCE ([#1470](https://github.com/open-wc/open-wc/issues/1470)) ([1341fa9](https://github.com/open-wc/open-wc/commit/1341fa96ad8adc83c9546cab1e1f6f62c1960322))
12+
13+
14+
15+
16+
617
# [1.8.0](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.7.2...@open-wc/testing-helpers@1.8.0) (2020-04-26)
718

819

packages/testing-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/testing-helpers",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/testing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.15](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.14...@open-wc/testing@2.5.15) (2020-04-26)
7+
8+
**Note:** Version bump only for package @open-wc/testing
9+
10+
11+
12+
13+
614
## [2.5.14](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.13...@open-wc/testing@2.5.14) (2020-04-26)
715

816

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/testing",
3-
"version": "2.5.14",
3+
"version": "2.5.15",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@open-wc/chai-dom-equals": "^0.12.36",
3131
"@open-wc/semantic-dom-diff": "^0.17.9",
32-
"@open-wc/testing-helpers": "^1.8.0",
32+
"@open-wc/testing-helpers": "^1.8.1",
3333
"@types/chai": "^4.2.11",
3434
"@types/chai-dom": "^0.0.9",
3535
"@types/mocha": "^5.0.0",

0 commit comments

Comments
 (0)