Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
 - @open-wc/building-rollup@0.14.8
 - @open-wc/building-webpack@2.8.7
 - @open-wc/demoing-storybook@1.1.0
 - es-dev-server@1.28.0
 - @open-wc/karma-esm@2.11.2
 - @open-wc/testing-karma-bs@1.3.9
 - @open-wc/testing-karma@3.2.9
  • Loading branch information
CircleCI committed Dec 2, 2019
1 parent 8c95d97 commit 18ab3e1
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 14 deletions.
8 changes: 8 additions & 0 deletions packages/building-rollup/CHANGELOG.md
Expand Up @@ -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.8](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.7...@open-wc/building-rollup@0.14.8) (2019-12-02)

**Note:** Version bump only for package @open-wc/building-rollup





## [0.14.7](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.14.6...@open-wc/building-rollup@0.14.7) (2019-12-01)

**Note:** Version bump only for package @open-wc/building-rollup
Expand Down
4 changes: 2 additions & 2 deletions packages/building-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.14.7",
"version": "0.14.8",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -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.27.1",
"es-dev-server": "^1.28.0",
"lit-element": "^2.0.1",
"mocha": "^6.2.2",
"puppeteer": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/building-webpack/CHANGELOG.md
Expand Up @@ -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.7](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.6...@open-wc/building-webpack@2.8.7) (2019-12-02)

**Note:** Version bump only for package @open-wc/building-webpack





## [2.8.6](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.8.5...@open-wc/building-webpack@2.8.6) (2019-12-01)

**Note:** Version bump only for package @open-wc/building-webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/building-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.8.6",
"version": "2.8.7",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -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.27.1",
"es-dev-server": "^1.28.0",
"terser-webpack-plugin": "^1.2.1",
"webpack-merge": "^4.1.5",
"workbox-webpack-plugin": "^4.3.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/demoing-storybook/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.0.12...@open-wc/demoing-storybook@1.1.0) (2019-12-02)


### Bug Fixes

* **demoing-storybook:** typing in inputs shall not change storybook ui ([8c95d97](https://github.com/open-wc/open-wc/commit/8c95d9779671e95a35efae55aab46084b74c4c1e))


### Features

* **demoing-storybook:** add storybook-start help command ([4eebd38](https://github.com/open-wc/open-wc/commit/4eebd3896f6c0d4f7fb02417ec373d5d2429f79b))





## [1.0.12](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.0.11...@open-wc/demoing-storybook@1.0.12) (2019-12-01)

**Note:** Version bump only for package @open-wc/demoing-storybook
Expand Down
6 changes: 3 additions & 3 deletions packages/demoing-storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.0.12",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,13 +42,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.14.7",
"@open-wc/building-rollup": "^0.14.8",
"@open-wc/storybook-prebuilt": "^0.0.7",
"@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.27.1",
"es-dev-server": "^1.28.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"lit-html": "^1.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/es-dev-server/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.28.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.27.1...es-dev-server@1.28.0) (2019-12-02)


### Bug Fixes

* **es-dev-server:** don't normalize file path on a browser path ([90cdeaf](https://github.com/open-wc/open-wc/commit/90cdeaf742a942e1c9f59f4be7dc2937b8becb95))


### Features

* **demoing-storybook:** add storybook-start help command ([4eebd38](https://github.com/open-wc/open-wc/commit/4eebd3896f6c0d4f7fb02417ec373d5d2429f79b))
* **es-dev-server:** allow opening on full URL ([6d47e56](https://github.com/open-wc/open-wc/commit/6d47e5644a2093d8266fdebc51df4beb53df620e))





## [1.27.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.27.0...es-dev-server@1.27.1) (2019-12-01)

**Note:** Version bump only for package es-dev-server
Expand Down
2 changes: 1 addition & 1 deletion packages/es-dev-server/package.json
@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.27.1",
"version": "1.28.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/karma-esm/CHANGELOG.md
Expand Up @@ -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.2](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.11.1...@open-wc/karma-esm@2.11.2) (2019-12-02)

**Note:** Version bump only for package @open-wc/karma-esm





## [2.11.1](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.11.0...@open-wc/karma-esm@2.11.1) (2019-12-01)

**Note:** Version bump only for package @open-wc/karma-esm
Expand Down
4 changes: 2 additions & 2 deletions packages/karma-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.11.1",
"version": "2.11.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,7 +37,7 @@
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.27.1",
"es-dev-server": "^1.28.0",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"portfinder": "^1.0.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing-karma-bs/CHANGELOG.md
Expand Up @@ -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.9](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.8...@open-wc/testing-karma-bs@1.3.9) (2019-12-02)

**Note:** Version bump only for package @open-wc/testing-karma-bs





## [1.3.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.7...@open-wc/testing-karma-bs@1.3.8) (2019-12-01)

**Note:** Version bump only for package @open-wc/testing-karma-bs
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-karma-bs/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma-bs",
"version": "1.3.8",
"version": "1.3.9",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.8",
"@open-wc/testing-karma": "^3.2.9",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^1.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/testing-karma/CHANGELOG.md
Expand Up @@ -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.9](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.8...@open-wc/testing-karma@3.2.9) (2019-12-02)

**Note:** Version bump only for package @open-wc/testing-karma





## [3.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.7...@open-wc/testing-karma@3.2.8) (2019-12-01)

**Note:** Version bump only for package @open-wc/testing-karma
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-karma/package.json
@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.8",
"version": "3.2.9",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.11.1",
"@open-wc/karma-esm": "^2.11.2",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.0.0",
Expand Down

0 comments on commit 18ab3e1

Please sign in to comment.