chore: release new versions

- @open-wc/building-rollup@0.14.10
 - @open-wc/building-utils@2.10.7
 - @open-wc/building-webpack@2.8.9
 - @open-wc/demoing-storybook@1.1.3
 - es-dev-server@1.28.2
 - @open-wc/karma-esm@2.11.4
 - @open-wc/lit-helpers@0.2.1
 - rollup-plugin-index-html@1.7.4
 - @open-wc/testing-karma-bs@1.3.11
 - @open-wc/testing-karma@3.2.11
 - @open-wc/testing@2.4.2
 - @open-wc/webpack-index-html-plugin@1.5.9
This commit is contained in:
CircleCI
2019-12-05 21:46:36 +00:00
parent a71ed9d716
commit 705adf6e20
24 changed files with 131 additions and 29 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.10](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.9...@open-wc/building-rollup@0.14.10) (2019-12-05)
### Bug Fixes
* **building-rollup:** respect output dir for sw.js ([#1082](https://github.com/open-wc/open-wc/issues/1082)) ([a71ed9d](https://github.com/open-wc/open-wc/commit/a71ed9d7162ef3bdddc70ca763f073b8853d31ce))
## [0.14.9](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.8...@open-wc/building-rollup@0.14.9) (2019-12-05)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.14.9",
"version": "0.14.10",
"publishConfig": {
"access": "public"
},
@@ -43,11 +43,11 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.7.1",
"@open-wc/building-utils": "^2.10.6",
"@open-wc/building-utils": "^2.10.7",
"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.7.3",
"rollup-plugin-index-html": "^1.7.4",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-workbox": "^4.0.0"
@@ -57,7 +57,7 @@
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"chai": "^4.2.0",
"es-dev-server": "^1.28.1",
"es-dev-server": "^1.28.2",
"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.10.7](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.10.6...@open-wc/building-utils@2.10.7) (2019-12-05)
### Bug Fixes
* **building-rollup:** respect output dir for sw.js ([#1082](https://github.com/open-wc/open-wc/issues/1082)) ([a71ed9d](https://github.com/open-wc/open-wc/commit/a71ed9d7162ef3bdddc70ca763f073b8853d31ce))
## [2.10.6](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.10.5...@open-wc/building-utils@2.10.6) (2019-12-01)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.10.6",
"version": "2.10.7",
"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.8.9](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.8...@open-wc/building-webpack@2.8.9) (2019-12-05)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.8.8](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.7...@open-wc/building-webpack@2.8.8) (2019-12-05)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.8.8",
"version": "2.8.9",
"publishConfig": {
"access": "public"
},
@@ -44,14 +44,14 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.7.1",
"@open-wc/building-utils": "^2.10.6",
"@open-wc/webpack-index-html-plugin": "^1.5.8",
"@open-wc/building-utils": "^2.10.7",
"@open-wc/webpack-index-html-plugin": "^1.5.9",
"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.28.1",
"es-dev-server": "^1.28.2",
"terser-webpack-plugin": "^1.2.1",
"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.1.3](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.1.2...@open-wc/demoing-storybook@1.1.3) (2019-12-05)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.1.1...@open-wc/demoing-storybook@1.1.2) (2019-12-05)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.1.2",
"version": "1.1.3",
"publishConfig": {
"access": "public"
},
@@ -42,19 +42,19 @@
"@babel/core": "^7.7.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.14.9",
"@open-wc/building-rollup": "^0.14.10",
"@open-wc/storybook-prebuilt": "^0.0.8",
"@storybook/addon-docs": "^5.2.5",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.28.1",
"es-dev-server": "^1.28.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"lit-html": "^1.0.0",
"rollup": "^1.15.6",
"rollup-plugin-cpy": "^1.1.0",
"rollup-plugin-index-html": "^1.7.3"
"rollup-plugin-index-html": "^1.7.4"
},
"devDependency": {
"lit-element": "^2.0.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.28.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.28.1...es-dev-server@1.28.2) (2019-12-05)
**Note:** Version bump only for package es-dev-server
## [1.28.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.28.0...es-dev-server@1.28.1) (2019-12-05)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.28.1",
"version": "1.28.2",
"publishConfig": {
"access": "public"
},
@@ -58,7 +58,7 @@
"@babel/plugin-syntax-numeric-separator": "^7.2.0",
"@babel/plugin-syntax-optional-chaining": "^7.2.0",
"@babel/preset-env": "^7.7.1",
"@open-wc/building-utils": "^2.10.6",
"@open-wc/building-utils": "^2.10.7",
"@types/minimatch": "^3.0.3",
"browserslist": "^4.7.2",
"browserslist-useragent": "^3.0.2",

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.4](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.11.3...@open-wc/karma-esm@2.11.4) (2019-12-05)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.11.3](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.11.2...@open-wc/karma-esm@2.11.3) (2019-12-05)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.11.3",
"version": "2.11.4",
"publishConfig": {
"access": "public"
},
@@ -33,11 +33,11 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.10.6",
"@open-wc/building-utils": "^2.10.7",
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.28.1",
"es-dev-server": "^1.28.2",
"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.1](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.0...@open-wc/lit-helpers@0.2.1) (2019-12-05)
**Note:** Version bump only for package @open-wc/lit-helpers
# [0.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.1.0...@open-wc/lit-helpers@0.2.0) (2019-12-01)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.4.1",
"@open-wc/testing": "^2.4.2",
"sinon": "^7.4.1"
},
"module": "index.js"

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.7.4](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.7.3...rollup-plugin-index-html@1.7.4) (2019-12-05)
**Note:** Version bump only for package rollup-plugin-index-html
## [1.7.3](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.7.2...rollup-plugin-index-html@1.7.3) (2019-12-01)

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-index-html",
"version": "1.7.3",
"version": "1.7.4",
"publishConfig": {
"access": "public"
},
@@ -30,7 +30,7 @@
],
"dependencies": {
"@import-maps/resolve": "^0.2.1",
"@open-wc/building-utils": "^2.10.6",
"@open-wc/building-utils": "^2.10.7",
"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.
## [1.3.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.10...@open-wc/testing-karma-bs@1.3.11) (2019-12-05)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.9...@open-wc/testing-karma-bs@1.3.10) (2019-12-05)
**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.10",
"version": "1.3.11",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.10",
"@open-wc/testing-karma": "^3.2.11",
"@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.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.10...@open-wc/testing-karma@3.2.11) (2019-12-05)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.2.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.9...@open-wc/testing-karma@3.2.10) (2019-12-05)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.10",
"version": "3.2.11",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.11.3",
"@open-wc/karma-esm": "^2.11.4",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^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.4.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.4.1...@open-wc/testing@2.4.2) (2019-12-05)
**Note:** Version bump only for package @open-wc/testing
## [2.4.1](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.4.0...@open-wc/testing@2.4.1) (2019-11-24)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.4.1",
"version": "2.4.2",
"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.
## [1.5.9](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.5.8...@open-wc/webpack-index-html-plugin@1.5.9) (2019-12-05)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin
## [1.5.8](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.5.7...@open-wc/webpack-index-html-plugin@1.5.8) (2019-12-01)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-index-html-plugin",
"version": "1.5.8",
"version": "1.5.9",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"webpack": "^4.28.0"
},
"dependencies": {
"@open-wc/building-utils": "^2.10.6",
"@open-wc/building-utils": "^2.10.7",
"deepmerge": "^3.2.0",
"parse5": "^5.1.0"
},