chore: release new versions

- @open-wc/building-rollup@1.2.6
 - @open-wc/building-utils@2.18.0
 - @open-wc/building-webpack@2.13.19
 - @open-wc/demoing-storybook@2.2.4
 - es-dev-server@1.49.0
 - @open-wc/karma-esm@2.14.2
 - polyfills-loader@1.6.0
 - @open-wc/rollup-plugin-html@1.0.4
 - rollup-plugin-index-html@1.12.4
 - @open-wc/rollup-plugin-polyfills-loader@1.0.5
 - @open-wc/testing-karma-bs@1.3.63
 - @open-wc/testing-karma@3.3.20
 - @open-wc/webpack-index-html-plugin@1.7.10
This commit is contained in:
CircleCI
2020-05-13 08:06:29 +00:00
parent 64323923e9
commit 7348913422
26 changed files with 151 additions and 35 deletions

View File

@@ -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.2.6](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.2.5...@open-wc/building-rollup@1.2.6) (2020-05-13)
**Note:** Version bump only for package @open-wc/building-rollup
## [1.2.5](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.2.4...@open-wc/building-rollup@1.2.5) (2020-05-05)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "1.2.5",
"version": "1.2.6",
"publishConfig": {
"access": "public"
},
@@ -61,9 +61,9 @@
"@babel/plugin-transform-modules-systemjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.17.0",
"@open-wc/rollup-plugin-html": "^1.0.3",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.4",
"@open-wc/building-utils": "^2.18.0",
"@open-wc/rollup-plugin-html": "^1.0.4",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.5",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.0.0",

View File

@@ -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.
# [2.18.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.17.0...@open-wc/building-utils@2.18.0) (2020-05-13)
### Features
* **polyfills-loader:** update to systemjs v6 ([7de4d67](https://github.com/open-wc/open-wc/commit/7de4d6759792725e919f7f165bae8262812e9e17))
# [2.17.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.16.4...@open-wc/building-utils@2.17.0) (2020-05-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.17.0",
"version": "2.18.0",
"publishConfig": {
"access": "public"
},

View File

@@ -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.19](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.18...@open-wc/building-webpack@2.13.19) (2020-05-13)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.13.18](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.17...@open-wc/building-webpack@2.13.18) (2020-05-05)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.13.18",
"version": "2.13.19",
"publishConfig": {
"access": "public"
},
@@ -46,14 +46,14 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.17.0",
"@open-wc/webpack-index-html-plugin": "^1.7.9",
"@open-wc/building-utils": "^2.18.0",
"@open-wc/webpack-index-html-plugin": "^1.7.10",
"babel-loader": "^8.0.0",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.0.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"es-dev-server": "^1.48.1",
"es-dev-server": "^1.49.0",
"terser-webpack-plugin": "^2.3.0",
"webpack-merge": "^4.1.5",
"workbox-webpack-plugin": "^4.3.1"

View File

@@ -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.4](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.3...@open-wc/demoing-storybook@2.2.4) (2020-05-13)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [2.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.2...@open-wc/demoing-storybook@2.2.3) (2020-05-09)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "2.2.3",
"version": "2.2.4",
"publishConfig": {
"access": "public"
},
@@ -51,15 +51,15 @@
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/preset-env": "^7.9.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/rollup-plugin-html": "^1.0.3",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.4",
"@open-wc/rollup-plugin-html": "^1.0.4",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.5",
"@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.48.1",
"es-dev-server": "^1.49.0",
"es-module-lexer": "^0.3.13",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",

View File

@@ -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.49.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.48.1...es-dev-server@1.49.0) (2020-05-13)
### Features
* **polyfills-loader:** update to systemjs v6 ([7de4d67](https://github.com/open-wc/open-wc/commit/7de4d6759792725e919f7f165bae8262812e9e17))
## [1.48.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.48.0...es-dev-server@1.48.1) (2020-05-05)
**Note:** Version bump only for package es-dev-server

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.48.1",
"version": "1.49.0",
"publishConfig": {
"access": "public"
},
@@ -68,7 +68,7 @@
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/pluginutils": "^3.0.0",
"@types/browserslist": "^4.8.0",
@@ -109,7 +109,7 @@
"open": "^7.0.3",
"parse5": "^5.1.1",
"path-is-inside": "^1.0.2",
"polyfills-loader": "^1.5.7",
"polyfills-loader": "^1.6.0",
"portfinder": "^1.0.21",
"strip-ansi": "^5.2.0",
"systemjs": "^6.3.1",

View File

@@ -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.14.2](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.14.1...@open-wc/karma-esm@2.14.2) (2020-05-13)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.14.1](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.14.0...@open-wc/karma-esm@2.14.1) (2020-05-05)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.14.1",
"version": "2.14.2",
"publishConfig": {
"access": "public"
},
@@ -32,14 +32,14 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.48.1",
"es-dev-server": "^1.49.0",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"polyfills-loader": "^1.5.7",
"polyfills-loader": "^1.6.0",
"portfinder": "^1.0.21",
"request": "^2.88.0"
},

