chore: release new versions

- @open-wc/chai-dom-equals@0.11.7
 - @open-wc/semantic-dom-diff@0.10.7
 - @open-wc/testing-helpers@0.8.10
 - @open-wc/testing-karma-bs@1.0.6
 - @open-wc/testing-karma@1.1.2
 - @open-wc/testing@0.11.7
 - @open-wc/webpack-import-meta-loader@0.2.1
This commit is contained in:
CircleCI
2019-05-03 17:52:50 +00:00
parent 4480d2d314
commit f92331bf11
14 changed files with 82 additions and 23 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.11.7](https://github.com/open-wc/open-wc/compare/@open-wc/chai-dom-equals@0.11.6...@open-wc/chai-dom-equals@0.11.7) (2019-05-03)
**Note:** Version bump only for package @open-wc/chai-dom-equals
## [0.11.6](https://github.com/open-wc/open-wc/compare/@open-wc/chai-dom-equals@0.11.5...@open-wc/chai-dom-equals@0.11.6) (2019-04-30)
**Note:** Version bump only for package @open-wc/chai-dom-equals

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/chai-dom-equals",
"version": "0.11.6",
"version": "0.11.7",
"description": "Chai Plugin to compare dom and shadow dom trees. Part of open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -26,14 +26,14 @@
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@open-wc/semantic-dom-diff": "^0.10.6",
"@open-wc/semantic-dom-diff": "^0.10.7",
"@types/chai": "^4.1.7"
},
"devDependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-helpers": "^0.8.9",
"@open-wc/testing-karma": "^1.1.1",
"@open-wc/testing-karma-bs": "^1.0.5",
"@open-wc/testing-helpers": "^0.8.10",
"@open-wc/testing-karma": "^1.1.2",
"@open-wc/testing-karma-bs": "^1.0.6",
"@open-wc/testing-wallaby": "^0.1.12",
"mocha": "^5.0.0",
"webpack-merge": "^4.1.5"

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.10.7](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.10.6...@open-wc/semantic-dom-diff@0.10.7) (2019-05-03)
**Note:** Version bump only for package @open-wc/semantic-dom-diff
## [0.10.6](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.10.5...@open-wc/semantic-dom-diff@0.10.6) (2019-04-30)
**Note:** Version bump only for package @open-wc/semantic-dom-diff

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.10.6",
"version": "0.10.7",
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -32,9 +32,9 @@
},
"devDependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-helpers": "^0.8.9",
"@open-wc/testing-karma": "^1.1.1",
"@open-wc/testing-karma-bs": "^1.0.5",
"@open-wc/testing-helpers": "^0.8.10",
"@open-wc/testing-karma": "^1.1.2",
"@open-wc/testing-karma-bs": "^1.0.6",
"@open-wc/testing-wallaby": "^0.1.12",
"mocha": "^5.0.0",
"webpack-merge": "^4.1.5"

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.8.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.8.9...@open-wc/testing-helpers@0.8.10) (2019-05-03)
**Note:** Version bump only for package @open-wc/testing-helpers
## [0.8.9](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.8.8...@open-wc/testing-helpers@0.8.9) (2019-04-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "0.8.9",
"version": "0.8.10",
"description": "Testing Helpers following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -32,8 +32,8 @@
},
"devDependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-karma": "^1.1.1",
"@open-wc/testing-karma-bs": "^1.0.5",
"@open-wc/testing-karma": "^1.1.2",
"@open-wc/testing-karma-bs": "^1.0.6",
"@open-wc/testing-wallaby": "^0.1.12",
"lit-html": "^1.0.0",
"mocha": "^5.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.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.0.5...@open-wc/testing-karma-bs@1.0.6) (2019-05-03)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.0.4...@open-wc/testing-karma-bs@1.0.5) (2019-04-14)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma-bs",
"version": "1.0.5",
"version": "1.0.6",
"description": "Testing with karma using browserstack following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -25,7 +25,7 @@
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@open-wc/testing-karma": "^1.1.1",
"@open-wc/testing-karma": "^1.1.2",
"@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.
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@1.1.1...@open-wc/testing-karma@1.1.2) (2019-05-03)
**Note:** Version bump only for package @open-wc/testing-karma
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@1.1.0...@open-wc/testing-karma@1.1.1) (2019-04-14)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "1.1.1",
"version": "1.1.2",
"description": "Testing with karma following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -31,7 +31,7 @@
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@open-wc/webpack-import-meta-loader": "^0.2.0",
"@open-wc/webpack-import-meta-loader": "^0.2.1",
"@types/node": "^11.13.0",
"@webcomponents/webcomponentsjs": "^2.2.0",
"babel-loader": "^8.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.
## [0.11.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing@0.11.6...@open-wc/testing@0.11.7) (2019-05-03)
**Note:** Version bump only for package @open-wc/testing
## [0.11.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing@0.11.5...@open-wc/testing@0.11.6) (2019-04-30)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "0.11.6",
"version": "0.11.7",
"description": "Testing following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
@@ -31,16 +31,16 @@
},
"dependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/chai-dom-equals": "^0.11.6",
"@open-wc/semantic-dom-diff": "^0.10.6",
"@open-wc/testing-helpers": "^0.8.9",
"@open-wc/chai-dom-equals": "^0.11.7",
"@open-wc/semantic-dom-diff": "^0.10.7",
"@open-wc/testing-helpers": "^0.8.10",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.0.0",
"mocha": "^5.0.0"
},
"devDependencies": {
"@open-wc/testing-karma": "^1.1.1",
"@open-wc/testing-karma-bs": "^1.0.5",
"@open-wc/testing-karma": "^1.1.2",
"@open-wc/testing-karma-bs": "^1.0.6",
"@open-wc/testing-wallaby": "^0.1.12",
"webpack-merge": "^4.1.5"
}

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.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.2.0...@open-wc/webpack-import-meta-loader@0.2.1) (2019-05-03)
### Bug Fixes
* **webpack-import-meta-loader:** fix filepaths ([4480d2d](https://github.com/open-wc/open-wc/commit/4480d2d))
# [0.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.1.3...@open-wc/webpack-import-meta-loader@0.2.0) (2019-03-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-import-meta-loader",
"version": "0.2.0",
"version": "0.2.1",
"description": "Webpack configuration following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",