chore: release new versions

- @open-wc/building-rollup@0.14.6
 - @open-wc/building-webpack@2.8.5
 - @open-wc/demoing-storybook@1.0.11
 - es-dev-server@1.27.0
 - @open-wc/karma-esm@2.11.0
 - @open-wc/lit-helpers@0.1.0
 - @open-wc/testing-karma-bs@1.3.7
 - @open-wc/testing-karma@3.2.7
This commit is contained in:
CircleCI
2019-11-30 08:32:20 +00:00
parent 68d61eeb5b
commit 21057e0889
16 changed files with 88 additions and 15 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.14.6](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.5...@open-wc/building-rollup@0.14.6) (2019-11-30)
**Note:** Version bump only for package @open-wc/building-rollup
## [0.14.5](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.4...@open-wc/building-rollup@0.14.5) (2019-11-27)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.14.5",
"version": "0.14.6",
"publishConfig": {
"access": "public"
},
@@ -56,7 +56,7 @@
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"chai": "^4.2.0",
"es-dev-server": "^1.26.2",
"es-dev-server": "^1.27.0",
"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.8.5](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.4...@open-wc/building-webpack@2.8.5) (2019-11-30)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.8.4](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.3...@open-wc/building-webpack@2.8.4) (2019-11-27)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.8.4",
"version": "2.8.5",
"publishConfig": {
"access": "public"
},
@@ -51,7 +51,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.26.2",
"es-dev-server": "^1.27.0",
"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.0.11](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.0.10...@open-wc/demoing-storybook@1.0.11) (2019-11-30)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [1.0.10](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.0.9...@open-wc/demoing-storybook@1.0.10) (2019-11-27)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.0.10",
"version": "1.0.11",
"publishConfig": {
"access": "public"
},
@@ -42,12 +42,12 @@
"@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.5",
"@open-wc/building-rollup": "^0.14.6",
"@open-wc/storybook-prebuilt": "^0.0.6",
"@storybook/addon-docs": "^5.2.5",
"command-line-args": "^5.0.2",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.26.2",
"es-dev-server": "^1.27.0",
"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.27.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.26.2...es-dev-server@1.27.0) (2019-11-30)
### Features
* **es-dev-server:** add debug logging option ([#1052](https://github.com/open-wc/open-wc/issues/1052)) ([879e997](https://github.com/open-wc/open-wc/commit/879e99787464f218e52d834daa0760ba1319aab3))
## [1.26.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.26.1...es-dev-server@1.26.2) (2019-11-27)
**Note:** Version bump only for package es-dev-server

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.26.2",
"version": "1.27.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.
# [2.11.0](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.10.6...@open-wc/karma-esm@2.11.0) (2019-11-30)
### Features
* **es-dev-server:** add debug logging option ([#1052](https://github.com/open-wc/open-wc/issues/1052)) ([879e997](https://github.com/open-wc/open-wc/commit/879e99787464f218e52d834daa0760ba1319aab3))
## [2.10.6](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.10.5...@open-wc/karma-esm@2.10.6) (2019-11-27)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.10.6",
"version": "2.11.0",
"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.26.2",
"es-dev-server": "^1.27.0",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"portfinder": "^1.0.21",

View File

@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.1.0 (2019-11-30)
### Features
* **lit-helpers:** add spread directives ([#1023](https://github.com/open-wc/open-wc/issues/1023)) ([68d61ee](https://github.com/open-wc/open-wc/commit/68d61eeb5b187430f3c94369272b42cebd0f3df1))

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.0.0",
"version": "0.1.0",
"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.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.6...@open-wc/testing-karma-bs@1.3.7) (2019-11-30)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.5...@open-wc/testing-karma-bs@1.3.6) (2019-11-27)
**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.6",
"version": "1.3.7",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.6",
"@open-wc/testing-karma": "^3.2.7",
"@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.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.6...@open-wc/testing-karma@3.2.7) (2019-11-30)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.2.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.5...@open-wc/testing-karma@3.2.6) (2019-11-27)
**Note:** Version bump only for package @open-wc/testing-karma

View File

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