chore: release new versions

- @open-wc/building-rollup@1.1.4
 - @open-wc/building-webpack@2.13.15
 - @open-wc/demoing-storybook@2.0.6
 - es-dev-server@1.46.5
 - @open-wc/karma-esm@2.13.26
 - polyfills-loader@1.5.6
 - @open-wc/rollup-plugin-polyfills-loader@1.0.3
 - @open-wc/testing-karma-bs@1.3.58
 - @open-wc/testing-karma@3.3.15
 - @open-wc/testing@2.5.13
This commit is contained in:
CircleCI
2020-04-21 19:16:27 +00:00
parent ce4b91a9a2
commit aad9f9eec3
20 changed files with 111 additions and 19 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.1.4](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.1.3...@open-wc/building-rollup@1.1.4) (2020-04-21)
**Note:** Version bump only for package @open-wc/building-rollup
## [1.1.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.1.2...@open-wc/building-rollup@1.1.3) (2020-04-20)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "1.1.3",
"version": "1.1.4",
"publishConfig": {
"access": "public"
},
@@ -58,7 +58,7 @@
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.16.4",
"@open-wc/rollup-plugin-html": "^1.0.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.3",
"@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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.13.15](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.14...@open-wc/building-webpack@2.13.15) (2020-04-21)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.13.14](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.13...@open-wc/building-webpack@2.13.14) (2020-04-20)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.13.14",
"version": "2.13.15",
"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.46.4",
"es-dev-server": "^1.46.5",
"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.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.0.5...@open-wc/demoing-storybook@2.0.6) (2020-04-21)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [2.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.0.4...@open-wc/demoing-storybook@2.0.5) (2020-04-20)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
@@ -50,7 +50,7 @@
"@babel/preset-env": "^7.9.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/rollup-plugin-html": "^1.0.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.3",
"@rollup/plugin-node-resolve": "^7.1.1",
"@storybook/addon-docs": "5.3.1",
"babel-plugin-bundled-import-meta": "^0.3.2",
@@ -58,7 +58,7 @@
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.46.4",
"es-dev-server": "^1.46.5",
"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.46.5](https://github.com/open-wc/open-wc/compare/es-dev-server@1.46.4...es-dev-server@1.46.5) (2020-04-21)
### Bug Fixes
* **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
## [1.46.4](https://github.com/open-wc/open-wc/compare/es-dev-server@1.46.2...es-dev-server@1.46.4) (2020-04-20)
**Note:** Version bump only for package es-dev-server

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.46.4",
"version": "1.46.5",
"publishConfig": {
"access": "public"
},
@@ -94,7 +94,7 @@
"opn": "^5.4.0",
"parse5": "^5.1.1",
"path-is-inside": "^1.0.2",
"polyfills-loader": "^1.5.5",
"polyfills-loader": "^1.5.6",
"portfinder": "^1.0.21",
"strip-ansi": "^5.2.0",
"systemjs": "^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.
## [2.13.26](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.25...@open-wc/karma-esm@2.13.26) (2020-04-21)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.13.25](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.23...@open-wc/karma-esm@2.13.25) (2020-04-20)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.13.25",
"version": "2.13.26",
"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.46.4",
"es-dev-server": "^1.46.5",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"portfinder": "^1.0.21",

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.5.6](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.5...polyfills-loader@1.5.6) (2020-04-21)
### Bug Fixes
* **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
## [1.5.5](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.4...polyfills-loader@1.5.5) (2020-04-20)
**Note:** Version bump only for package polyfills-loader

View File

@@ -1,6 +1,6 @@
{
"name": "polyfills-loader",
"version": "1.5.5",
"version": "1.5.6",
"publishConfig": {
"access": "public"
},

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.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.2...@open-wc/rollup-plugin-polyfills-loader@1.0.3) (2020-04-21)
### Bug Fixes
* **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
## [1.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.0...@open-wc/rollup-plugin-polyfills-loader@1.0.2) (2020-04-20)
**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.2",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
@@ -36,6 +36,6 @@
],
"dependencies": {
"@open-wc/rollup-plugin-html": "^1.0.2",
"polyfills-loader": "^1.5.5"
"polyfills-loader": "^1.5.6"
}
}

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.58](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.57...@open-wc/testing-karma-bs@1.3.58) (2020-04-21)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.57](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.56...@open-wc/testing-karma-bs@1.3.57) (2020-04-20)
**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.57",
"version": "1.3.58",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.3.14",
"@open-wc/testing-karma": "^3.3.15",
"@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.15](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.14...@open-wc/testing-karma@3.3.15) (2020-04-21)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.3.14](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.12...@open-wc/testing-karma@3.3.14) (2020-04-20)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.3.14",
"version": "3.3.15",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.13.25",
"@open-wc/karma-esm": "^2.13.26",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.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.5.13](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.12...@open-wc/testing@2.5.13) (2020-04-21)
### Bug Fixes
* **testing:** export types from chai ([ce4b91a](https://github.com/open-wc/open-wc/commit/ce4b91a9a22ecff48a48c05f35fd19c93ba3bc24))
## [2.5.12](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.11...@open-wc/testing@2.5.12) (2020-04-20)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.5.12",
"version": "2.5.13",
"publishConfig": {
"access": "public"
},