chore: release new versions

- @open-wc/building-rollup@0.14.1
 - @open-wc/demoing-storybook@1.0.3
 - es-dev-server@1.25.1
 - @open-wc/karma-esm@2.10.3
 - @open-wc/testing-karma-bs@1.3.3
 - @open-wc/testing-karma@3.2.3
This commit is contained in:
CircleCI
2019-11-20 23:17:40 +00:00
parent f21bc44df2
commit d136a81bf3
12 changed files with 69 additions and 11 deletions

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.
## [0.14.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.0...@open-wc/building-rollup@0.14.1) (2019-11-20)
### Bug Fixes
* **building-rollup:** remove hash manifest ([8cebba6](https://github.com/open-wc/open-wc/commit/8cebba64b1f4026845cddd107afcdd652727a3ce))
# [0.14.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.13.2...@open-wc/building-rollup@0.14.0) (2019-11-20)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.14.0",
"version": "0.14.1",
"publishConfig": {
"access": "public"
},
@@ -53,7 +53,7 @@
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"es-dev-server": "^1.25.0",
"es-dev-server": "^1.25.1",
"lit-element": "^2.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.15.6",

View File

@@ -3,6 +3,18 @@
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/demoing-storybook@1.0.2...@open-wc/demoing-storybook@1.0.3) (2019-11-20)
### Bug Fixes
* **demoing-storybook:** escape quotes in Storybook scripts ([35dfc70](https://github.com/open-wc/open-wc/commit/35dfc700e387cece89b1533898f93cdfcc3d4fd5))
* **demoing-storybook:** properly resolve files relative to root dir ([01852be](https://github.com/open-wc/open-wc/commit/01852bee5696d5d3d948fc1bdda8ba168c2fbffe))
## [1.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.0.1...@open-wc/demoing-storybook@1.0.2) (2019-11-20)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
@@ -47,7 +47,7 @@
"@storybook/addon-docs": "^5.2.5",
"command-line-args": "^5.0.2",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.25.0",
"es-dev-server": "^1.25.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"lit-html": "^1.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.
## [1.25.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.25.0...es-dev-server@1.25.1) (2019-11-20)
### Bug Fixes
* **es-dev-server:** don't throw on cancelled requests ([e078741](https://github.com/open-wc/open-wc/commit/e0787419400adf0947af299eeb1f2d8fb2e17f19))
# [1.25.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.24.1...es-dev-server@1.25.0) (2019-11-20)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.25.0",
"version": "1.25.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.10.3](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.10.2...@open-wc/karma-esm@2.10.3) (2019-11-20)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.10.2](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.10.1...@open-wc/karma-esm@2.10.2) (2019-11-20)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.10.2",
"version": "2.10.3",
"publishConfig": {
"access": "public"
},
@@ -37,7 +37,7 @@
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.25.0",
"es-dev-server": "^1.25.1",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"portfinder": "^1.0.21",

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.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.2...@open-wc/testing-karma-bs@1.3.3) (2019-11-20)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.1...@open-wc/testing-karma-bs@1.3.2) (2019-11-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.2",
"version": "1.3.3",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.2",
"@open-wc/testing-karma": "^3.2.3",
"@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.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.2...@open-wc/testing-karma@3.2.3) (2019-11-20)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.1...@open-wc/testing-karma@3.2.2) (2019-11-20)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.2",
"version": "3.2.3",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.10.2",
"@open-wc/karma-esm": "^2.10.3",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.0.0",