Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Aug 25, 2019
1 parent 0e288fc commit 352b5fd
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/building-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.22](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

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





## [0.9.21](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

**Note:** Version bump only for package @open-wc/building-rollup
Expand Down
4 changes: 2 additions & 2 deletions packages/building-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.9.21",
"version": "0.9.22",
"description": "Default configuration for working with rollup",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
Expand Down Expand Up @@ -51,7 +51,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.15.0",
"es-dev-server": "^1.15.1",
"lit-element": "^2.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/es-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.1](https://github.com/open-wc/open-wc/compare/[email protected]@1.15.1) (2019-08-25)


### Bug Fixes

* **es-dev-server:** pin lexer version ([#764](https://github.com/open-wc/open-wc/issues/764)) ([0e288fc](https://github.com/open-wc/open-wc/commit/0e288fc))





# [1.15.0](https://github.com/open-wc/open-wc/compare/[email protected]@1.15.0) (2019-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/es-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es-dev-server",
"main": "./dist/es-dev-server.js",
"version": "1.15.0",
"version": "1.15.1",
"description": "Development server for modern web apps",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
Expand Down
8 changes: 8 additions & 0 deletions packages/karma-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.1](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

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





# [2.5.0](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/karma-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.5.0",
"version": "2.5.1",
"description": "Karma plugin for testing with es modules",
"author": "open-wc",
"main": "./karma-esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.2",
"deepmerge": "^3.3.0",
"es-dev-server": "^1.15.0",
"es-dev-server": "^1.15.1",
"minimatch": "^3.0.4",
"portfinder": "^1.0.21",
"request": "^2.88.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/testing-karma-bs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.51](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

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





## [1.1.50](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma-bs",
"version": "1.1.50",
"version": "1.1.51",
"description": "Testing with karma using browserstack following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@open-wc/testing-karma": "^3.1.25",
"@open-wc/testing-karma": "^3.1.26",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^1.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/testing-karma/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.26](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

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





## [3.1.25](https://github.com/open-wc/open-wc/compare/@open-wc/[email protected]...@open-wc/[email protected]) (2019-08-25)

**Note:** Version bump only for package @open-wc/testing-karma
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.1.25",
"version": "3.1.26",
"description": "Testing with karma following open-wc recommendations",
"author": "open-wc",
"main": "testing-karma.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@open-wc/karma-esm": "^2.5.0",
"@open-wc/karma-esm": "^2.5.1",
"axe-core": "^3.3.1",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^4.0.0",
Expand Down

0 comments on commit 352b5fd

Please sign in to comment.