diff --git a/packages/building-webpack/CHANGELOG.md b/packages/building-webpack/CHANGELOG.md index 640d6592..b28bb3e2 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.28](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.27...@open-wc/building-webpack@2.13.28) (2020-05-22) + +**Note:** Version bump only for package @open-wc/building-webpack + + + + + ## [2.13.27](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.26...@open-wc/building-webpack@2.13.27) (2020-05-21) **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 c0090a87..bf27d1ef 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.27", + "version": "2.13.28", "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.7", + "es-dev-server": "^1.50.8", "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 27f44ec9..c6851bfc 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.14](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.13...@open-wc/demoing-storybook@2.2.14) (2020-05-22) + +**Note:** Version bump only for package @open-wc/demoing-storybook + + + + + ## [2.2.13](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.12...@open-wc/demoing-storybook@2.2.13) (2020-05-21) **Note:** Version bump only for package @open-wc/demoing-storybook diff --git a/packages/demoing-storybook/package.json b/packages/demoing-storybook/package.json index 3e9264e3..f9649c4c 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.13", + "version": "2.2.14", "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.7", + "es-dev-server": "^1.50.8", "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 3847a84d..ca6fe63d 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.8](https://github.com/open-wc/open-wc/compare/es-dev-server@1.50.7...es-dev-server@1.50.8) (2020-05-22) + + +### Bug Fixes + +* **es-dev-server:** make mime-types a dependency ([104d402](https://github.com/open-wc/open-wc/commit/104d40217ba284e16bf23b4f7435d0910967d5a8)) + + + + + ## [1.50.7](https://github.com/open-wc/open-wc/compare/es-dev-server@1.50.6...es-dev-server@1.50.7) (2020-05-21) diff --git a/packages/es-dev-server/package.json b/packages/es-dev-server/package.json index d750819c..e6ccf4fb 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.7", + "version": "1.50.8", "publishConfig": { "access": "public" }, diff --git a/packages/karma-esm/CHANGELOG.md b/packages/karma-esm/CHANGELOG.md index 901e5241..63e14e0d 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.8](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.7...@open-wc/karma-esm@2.16.8) (2020-05-22) + +**Note:** Version bump only for package @open-wc/karma-esm + + + + + ## [2.16.7](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.16.6...@open-wc/karma-esm@2.16.7) (2020-05-21) **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 56db8ccf..eff18b24 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.7", + "version": "2.16.8", "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.7", + "es-dev-server": "^1.50.8", "minimatch": "^3.0.4", "node-fetch": "^2.6.0", "polyfills-loader": "^1.6.1", diff --git a/packages/testing-karma-bs/CHANGELOG.md b/packages/testing-karma-bs/CHANGELOG.md index 21d07862..136bea9a 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.73](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.72...@open-wc/testing-karma-bs@1.3.73) (2020-05-22) + +**Note:** Version bump only for package @open-wc/testing-karma-bs + + + + + ## [1.3.72](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.71...@open-wc/testing-karma-bs@1.3.72) (2020-05-21) **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 e332679c..6a1d5cee 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.72", + "version": "1.3.73", "publishConfig": { "access": "public" }, @@ -32,7 +32,7 @@ "config" ], "dependencies": { - "@open-wc/testing-karma": "^3.3.29", + "@open-wc/testing-karma": "^3.3.30", "@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 cea78149..41f713fd 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.30](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.29...@open-wc/testing-karma@3.3.30) (2020-05-22) + +**Note:** Version bump only for package @open-wc/testing-karma + + + + + ## [3.3.29](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.28...@open-wc/testing-karma@3.3.29) (2020-05-21) **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 91461628..19b5a69e 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.29", + "version": "3.3.30", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "compatibility" ], "dependencies": { - "@open-wc/karma-esm": "^2.16.7", + "@open-wc/karma-esm": "^2.16.8", "@types/karma": "^5.0.0", "@types/karma-coverage-istanbul-reporter": "^2.1.0", "@types/karma-mocha": "^1.3.0",