View File

@@ -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.6.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.7...polyfills-loader@1.6.0) (2020-05-13)
### Features
* **polyfills-loader:** update to systemjs v6 ([7de4d67](https://github.com/open-wc/open-wc/commit/7de4d6759792725e919f7f165bae8262812e9e17))
## [1.5.7](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.6...polyfills-loader@1.5.7) (2020-05-05)
**Note:** Version bump only for package polyfills-loader

View File

@@ -1,6 +1,6 @@
{
"name": "polyfills-loader",
"version": "1.5.7",
"version": "1.6.0",
"publishConfig": {
"access": "public"
},
@@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/core": "^7.9.0",
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"@webcomponents/webcomponentsjs": "^2.4.0",
"abortcontroller-polyfill": "^1.4.0",
"core-js-bundle": "^3.6.0",

View File

@@ -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.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.0.3...@open-wc/rollup-plugin-html@1.0.4) (2020-05-13)
### Bug Fixes
* **rollup-plugin-html:** set a valid entrypoint name ([6432392](https://github.com/open-wc/open-wc/commit/64323923e9dd99fb14328108bcdf2cfa210a6678))
## [1.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.0.2...@open-wc/rollup-plugin-html@1.0.3) (2020-05-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-html",
"version": "1.0.3",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
@@ -40,7 +40,7 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"@types/html-minifier": "^3.5.3",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",

View File

@@ -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.12.4](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.12.3...rollup-plugin-index-html@1.12.4) (2020-05-13)
**Note:** Version bump only for package rollup-plugin-index-html
## [1.12.3](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.12.2...rollup-plugin-index-html@1.12.3) (2020-05-07)
**Note:** Version bump only for package rollup-plugin-index-html

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-index-html",
"version": "1.12.3",
"version": "1.12.4",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
],
"dependencies": {
"@import-maps/resolve": "^0.3.2",
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"deepmerge": "^4.2.2",
"lit-html": "^1.0.0",
"md5": "^2.2.1",

View File

@@ -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.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.4...@open-wc/rollup-plugin-polyfills-loader@1.0.5) (2020-05-13)
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
## [1.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.3...@open-wc/rollup-plugin-polyfills-loader@1.0.4) (2020-05-05)
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-polyfills-loader",
"version": "1.0.4",
"version": "1.0.5",
"publishConfig": {
"access": "public"
},
@@ -35,7 +35,7 @@
"polyfill"
],
"dependencies": {
"@open-wc/rollup-plugin-html": "^1.0.3",
"polyfills-loader": "^1.5.7"
"@open-wc/rollup-plugin-html": "^1.0.4",
"polyfills-loader": "^1.6.0"
}
}

View File

@@ -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.63](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.62...@open-wc/testing-karma-bs@1.3.63) (2020-05-13)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.62](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.61...@open-wc/testing-karma-bs@1.3.62) (2020-05-05)
**Note:** Version bump only for package @open-wc/testing-karma-bs

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma-bs",
"version": "1.3.62",
"version": "1.3.63",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.3.19",
"@open-wc/testing-karma": "^3.3.20",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^1.0.0"
}

View File

@@ -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.20](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.19...@open-wc/testing-karma@3.3.20) (2020-05-13)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.3.19](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.18...@open-wc/testing-karma@3.3.19) (2020-05-05)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.3.19",
"version": "3.3.20",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.14.1",
"@open-wc/karma-esm": "^2.14.2",
"@types/karma": "^5.0.0",
"@types/karma-coverage-istanbul-reporter": "^2.1.0",
"@types/karma-mocha": "^1.3.0",

View File

@@ -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.7.10](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.7.9...@open-wc/webpack-index-html-plugin@1.7.10) (2020-05-13)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin
## [1.7.9](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.7.8...@open-wc/webpack-index-html-plugin@1.7.9) (2020-05-05)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-index-html-plugin",
"version": "1.7.9",
"version": "1.7.10",
"publishConfig": {
"access": "public"
},
@@ -29,7 +29,7 @@
"webpack": "^4.28.0"
},
"dependencies": {
"@open-wc/building-utils": "^2.17.0",
"@open-wc/building-utils": "^2.18.0",
"deepmerge": "^4.2.2",
"parse5": "^5.1.1"
},