chore: release new versions

- @open-wc/lit-helpers@0.2.8
 - @open-wc/scoped-elements@0.2.9
 - @open-wc/testing@2.5.3
This commit is contained in:
CircleCI
2020-02-06 12:46:23 +00:00
parent 730514f111
commit 79d89eadaf
6 changed files with 32 additions and 5 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.8](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.7...@open-wc/lit-helpers@0.2.8) (2020-02-06)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.2.7](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.2.6...@open-wc/lit-helpers@0.2.7) (2020-01-31)
**Note:** Version bump only for package @open-wc/lit-helpers

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.2.7",
"version": "0.2.8",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.5.2",
"@open-wc/testing": "^2.5.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.
## [0.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.8...@open-wc/scoped-elements@0.2.9) (2020-02-06)
**Note:** Version bump only for package @open-wc/scoped-elements
## [0.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.7...@open-wc/scoped-elements@0.2.8) (2020-02-03)
**Note:** Version bump only for package @open-wc/scoped-elements

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "0.2.8",
"version": "0.2.9",
"publishConfig": {
"access": "public"
},
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@open-wc/building-rollup": "^0.20.2",
"@open-wc/testing": "^2.5.2",
"@open-wc/testing": "^2.5.3",
"es-dev-server": "^1.38.2",
"lit-html": "^1.0.0",
"npm-run-all": "4.1.3",

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.5.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.2...@open-wc/testing@2.5.3) (2020-02-06)
### Bug Fixes
* **testing:** export "waitUntil" type ([730514f](https://github.com/open-wc/open-wc/commit/730514f111926d6fb0ea750994e98482bb6ab092))
## [2.5.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.1...@open-wc/testing@2.5.2) (2020-01-31)

View File

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