chore: release new versions

- @open-wc/building-webpack@2.13.21
 - @open-wc/demoing-storybook@2.2.6
 - es-dev-server@1.50.1
 - @open-wc/karma-esm@2.16.1
 - @open-wc/testing-karma-bs@1.3.66
 - @open-wc/testing-karma@3.3.23
This commit is contained in:
CircleCI
2020-05-14 22:10:19 +00:00
parent 2aa67f697a
commit 48e4339f6d
12 changed files with 65 additions and 11 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.
## [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
## [2.13.20](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.19...@open-wc/building-webpack@2.13.20) (2020-05-14)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.13.20",
"version": "2.13.21",
"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.0",
"es-dev-server": "^1.50.1",
"terser-webpack-plugin": "^2.3.0",
"webpack-merge": "^4.1.5",
"workbox-webpack-plugin": "^4.3.1"

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.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)
### Bug Fixes
* **demoing-storybook:** don't set incorrect content-type ([1ac1759](https://github.com/open-wc/open-wc/commit/1ac1759d0b0f7134c25376623a55b5bf3a17bc51))
## [2.2.5](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.2.4...@open-wc/demoing-storybook@2.2.5) (2020-05-14)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "2.2.5",
"version": "2.2.6",
"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.0",
"es-dev-server": "^1.50.1",
"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.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)
### Bug Fixes
* **es-dev-server:** fix resolving inline imports ([05f6ab5](https://github.com/open-wc/open-wc/commit/05f6ab5c631190e9d4907d5074f700eac16c42cd))
# [1.50.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.49.0...es-dev-server@1.50.0) (2020-05-14)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.50.0",
"version": "1.50.1",
"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.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
# [2.16.0](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.15.0...@open-wc/karma-esm@2.16.0) (2020-05-14)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.16.0",
"version": "2.16.1",
"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.0",
"es-dev-server": "^1.50.1",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"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.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
## [1.3.65](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.64...@open-wc/testing-karma-bs@1.3.65) (2020-05-14)
**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.65",
"version": "1.3.66",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.3.22",
"@open-wc/testing-karma": "^3.3.23",
"@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.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
## [3.3.22](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.21...@open-wc/testing-karma@3.3.22) (2020-05-14)
**Note:** Version bump only for package @open-wc/testing-karma

View File

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