chore: release new versions

- @open-wc/building-rollup@0.19.2
 - @open-wc/building-webpack@2.10.10
 - @open-wc/demoing-storybook@1.8.6
 - es-dev-server@1.36.3
 - @open-wc/karma-esm@2.12.7
 - @open-wc/scoped-elements@0.2.2
 - @open-wc/testing-karma-bs@1.3.31
 - @open-wc/testing-karma@3.2.31
This commit is contained in:
CircleCI
2020-01-27 12:37:44 +00:00
parent fcd529a614
commit 594da0630d
16 changed files with 84 additions and 17 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.
## [0.19.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.19.1...@open-wc/building-rollup@0.19.2) (2020-01-27)
**Note:** Version bump only for package @open-wc/building-rollup
## [0.19.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.19.0...@open-wc/building-rollup@0.19.1) (2020-01-13)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.19.1",
"version": "0.19.2",
"publishConfig": {
"access": "public"
},
@@ -59,7 +59,7 @@
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"chai": "^4.2.0",
"es-dev-server": "^1.36.2",
"es-dev-server": "^1.36.3",
"lit-element": "^2.0.1",
"mocha": "^6.2.2",
"puppeteer": "^2.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.10.10](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.10.9...@open-wc/building-webpack@2.10.10) (2020-01-27)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.10.9](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.10.8...@open-wc/building-webpack@2.10.9) (2020-01-13)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.10.9",
"version": "2.10.10",
"publishConfig": {
"access": "public"
},
@@ -53,7 +53,7 @@
"babel-plugin-template-html-minifier": "^3.0.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"es-dev-server": "^1.36.2",
"es-dev-server": "^1.36.3",
"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.
## [1.8.6](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.8.5...@open-wc/demoing-storybook@1.8.6) (2020-01-27)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [1.8.5](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.8.4...@open-wc/demoing-storybook@1.8.5) (2020-01-24)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.8.5",
"version": "1.8.6",
"publishConfig": {
"access": "public"
},
@@ -44,13 +44,13 @@
"@babel/core": "^7.7.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.19.1",
"@open-wc/building-rollup": "^0.19.2",
"@open-wc/storybook-prebuilt": "^0.4.0",
"@storybook/addon-docs": "5.3.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.36.2",
"es-dev-server": "^1.36.3",
"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.36.3](https://github.com/open-wc/open-wc/compare/es-dev-server@1.36.2...es-dev-server@1.36.3) (2020-01-27)
### Bug Fixes
* **es-dev-server:** don't compatibility transform html requests ([#1277](https://github.com/open-wc/open-wc/issues/1277)) ([fcd529a](https://github.com/open-wc/open-wc/commit/fcd529a6148422d17b1ad0d140c46adcb10a010a))
## [1.36.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.36.1...es-dev-server@1.36.2) (2020-01-13)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.36.2",
"version": "1.36.3",
"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.12.7](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.12.6...@open-wc/karma-esm@2.12.7) (2020-01-27)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.12.6](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.12.5...@open-wc/karma-esm@2.12.6) (2020-01-13)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.12.6",
"version": "2.12.7",
"publishConfig": {
"access": "public"
},
@@ -36,7 +36,7 @@
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.36.2",
"es-dev-server": "^1.36.3",
"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.
## [0.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.1...@open-wc/scoped-elements@0.2.2) (2020-01-27)
**Note:** Version bump only for package @open-wc/scoped-elements
## [0.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.0...@open-wc/scoped-elements@0.2.1) (2020-01-19)
**Note:** Version bump only for package @open-wc/scoped-elements

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "0.2.1",
"version": "0.2.2",
"publishConfig": {
"access": "public"
},
@@ -39,9 +39,9 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.19.1",
"@open-wc/building-rollup": "^0.19.2",
"@open-wc/testing": "^2.5.1",
"es-dev-server": "^1.36.2",
"es-dev-server": "^1.36.3",
"lit-html": "^1.0.0",
"npm-run-all": "4.1.3",
"rollup": "^1.15.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.31](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.30...@open-wc/testing-karma-bs@1.3.31) (2020-01-27)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.30](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.29...@open-wc/testing-karma-bs@1.3.30) (2020-01-13)
**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.30",
"version": "1.3.31",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.30",
"@open-wc/testing-karma": "^3.2.31",
"@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.31](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.30...@open-wc/testing-karma@3.2.31) (2020-01-27)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.2.30](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.29...@open-wc/testing-karma@3.2.30) (2020-01-13)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.30",
"version": "3.2.31",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.12.6",
"@open-wc/karma-esm": "^2.12.7",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.0",