From 8f2c10f7a6c6d2dd78c9856913b83c99a636eddd Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 15 May 2020 17:41:04 +0000 Subject: [PATCH] chore: release new versions - @open-wc/building-webpack@2.13.22 - @open-wc/demoing-storybook@2.2.7 - es-dev-server@1.50.2 - @open-wc/karma-esm@2.16.2 - @open-wc/testing-karma-bs@1.3.67 - @open-wc/testing-karma@3.3.24 --- packages/building-webpack/CHANGELOG.md | 8 ++++++++ packages/building-webpack/package.json | 4 ++-- packages/demoing-storybook/CHANGELOG.md | 8 ++++++++ packages/demoing-storybook/package.json | 4 ++-- packages/es-dev-server/CHANGELOG.md | 11 +++++++++++ packages/es-dev-server/package.json | 2 +- packages/karma-esm/CHANGELOG.md | 8 ++++++++ packages/karma-esm/package.json | 4 ++-- 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 ++-- 12 files changed, 62 insertions(+), 11 deletions(-) diff --git a/packages/building-webpack/CHANGELOG.md b/packages/building-webpack/CHANGELOG.md index 234922bf..e5bf1c1e 100644 --- a/packages/building-webpack/CHANGELOG.md +++ b/packages/building-webpack/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.13.22](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.21...@open-wc/building-webpack@2.13.22) (2020-05-15) + +**Note:** Version bump only for package @open-wc/building-webpack + + + + + ## [2.13.21](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.20...@open-wc/building-webpack@2.13.21) (2020-05-14) **Note:** Version bump only for package @open-wc/building-webpack diff --git a/packages/building-webpack/package.json b/packages/building-webpack/package.json index 9ba8ff00..1c093a98 100644 --- a/packages/building-webpack/package.json +++ b/packages/building-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/building-webpack", - "version": "2.13.21", + "version": "2.13.22", "publishConfig": { "access": "public" }, @@ -53,7 +53,7 @@ "babel-plugin-template-html-minifier": "^4.0.0", "clean-webpack-plugin": "^2.0.0", "copy-webpack-plugin": "^5.0.1", - "es-dev-server": "^1.50.1", + "es-dev-server": "^1.50.2", "terser-webpack-plugin": "^2.3.0", "webpack-merge": "^4.1.5", "workbox-webpack-plugin": "^4.3.1" diff --git a/packages/demoing-storybook/CHANGELOG.md b/packages/demoing-storybook/CHANGELOG.md index e2d3bfc4..e44d9ed6 100644 --- a/packages/demoing-storybook/CHANGELOG.md +++ b/packages/demoing-storybook/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.2.7](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.6...@open-wc/demoing-storybook@2.2.7) (2020-05-15) + +**Note:** Version bump only for package @open-wc/demoing-storybook + + + + + ## [2.2.6](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.5...@open-wc/demoing-storybook@2.2.6) (2020-05-14) diff --git a/packages/demoing-storybook/package.json b/packages/demoing-storybook/package.json index 6e32a9c9..b144d5c3 100644 --- a/packages/demoing-storybook/package.json +++ b/packages/demoing-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/demoing-storybook", - "version": "2.2.6", + "version": "2.2.7", "publishConfig": { "access": "public" }, @@ -59,7 +59,7 @@ "command-line-args": "^5.0.2", "command-line-usage": "^6.1.0", "deepmerge": "^4.2.2", - "es-dev-server": "^1.50.1", + "es-dev-server": "^1.50.2", "es-module-lexer": "^0.3.13", "fs-extra": "^8.1.0", "glob": "^7.1.3", diff --git a/packages/es-dev-server/CHANGELOG.md b/packages/es-dev-server/CHANGELOG.md index 1e135187..c4092056 100644 --- a/packages/es-dev-server/CHANGELOG.md +++ b/packages/es-dev-server/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.50.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.50.1...es-dev-server@1.50.2) (2020-05-15) + + +### Bug Fixes + +* **es-dev-server:** don't rely on serverStart for built-in plugins ([7bb2b3f](https://github.com/open-wc/open-wc/commit/7bb2b3f654df53f4d1deaf708145946e198efdf1)) + + + + + ## [1.50.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.50.0...es-dev-server@1.50.1) (2020-05-14) diff --git a/packages/es-dev-server/package.json b/packages/es-dev-server/package.json index 8cd050a7..730b69f0 100644 --- a/packages/es-dev-server/package.json +++ b/packages/es-dev-server/package.json @@ -1,6 +1,6 @@ { "name": "es-dev-server", - "version": "1.50.1", + "version": "1.50.2", "publishConfig": { "access": "public" }, diff --git a/packages/karma-esm/CHANGELOG.md b/packages/karma-esm/CHANGELOG.md index 3c25986e..0b48d53b 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. +## [2.16.2](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.1...@open-wc/karma-esm@2.16.2) (2020-05-15) + +**Note:** Version bump only for package @open-wc/karma-esm + + + + + ## [2.16.1](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.0...@open-wc/karma-esm@2.16.1) (2020-05-14) **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 ba688dcf..f8d532bd 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.1", + "version": "2.16.2", "publishConfig": { "access": "public" }, @@ -36,7 +36,7 @@ "babel-plugin-istanbul": "^5.1.4", "chokidar": "^3.0.0", "deepmerge": "^4.2.2", - "es-dev-server": "^1.50.1", + "es-dev-server": "^1.50.2", "minimatch": "^3.0.4", "node-fetch": "^2.6.0", "polyfills-loader": "^1.6.0", diff --git a/packages/testing-karma-bs/CHANGELOG.md b/packages/testing-karma-bs/CHANGELOG.md index b82f6c6b..57145f66 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.67](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.66...@open-wc/testing-karma-bs@1.3.67) (2020-05-15) + +**Note:** Version bump only for package @open-wc/testing-karma-bs + + + + + ## [1.3.66](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.65...@open-wc/testing-karma-bs@1.3.66) (2020-05-14) **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 53e31623..16c201fc 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.66", + "version": "1.3.67", "publishConfig": { "access": "public" }, @@ -32,7 +32,7 @@ "config" ], "dependencies": { - "@open-wc/testing-karma": "^3.3.23", + "@open-wc/testing-karma": "^3.3.24", "@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 601f8334..878caee6 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. +## [3.3.24](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.23...@open-wc/testing-karma@3.3.24) (2020-05-15) + +**Note:** Version bump only for package @open-wc/testing-karma + + + + + ## [3.3.23](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.22...@open-wc/testing-karma@3.3.23) (2020-05-14) **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 310c2c58..7fdae7b6 100644 --- a/packages/testing-karma/package.json +++ b/packages/testing-karma/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing-karma", - "version": "3.3.23", + "version": "3.3.24", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "compatibility" ], "dependencies": { - "@open-wc/karma-esm": "^2.16.1", + "@open-wc/karma-esm": "^2.16.2", "@types/karma": "^5.0.0", "@types/karma-coverage-istanbul-reporter": "^2.1.0", "@types/karma-mocha": "^1.3.0",