From aa63cdc79209b0af0b0d094049264737a5f3837c Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 24 Jul 2020 07:44:50 +0000 Subject: [PATCH] chore: release new versions - @open-wc/karma-esm@3.0.0 - @open-wc/testing-karma-bs@1.3.85 - @open-wc/testing-karma@4.0.0 --- packages/karma-esm/CHANGELOG.md | 19 +++++++++++++++++++ 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 | 19 +++++++++++++++++++ packages/testing-karma/package.json | 4 ++-- 6 files changed, 51 insertions(+), 5 deletions(-) diff --git a/packages/karma-esm/CHANGELOG.md b/packages/karma-esm/CHANGELOG.md index 4b0e5e5e..52486f85 100644 --- a/packages/karma-esm/CHANGELOG.md +++ b/packages/karma-esm/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.18...@open-wc/karma-esm@3.0.0) (2020-07-24) + + +### Features + +* **testing-karma:** use up to date coverage reporter ([e853364](https://github.com/open-wc/open-wc/commit/e853364b9dde1924199f4309cf6689b3bcc6e25f)), closes [#1164](https://github.com/open-wc/open-wc/issues/1164) + + +### BREAKING CHANGES + +* **testing-karma:** coverageIstanbulReporter object in karma config has been replaced with coverageReporter +move from karma-coverage-istanbul-reporter to karma-coverage + +See MIGRATION.md for more info. + + + + + ## [2.16.18](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.17...@open-wc/karma-esm@2.16.18) (2020-07-24) **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 ea2e7531..926d2ef4 100644 --- a/packages/karma-esm/package.json +++ b/packages/karma-esm/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/karma-esm", - "version": "2.16.18", + "version": "3.0.0", "publishConfig": { "access": "public" }, diff --git a/packages/testing-karma-bs/CHANGELOG.md b/packages/testing-karma-bs/CHANGELOG.md index 41344c62..b4e39bed 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.85](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.84...@open-wc/testing-karma-bs@1.3.85) (2020-07-24) + +**Note:** Version bump only for package @open-wc/testing-karma-bs + + + + + ## [1.3.84](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.83...@open-wc/testing-karma-bs@1.3.84) (2020-07-24) **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 e4248b91..e5cdd0ee 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.84", + "version": "1.3.85", "publishConfig": { "access": "public" }, @@ -32,7 +32,7 @@ "config" ], "dependencies": { - "@open-wc/testing-karma": "^3.4.8", + "@open-wc/testing-karma": "^4.0.0", "@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 210a1edb..c54b93b9 100644 --- a/packages/testing-karma/CHANGELOG.md +++ b/packages/testing-karma/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.4.8...@open-wc/testing-karma@4.0.0) (2020-07-24) + + +### Features + +* **testing-karma:** use up to date coverage reporter ([e853364](https://github.com/open-wc/open-wc/commit/e853364b9dde1924199f4309cf6689b3bcc6e25f)), closes [#1164](https://github.com/open-wc/open-wc/issues/1164) + + +### BREAKING CHANGES + +* **testing-karma:** coverageIstanbulReporter object in karma config has been replaced with coverageReporter +move from karma-coverage-istanbul-reporter to karma-coverage + +See MIGRATION.md for more info. + + + + + ## [3.4.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.4.7...@open-wc/testing-karma@3.4.8) (2020-07-24) **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 b510cc02..54cf7960 100644 --- a/packages/testing-karma/package.json +++ b/packages/testing-karma/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing-karma", - "version": "3.4.8", + "version": "4.0.0", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "compatibility" ], "dependencies": { - "@open-wc/karma-esm": "^2.16.18", + "@open-wc/karma-esm": "^3.0.0", "@types/karma": "^5.0.0", "@types/karma-coverage-istanbul-reporter": "^2.1.0", "@types/karma-mocha": "^1.3.0",