From fe8d5295069b93735a548e8a82faf90ece8abd5a Mon Sep 17 00:00:00 2001 From: CircleCI Date: Sat, 3 Oct 2020 15:52:16 +0000 Subject: [PATCH] chore: release new versions - @open-wc/building-rollup@1.9.2 - @open-wc/building-webpack@2.13.45 - @open-wc/demoing-storybook@2.4.4 - es-dev-server@1.57.7 - @open-wc/karma-esm@3.0.8 - polyfills-loader@1.7.3 - @open-wc/rollup-plugin-polyfills-loader@1.1.6 - @open-wc/testing-karma-bs@1.3.93 - @open-wc/testing-karma@4.0.8 --- packages/building-rollup/CHANGELOG.md | 8 ++++++++ packages/building-rollup/package.json | 4 ++-- packages/building-webpack/CHANGELOG.md | 8 ++++++++ packages/building-webpack/package.json | 4 ++-- packages/demoing-storybook/CHANGELOG.md | 8 ++++++++ packages/demoing-storybook/package.json | 6 +++--- packages/es-dev-server/CHANGELOG.md | 11 +++++++++++ packages/es-dev-server/package.json | 4 ++-- packages/karma-esm/CHANGELOG.md | 8 ++++++++ packages/karma-esm/package.json | 6 +++--- packages/polyfills-loader/CHANGELOG.md | 11 +++++++++++ packages/polyfills-loader/package.json | 2 +- packages/rollup-plugin-polyfills-loader/CHANGELOG.md | 8 ++++++++ packages/rollup-plugin-polyfills-loader/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 ++-- 18 files changed, 97 insertions(+), 19 deletions(-) diff --git a/packages/building-rollup/CHANGELOG.md b/packages/building-rollup/CHANGELOG.md index ae3155fa..4c4bf47e 100644 --- a/packages/building-rollup/CHANGELOG.md +++ b/packages/building-rollup/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.9.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.9.1...@open-wc/building-rollup@1.9.2) (2020-10-03) + +**Note:** Version bump only for package @open-wc/building-rollup + + + + + ## [1.9.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.9.0...@open-wc/building-rollup@1.9.1) (2020-09-25) **Note:** Version bump only for package @open-wc/building-rollup diff --git a/packages/building-rollup/package.json b/packages/building-rollup/package.json index 4534a105..1668f16c 100644 --- a/packages/building-rollup/package.json +++ b/packages/building-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/building-rollup", - "version": "1.9.1", + "version": "1.9.2", "publishConfig": { "access": "public" }, @@ -65,7 +65,7 @@ "@babel/preset-env": "^7.9.0", "@open-wc/building-utils": "^2.18.2", "@open-wc/rollup-plugin-html": "^1.2.4", - "@open-wc/rollup-plugin-polyfills-loader": "^1.1.5", + "@open-wc/rollup-plugin-polyfills-loader": "^1.1.6", "@rollup/plugin-babel": "^5.1.0", "@rollup/plugin-node-resolve": "^7.1.1", "babel-plugin-bundled-import-meta": "^0.3.2", diff --git a/packages/building-webpack/CHANGELOG.md b/packages/building-webpack/CHANGELOG.md index 73bcd87e..cb010440 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.45](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.44...@open-wc/building-webpack@2.13.45) (2020-10-03) + +**Note:** Version bump only for package @open-wc/building-webpack + + + + + ## [2.13.44](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.43...@open-wc/building-webpack@2.13.44) (2020-10-01) **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 cb43cf54..000c62fe 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.44", + "version": "2.13.45", "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.57.6", + "es-dev-server": "^1.57.7", "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 49ca0fde..48cc0430 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.4.4](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.4.3...@open-wc/demoing-storybook@2.4.4) (2020-10-03) + +**Note:** Version bump only for package @open-wc/demoing-storybook + + + + + ## [2.4.3](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.4.2...@open-wc/demoing-storybook@2.4.3) (2020-10-01) **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 36111228..f47581e8 100644 --- a/packages/demoing-storybook/package.json +++ b/packages/demoing-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/demoing-storybook", - "version": "2.4.3", + "version": "2.4.4", "publishConfig": { "access": "public" }, @@ -52,14 +52,14 @@ "@babel/preset-env": "^7.9.0", "@mdx-js/mdx": "^1.5.1", "@open-wc/rollup-plugin-html": "^1.2.4", - "@open-wc/rollup-plugin-polyfills-loader": "^1.1.5", + "@open-wc/rollup-plugin-polyfills-loader": "^1.1.6", "@rollup/plugin-node-resolve": "^7.1.1", "babel-plugin-bundled-import-meta": "^0.3.2", "babel-plugin-template-html-minifier": "^4.0.0", "command-line-args": "^5.0.2", "command-line-usage": "^6.1.0", "deepmerge": "^4.2.2", - "es-dev-server": "^1.57.6", + "es-dev-server": "^1.57.7", "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 d3fe3b2e..77bc6864 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.57.7](https://github.com/open-wc/open-wc/compare/es-dev-server@1.57.6...es-dev-server@1.57.7) (2020-10-03) + + +### Bug Fixes + +* **polyfills-loader:** remove source map URL ([31a952b](https://github.com/open-wc/open-wc/commit/31a952b98a78059471b9e606596b9557c6c43783)) + + + + + ## [1.57.6](https://github.com/open-wc/open-wc/compare/es-dev-server@1.57.5...es-dev-server@1.57.6) (2020-10-01) **Note:** Version bump only for package es-dev-server diff --git a/packages/es-dev-server/package.json b/packages/es-dev-server/package.json index f496bd61..885d30bf 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.57.6", + "version": "1.57.7", "publishConfig": { "access": "public" }, @@ -115,7 +115,7 @@ "open": "^7.0.3", "parse5": "^5.1.1", "path-is-inside": "^1.0.2", - "polyfills-loader": "^1.7.2", + "polyfills-loader": "^1.7.3", "portfinder": "^1.0.21", "rollup": "^2.7.2", "strip-ansi": "^5.2.0", diff --git a/packages/karma-esm/CHANGELOG.md b/packages/karma-esm/CHANGELOG.md index 42a5c460..b5bbc38a 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.8](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@3.0.7...@open-wc/karma-esm@3.0.8) (2020-10-03) + +**Note:** Version bump only for package @open-wc/karma-esm + + + + + ## [3.0.7](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@3.0.6...@open-wc/karma-esm@3.0.7) (2020-10-01) **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 a7cdbc41..cedcf040 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.7", + "version": "3.0.8", "publishConfig": { "access": "public" }, @@ -36,10 +36,10 @@ "babel-plugin-istanbul": "^5.1.4", "chokidar": "^3.0.0", "deepmerge": "^4.2.2", - "es-dev-server": "^1.57.6", + "es-dev-server": "^1.57.7", "minimatch": "^3.0.4", "node-fetch": "^2.6.0", - "polyfills-loader": "^1.7.2", + "polyfills-loader": "^1.7.3", "portfinder": "^1.0.21", "request": "^2.88.0" }, diff --git a/packages/polyfills-loader/CHANGELOG.md b/packages/polyfills-loader/CHANGELOG.md index 1990029f..f611cdf6 100644 --- a/packages/polyfills-loader/CHANGELOG.md +++ b/packages/polyfills-loader/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.7.3](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.7.2...polyfills-loader@1.7.3) (2020-10-03) + + +### Bug Fixes + +* **polyfills-loader:** remove source map URL ([31a952b](https://github.com/open-wc/open-wc/commit/31a952b98a78059471b9e606596b9557c6c43783)) + + + + + ## [1.7.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.7.1...polyfills-loader@1.7.2) (2020-09-25) **Note:** Version bump only for package polyfills-loader diff --git a/packages/polyfills-loader/package.json b/packages/polyfills-loader/package.json index 7848ec33..7d5ed37d 100644 --- a/packages/polyfills-loader/package.json +++ b/packages/polyfills-loader/package.json @@ -1,6 +1,6 @@ { "name": "polyfills-loader", - "version": "1.7.2", + "version": "1.7.3", "publishConfig": { "access": "public" }, diff --git a/packages/rollup-plugin-polyfills-loader/CHANGELOG.md b/packages/rollup-plugin-polyfills-loader/CHANGELOG.md index ab294bb7..f2e62f6b 100644 --- a/packages/rollup-plugin-polyfills-loader/CHANGELOG.md +++ b/packages/rollup-plugin-polyfills-loader/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.1.6](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.5...@open-wc/rollup-plugin-polyfills-loader@1.1.6) (2020-10-03) + +**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader + + + + + ## [1.1.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.4...@open-wc/rollup-plugin-polyfills-loader@1.1.5) (2020-09-25) **Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader diff --git a/packages/rollup-plugin-polyfills-loader/package.json b/packages/rollup-plugin-polyfills-loader/package.json index c817622f..7fe320cf 100644 --- a/packages/rollup-plugin-polyfills-loader/package.json +++ b/packages/rollup-plugin-polyfills-loader/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/rollup-plugin-polyfills-loader", - "version": "1.1.5", + "version": "1.1.6", "publishConfig": { "access": "public" }, @@ -37,6 +37,6 @@ ], "dependencies": { "@open-wc/rollup-plugin-html": "^1.2.4", - "polyfills-loader": "^1.7.2" + "polyfills-loader": "^1.7.3" } } diff --git a/packages/testing-karma-bs/CHANGELOG.md b/packages/testing-karma-bs/CHANGELOG.md index bf9a3145..aafb479f 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.93](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.92...@open-wc/testing-karma-bs@1.3.93) (2020-10-03) + +**Note:** Version bump only for package @open-wc/testing-karma-bs + + + + + ## [1.3.92](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.91...@open-wc/testing-karma-bs@1.3.92) (2020-10-01) **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 48b4f278..f18e8554 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.92", + "version": "1.3.93", "publishConfig": { "access": "public" }, @@ -32,7 +32,7 @@ "config" ], "dependencies": { - "@open-wc/testing-karma": "^4.0.7", + "@open-wc/testing-karma": "^4.0.8", "@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 0503cceb..be7caa85 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.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@4.0.7...@open-wc/testing-karma@4.0.8) (2020-10-03) + +**Note:** Version bump only for package @open-wc/testing-karma + + + + + ## [4.0.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@4.0.6...@open-wc/testing-karma@4.0.7) (2020-10-01) **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 23c3d0fc..6900bbdc 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.7", + "version": "4.0.8", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "compatibility" ], "dependencies": { - "@open-wc/karma-esm": "^3.0.7", + "@open-wc/karma-esm": "^3.0.8", "@types/karma": "^5.0.0", "@types/karma-coverage-istanbul-reporter": "^2.1.0", "@types/karma-mocha": "^1.3.0",