chore: release new versions

- @open-wc/building-rollup@0.20.3
 - @open-wc/building-utils@2.14.0
 - @open-wc/building-webpack@2.11.3
 - @open-wc/demoing-storybook@1.9.5
 - es-dev-server@1.38.3
 - @open-wc/karma-esm@2.13.5
 - polyfills-loader@1.2.0
 - rollup-plugin-index-html@1.9.0
 - @open-wc/scoped-elements@0.2.10
 - @open-wc/testing-karma-bs@1.3.38
 - @open-wc/testing-karma@3.2.38
 - @open-wc/webpack-index-html-plugin@1.6.2
This commit is contained in:
CircleCI
2020-02-06 21:51:21 +00:00
parent c22a477893
commit bfbc0d99f6
24 changed files with 142 additions and 34 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.20.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.20.2...@open-wc/building-rollup@0.20.3) (2020-02-06)
**Note:** Version bump only for package @open-wc/building-rollup
## [0.20.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.20.1...@open-wc/building-rollup@0.20.2) (2020-02-03)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.20.2",
"version": "0.20.3",
"publishConfig": {
"access": "public"
},
@@ -45,12 +45,12 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"@rollup/plugin-node-resolve": "^6.1.0",
"babel-plugin-bundled-import-meta": "^0.3.0",
"babel-plugin-template-html-minifier": "^3.0.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-index-html": "^1.8.2",
"rollup-plugin-index-html": "^1.9.0",
"rollup-plugin-terser": "^5.1.0",
"rollup-plugin-workbox": "^4.0.0"
},
@@ -59,7 +59,7 @@
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"chai": "^4.2.0",
"es-dev-server": "^1.38.2",
"es-dev-server": "^1.38.3",
"lit-element": "^2.0.1",
"mocha": "^6.2.2",
"puppeteer": "^2.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.14.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.13.1...@open-wc/building-utils@2.14.0) (2020-02-06)
### Features
* **polyfills-loader:** add shady css scoped polyfill ([3c0bc88](https://github.com/open-wc/open-wc/commit/3c0bc88f0e67806abbb901d689b01c565261b6e0))
## [2.13.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.13.0...@open-wc/building-utils@2.13.1) (2020-02-02)
**Note:** Version bump only for package @open-wc/building-utils

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.13.1",
"version": "2.14.0",
"publishConfig": {
"access": "public"
},
@@ -31,9 +31,8 @@
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@webcomponents/webcomponentsjs": "^2.4.0",
"@webcomponents/shadycss": "^1.9.4",
"shady-css-scoped-element": "^0.0.1",
"@webcomponents/webcomponentsjs": "^2.4.0",
"arrify": "^2.0.1",
"browserslist": "^4.7.2",
"chokidar": "^3.0.0",
@@ -50,6 +49,7 @@
"regenerator-runtime": "^0.13.3",
"resolve": "^1.11.1",
"rimraf": "^3.0.0",
"shady-css-scoped-element": "^0.0.1",
"systemjs": "^4.0.0",
"terser": "^4.0.0",
"valid-url": "^1.0.9",

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.11.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.11.2...@open-wc/building-webpack@2.11.3) (2020-02-06)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.11.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.11.1...@open-wc/building-webpack@2.11.2) (2020-02-03)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.11.2",
"version": "2.11.3",
"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.8.3",
"@open-wc/building-utils": "^2.13.1",
"@open-wc/webpack-index-html-plugin": "^1.6.1",
"@open-wc/building-utils": "^2.14.0",
"@open-wc/webpack-index-html-plugin": "^1.6.2",
"babel-loader": "^8.0.0",
"babel-plugin-bundled-import-meta": "^0.3.0",
"babel-plugin-template-html-minifier": "^3.0.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"es-dev-server": "^1.38.2",
"es-dev-server": "^1.38.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.9.5](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.9.4...@open-wc/demoing-storybook@1.9.5) (2020-02-06)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [1.9.4](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.9.3...@open-wc/demoing-storybook@1.9.4) (2020-02-03)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.9.4",
"version": "1.9.5",
"publishConfig": {
"access": "public"
},
@@ -44,19 +44,19 @@
"@babel/core": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.20.2",
"@open-wc/building-rollup": "^0.20.3",
"@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.38.2",
"es-dev-server": "^1.38.3",
"es-module-lexer": "^0.3.13",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"lit-html": "^1.0.0",
"magic-string": "^0.25.4",
"rollup": "^1.15.6",
"rollup-plugin-index-html": "^1.8.2",
"rollup-plugin-index-html": "^1.9.0",
"storybook-prebuilt": "^1.3.0"
},
"devDependencies": {

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.38.3](https://github.com/open-wc/open-wc/compare/es-dev-server@1.38.2...es-dev-server@1.38.3) (2020-02-06)
### Bug Fixes
* **es-dev-server:** determine serving html based on content-type alone ([c22a477](https://github.com/open-wc/open-wc/commit/c22a477893a2a28ee8a2bf2cbc7f54466b6c3b05))
## [1.38.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.38.1...es-dev-server@1.38.2) (2020-02-03)
**Note:** Version bump only for package es-dev-server

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.38.2",
"version": "1.38.3",
"publishConfig": {
"access": "public"
},
@@ -65,7 +65,7 @@
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"@rollup/plugin-node-resolve": "^6.1.0",
"@rollup/pluginutils": "^3.0.0",
"@types/minimatch": "^3.0.3",
@@ -93,7 +93,7 @@
"opn": "^5.4.0",
"parse5": "^5.1.0",
"path-is-inside": "^1.0.2",
"polyfills-loader": "^1.1.2",
"polyfills-loader": "^1.2.0",
"portfinder": "^1.0.21",
"strip-ansi": "^5.2.0",
"useragent": "^2.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.
## [2.13.5](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.4...@open-wc/karma-esm@2.13.5) (2020-02-06)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.13.4](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.3...@open-wc/karma-esm@2.13.4) (2020-02-03)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.13.4",
"version": "2.13.5",
"publishConfig": {
"access": "public"
},
@@ -32,11 +32,11 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.38.2",
"es-dev-server": "^1.38.3",
"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.2.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.1.2...polyfills-loader@1.2.0) (2020-02-06)
### Features
* **polyfills-loader:** add shady css scoped polyfill ([3c0bc88](https://github.com/open-wc/open-wc/commit/3c0bc88f0e67806abbb901d689b01c565261b6e0))
## [1.1.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.1.1...polyfills-loader@1.1.2) (2020-02-03)

View File

@@ -1,6 +1,6 @@
{
"name": "polyfills-loader",
"version": "1.1.2",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
@@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/core": "^7.8.3",
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"@webcomponents/webcomponentsjs": "^2.4.0",
"core-js-bundle": "^3.6.0",
"deepmerge": "^3.2.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.9.0](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.8.2...rollup-plugin-index-html@1.9.0) (2020-02-06)
### Features
* **polyfills-loader:** add shady css scoped polyfill ([3c0bc88](https://github.com/open-wc/open-wc/commit/3c0bc88f0e67806abbb901d689b01c565261b6e0))
## [1.8.2](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.8.1...rollup-plugin-index-html@1.8.2) (2020-02-03)
**Note:** Version bump only for package rollup-plugin-index-html

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-index-html",
"version": "1.8.2",
"version": "1.9.0",
"publishConfig": {
"access": "public"
},
@@ -30,7 +30,7 @@
],
"dependencies": {
"@import-maps/resolve": "^0.2.3",
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"deepmerge": "^3.2.0",
"lit-element": "^2.0.1",
"lit-html": "^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.
## [0.2.10](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.9...@open-wc/scoped-elements@0.2.10) (2020-02-06)
**Note:** Version bump only for package @open-wc/scoped-elements
## [0.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.8...@open-wc/scoped-elements@0.2.9) (2020-02-06)
**Note:** Version bump only for package @open-wc/scoped-elements

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "0.2.9",
"version": "0.2.10",
"publishConfig": {
"access": "public"
},
@@ -39,9 +39,9 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.20.2",
"@open-wc/building-rollup": "^0.20.3",
"@open-wc/testing": "^2.5.3",
"es-dev-server": "^1.38.2",
"es-dev-server": "^1.38.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.38](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.37...@open-wc/testing-karma-bs@1.3.38) (2020-02-06)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.37](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.36...@open-wc/testing-karma-bs@1.3.37) (2020-02-03)
**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.37",
"version": "1.3.38",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.37",
"@open-wc/testing-karma": "^3.2.38",
"@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.38](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.37...@open-wc/testing-karma@3.2.38) (2020-02-06)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.2.37](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.36...@open-wc/testing-karma@3.2.37) (2020-02-03)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.37",
"version": "3.2.38",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.13.4",
"@open-wc/karma-esm": "^2.13.5",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.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.6.2](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.6.1...@open-wc/webpack-index-html-plugin@1.6.2) (2020-02-06)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin
## [1.6.1](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.6.0...@open-wc/webpack-index-html-plugin@1.6.1) (2020-02-02)
**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.6.1",
"version": "1.6.2",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"webpack": "^4.28.0"
},
"dependencies": {
"@open-wc/building-utils": "^2.13.1",
"@open-wc/building-utils": "^2.14.0",
"deepmerge": "^3.2.0",
"parse5": "^5.1.0"
},