From 4d8143cb62afe151e9affa209529131419a077b9 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 10 Aug 2020 19:36:54 +0000 Subject: [PATCH] chore: release new versions - @open-wc/karma-esm@3.0.3 - @open-wc/testing-karma-bs@1.3.88 - @open-wc/testing-karma@4.0.3 --- packages/karma-esm/CHANGELOG.md | 8 ++++++++ packages/karma-esm/package.json | 2 +- packages/testing-karma-bs/CHANGELOG.md | 8 ++++++++ packages/testing-karma-bs/package.json | 4 ++-- packages/testing-karma/CHANGELOG.md | 8 ++++++++ packages/testing-karma/package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/packages/karma-esm/CHANGELOG.md b/packages/karma-esm/CHANGELOG.md index 6d2ca00c..3cd9ca43 100644 --- a/packages/karma-esm/CHANGELOG.md +++ b/packages/karma-esm/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. +## [3.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@3.0.2...@open-wc/karma-esm@3.0.3) (2020-08-10) + +**Note:** Version bump only for package @open-wc/karma-esm + + + + + ## [3.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@3.0.1...@open-wc/karma-esm@3.0.2) (2020-08-04) **Note:** Version bump only for package @open-wc/karma-esm diff --git a/packages/karma-esm/package.json b/packages/karma-esm/package.json index 59033656..eaae2c1d 100644 --- a/packages/karma-esm/package.json +++ b/packages/karma-esm/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/karma-esm", - "version": "3.0.2", + "version": "3.0.3", "publishConfig": { "access": "public" }, diff --git a/packages/testing-karma-bs/CHANGELOG.md b/packages/testing-karma-bs/CHANGELOG.md index 0b79809c..0284599b 100644 --- a/packages/testing-karma-bs/CHANGELOG.md +++ b/packages/testing-karma-bs/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. +## [1.3.88](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.87...@open-wc/testing-karma-bs@1.3.88) (2020-08-10) + +**Note:** Version bump only for package @open-wc/testing-karma-bs + + + + + ## [1.3.87](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.86...@open-wc/testing-karma-bs@1.3.87) (2020-08-04) **Note:** Version bump only for package @open-wc/testing-karma-bs diff --git a/packages/testing-karma-bs/package.json b/packages/testing-karma-bs/package.json index 4afbabab..3bea946e 100644 --- a/packages/testing-karma-bs/package.json +++ b/packages/testing-karma-bs/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing-karma-bs", - "version": "1.3.87", + "version": "1.3.88", "publishConfig": { "access": "public" }, @@ -32,7 +32,7 @@ "config" ], "dependencies": { - "@open-wc/testing-karma": "^4.0.2", + "@open-wc/testing-karma": "^4.0.3", "@types/node": "^11.13.0", "karma-browserstack-launcher": "^1.0.0" } diff --git a/packages/testing-karma/CHANGELOG.md b/packages/testing-karma/CHANGELOG.md index c8b25e3b..8dbca8c6 100644 --- a/packages/testing-karma/CHANGELOG.md +++ b/packages/testing-karma/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. +## [4.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@4.0.2...@open-wc/testing-karma@4.0.3) (2020-08-10) + +**Note:** Version bump only for package @open-wc/testing-karma + + + + + ## [4.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@4.0.1...@open-wc/testing-karma@4.0.2) (2020-08-04) **Note:** Version bump only for package @open-wc/testing-karma diff --git a/packages/testing-karma/package.json b/packages/testing-karma/package.json index 94249657..cb289473 100644 --- a/packages/testing-karma/package.json +++ b/packages/testing-karma/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing-karma", - "version": "4.0.2", + "version": "4.0.3", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "compatibility" ], "dependencies": { - "@open-wc/karma-esm": "^3.0.2", + "@open-wc/karma-esm": "^3.0.3", "@types/karma": "^5.0.0", "@types/karma-coverage-istanbul-reporter": "^2.1.0", "@types/karma-mocha": "^1.3.0",