chore: release new versions

- @open-wc/building-rollup@0.12.2
 - @open-wc/building-utils@2.10.2
 - @open-wc/building-webpack@2.7.3
 - @open-wc/codelabs@1.2.0
 - @open-wc/create@0.19.2
 - es-dev-server@1.18.7
 - @import-maps/generate@0.1.8
 - @import-maps/resolve@0.1.5
 - @open-wc/karma-esm@2.7.5
 - rollup-plugin-index-html@1.5.8
 - @open-wc/semantic-dom-diff@0.15.2
 - @open-wc/testing-helpers@1.2.3
 - @open-wc/testing-karma-bs@1.2.4
 - @open-wc/testing-karma@3.1.43
 - @open-wc/testing@2.3.8
 - @open-wc/webpack-import-meta-loader@0.3.4
 - @open-wc/webpack-index-html-plugin@1.5.3
This commit is contained in:
CircleCI
2019-10-25 19:22:46 +00:00
parent c1414e097f
commit 62a80be8bc
34 changed files with 208 additions and 33 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.12.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.12.1...@open-wc/building-rollup@0.12.2) (2019-10-25)
**Note:** Version bump only for package @open-wc/building-rollup
## [0.12.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.12.0...@open-wc/building-rollup@0.12.1) (2019-10-23)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.12.1",
"version": "0.12.2",
"publishConfig": {
"access": "public"
},
@@ -39,12 +39,12 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@open-wc/building-utils": "^2.10.1",
"@open-wc/building-utils": "^2.10.2",
"babel-plugin-bundled-import-meta": "^0.3.0",
"babel-plugin-template-html-minifier": "^3.0.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-entrypoint-hashmanifest": "^0.1.2",
"rollup-plugin-index-html": "^1.5.7",
"rollup-plugin-index-html": "^1.5.8",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-workbox": "^4.0.0"
@@ -53,7 +53,7 @@
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/preset-typescript": "^7.3.3",
"es-dev-server": "^1.18.6",
"es-dev-server": "^1.18.7",
"lit-element": "^2.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.4.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.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.10.1...@open-wc/building-utils@2.10.2) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [2.10.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.10.0...@open-wc/building-utils@2.10.1) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.10.1",
"version": "2.10.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.
## [2.7.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.7.2...@open-wc/building-webpack@2.7.3) (2019-10-25)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.7.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.7.1...@open-wc/building-webpack@2.7.2) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.7.2",
"version": "2.7.3",
"publishConfig": {
"access": "public"
},
@@ -42,8 +42,8 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@open-wc/building-utils": "^2.10.1",
"@open-wc/webpack-index-html-plugin": "^1.5.2",
"@open-wc/building-utils": "^2.10.2",
"@open-wc/webpack-index-html-plugin": "^1.5.3",
"babel-loader": "^8.0.0",
"babel-plugin-bundled-import-meta": "^0.3.0",
"babel-plugin-template-html-minifier": "^3.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.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/codelabs@1.1.1...@open-wc/codelabs@1.2.0) (2019-10-25)
### Features
* **codelabs:** add web component basics ([c1414e0](https://github.com/open-wc/open-wc/commit/c1414e0))
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/codelabs@1.1.0...@open-wc/codelabs@1.1.1) (2019-10-23)
**Note:** Version bump only for package @open-wc/codelabs

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/codelabs",
"version": "1.1.1",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},

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.19.2](https://github.com/open-wc/open-wc/compare/@open-wc/create@0.19.1...@open-wc/create@0.19.2) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [0.19.1](https://github.com/open-wc/open-wc/compare/@open-wc/create@0.19.0...@open-wc/create@0.19.1) (2019-10-23)
**Note:** Version bump only for package @open-wc/create

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/create",
"version": "0.19.1",
"version": "0.19.2",
"publishConfig": {
"access": "public"
},

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.18.7](https://github.com/open-wc/open-wc/compare/es-dev-server@1.18.6...es-dev-server@1.18.7) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [1.18.6](https://github.com/open-wc/open-wc/compare/es-dev-server@1.18.5...es-dev-server@1.18.6) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.18.6",
"version": "1.18.7",
"publishConfig": {
"access": "public"
},
@@ -64,7 +64,7 @@
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@open-wc/building-utils": "^2.10.1",
"@open-wc/building-utils": "^2.10.2",
"@types/minimatch": "^3.0.3",
"babel-plugin-bare-import-rewrite": "^1.5.1",
"camelcase": "^5.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.
## [0.1.8](https://github.com/open-wc/open-wc/compare/@import-maps/generate@0.1.7...@import-maps/generate@0.1.8) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [0.1.7](https://github.com/open-wc/open-wc/compare/@import-maps/generate@0.1.6...@import-maps/generate@0.1.7) (2019-10-23)
**Note:** Version bump only for package @import-maps/generate

View File

@@ -1,6 +1,6 @@
{
"name": "@import-maps/generate",
"version": "0.1.7",
"version": "0.1.8",
"publishConfig": {
"access": "public"
},

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.1.5](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.4...@import-maps/resolve@0.1.5) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [0.1.4](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.3...@import-maps/resolve@0.1.4) (2019-10-23)
**Note:** Version bump only for package @import-maps/resolve

View File

@@ -1,6 +1,6 @@
{
"name": "@import-maps/resolve",
"version": "0.1.4",
"version": "0.1.5",
"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.7.5](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.7.4...@open-wc/karma-esm@2.7.5) (2019-10-25)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.7.4](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.7.3...@open-wc/karma-esm@2.7.4) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.7.4",
"version": "2.7.5",
"publishConfig": {
"access": "public"
},
@@ -33,11 +33,11 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.10.1",
"@open-wc/building-utils": "^2.10.2",
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.2",
"deepmerge": "^3.3.0",
"es-dev-server": "^1.18.6",
"es-dev-server": "^1.18.7",
"minimatch": "^3.0.4",
"portfinder": "^1.0.21",
"request": "^2.88.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.5.8](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.5.7...rollup-plugin-index-html@1.5.8) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [1.5.7](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.5.6...rollup-plugin-index-html@1.5.7) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-index-html",
"version": "1.5.7",
"version": "1.5.8",
"publishConfig": {
"access": "public"
},
@@ -29,8 +29,8 @@
"polyfill"
],
"dependencies": {
"@import-maps/resolve": "^0.1.4",
"@open-wc/building-utils": "^2.10.1",
"@import-maps/resolve": "^0.1.5",
"@open-wc/building-utils": "^2.10.2",
"deepmerge": "^3.2.0",
"lit-element": "^2.2.0",
"lit-html": "^1.1.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.
## [0.15.2](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.15.1...@open-wc/semantic-dom-diff@0.15.2) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [0.15.1](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.15.0...@open-wc/semantic-dom-diff@0.15.1) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.15.1",
"version": "0.15.2",
"publishConfig": {
"access": "public"
},
@@ -27,7 +27,7 @@
"snapshots"
],
"devDependencies": {
"@open-wc/testing-helpers": "^1.2.2",
"@open-wc/testing-helpers": "^1.2.3",
"chai": "^4.2.0",
"mocha": "^6.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.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.2.2...@open-wc/testing-helpers@1.2.3) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [1.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.2.1...@open-wc/testing-helpers@1.2.2) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "1.2.2",
"version": "1.2.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.
## [1.2.4](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.2.3...@open-wc/testing-karma-bs@1.2.4) (2019-10-25)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.2.2...@open-wc/testing-karma-bs@1.2.3) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma-bs",
"version": "1.2.3",
"version": "1.2.4",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.1.42",
"@open-wc/testing-karma": "^3.1.43",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^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.
## [3.1.43](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.1.42...@open-wc/testing-karma@3.1.43) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [3.1.42](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.1.41...@open-wc/testing-karma@3.1.42) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.1.42",
"version": "3.1.43",
"publishConfig": {
"access": "public"
},
@@ -34,7 +34,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.7.4",
"@open-wc/karma-esm": "^2.7.5",
"axe-core": "^3.3.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^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.3.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.3.7...@open-wc/testing@2.3.8) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [2.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.3.6...@open-wc/testing@2.3.7) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.3.7",
"version": "2.3.8",
"publishConfig": {
"access": "public"
},
@@ -26,8 +26,8 @@
],
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.15.1",
"@open-wc/testing-helpers": "^1.2.2",
"@open-wc/semantic-dom-diff": "^0.15.2",
"@open-wc/testing-helpers": "^1.2.3",
"@types/chai": "^4.1.7",
"@types/chai-dom": "^0.0.8",
"@types/mocha": "^5.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.
## [0.3.4](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.3.3...@open-wc/webpack-import-meta-loader@0.3.4) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [0.3.3](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.3.2...@open-wc/webpack-import-meta-loader@0.3.3) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-import-meta-loader",
"version": "0.3.3",
"version": "0.3.4",
"publishConfig": {
"access": "public"
},

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.5.3](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.5.2...@open-wc/webpack-index-html-plugin@1.5.3) (2019-10-25)
### Bug Fixes
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
## [1.5.2](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.5.1...@open-wc/webpack-index-html-plugin@1.5.2) (2019-10-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-index-html-plugin",
"version": "1.5.2",
"version": "1.5.3",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"webpack": "^4.32.2"
},
"dependencies": {
"@open-wc/building-utils": "^2.10.1",
"@open-wc/building-utils": "^2.10.2",
"deepmerge": "^3.2.0",
"parse5": "^5.1.0"
},