chore: release new versions

- @open-wc/lit-helpers@0.2.3
 - @open-wc/testing-karma-bs@1.3.27
 - @open-wc/testing-karma@3.2.27
 - @open-wc/testing@2.4.3
This commit is contained in:
CircleCI
2020-01-07 15:51:48 +00:00
parent e355027a6a
commit e54049fc8a
8 changed files with 45 additions and 6 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.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.2...@open-wc/lit-helpers@0.2.3) (2020-01-07)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.1...@open-wc/lit-helpers@0.2.2) (2019-12-08)
**Note:** Version bump only for package @open-wc/lit-helpers

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.4.2",
"@open-wc/testing": "^2.4.3",
"sinon": "^7.4.1"
},
"module": "index.js"

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.27](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.26...@open-wc/testing-karma-bs@1.3.27) (2020-01-07)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.26](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.25...@open-wc/testing-karma-bs@1.3.26) (2020-01-06)
**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.26",
"version": "1.3.27",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.2.26",
"@open-wc/testing-karma": "^3.2.27",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^1.0.0"
},

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.27](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.26...@open-wc/testing-karma@3.2.27) (2020-01-07)
### Bug Fixes
* **testing-karma:** use an os-agnostic pathResolver ([e3ad027](https://github.com/open-wc/open-wc/commit/e3ad02707c474854d0af0b7d14551da6948b99cb))
* remove unused `path` ([3f80674](https://github.com/open-wc/open-wc/commit/3f80674373327c06f816d82451a8ea13699fe913))
## [3.2.26](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.2.25...@open-wc/testing-karma@3.2.26) (2020-01-06)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.2.26",
"version": "3.2.27",
"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.4.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.4.2...@open-wc/testing@2.4.3) (2020-01-07)
### Bug Fixes
* **testing:** compatibility with webpack ([e355027](https://github.com/open-wc/open-wc/commit/e355027a6a8fb68686d18205bb456a515e86b5f3))
## [2.4.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.4.1...@open-wc/testing@2.4.2) (2019-12-05)
**Note:** Version bump only for package @open-wc/testing

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.4.2",
"version": "2.4.3",
"publishConfig": {
"access": "public"
},