From 8a6c7bb805a77f6d5f6a42b444e89279ede89b51 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 2 Oct 2020 23:11:19 +0000 Subject: [PATCH] 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 --- .../storybook-addon-web-components-knobs/CHANGELOG.md | 8 ++++++++ .../storybook-addon-web-components-knobs/package.json | 4 ++-- packages/testing-helpers/CHANGELOG.md | 11 +++++++++++ packages/testing-helpers/package.json | 2 +- packages/testing/CHANGELOG.md | 8 ++++++++ packages/testing/package.json | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/storybook-addon-web-components-knobs/CHANGELOG.md b/packages/storybook-addon-web-components-knobs/CHANGELOG.md index 2f3dcb74..509154d8 100644 --- a/packages/storybook-addon-web-components-knobs/CHANGELOG.md +++ b/packages/storybook-addon-web-components-knobs/CHANGELOG.md @@ -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 diff --git a/packages/storybook-addon-web-components-knobs/package.json b/packages/storybook-addon-web-components-knobs/package.json index 2e5ca9a0..0751a9cf 100644 --- a/packages/storybook-addon-web-components-knobs/package.json +++ b/packages/storybook-addon-web-components-knobs/package.json @@ -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", diff --git a/packages/testing-helpers/CHANGELOG.md b/packages/testing-helpers/CHANGELOG.md index bb500713..1c899ca4 100644 --- a/packages/testing-helpers/CHANGELOG.md +++ b/packages/testing-helpers/CHANGELOG.md @@ -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) diff --git a/packages/testing-helpers/package.json b/packages/testing-helpers/package.json index 1b4ecfe7..59a29610 100644 --- a/packages/testing-helpers/package.json +++ b/packages/testing-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing-helpers", - "version": "1.8.9", + "version": "1.8.10", "publishConfig": { "access": "public" }, diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index b8f68137..a1a1aaa7 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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 diff --git a/packages/testing/package.json b/packages/testing/package.json index 3ad09eaa..70b41aef 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -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",