mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
chore: release new versions
- @open-wc/dedupe-mixin@1.2.10 - @open-wc/lit-helpers@0.3.5 - @open-wc/scoped-elements@0.7.1 - @open-wc/semantic-dom-diff@0.17.5 - storybook-addon-web-components-knobs@0.3.4 - @open-wc/testing-helpers@1.6.2 - @open-wc/testing@2.5.8
This commit is contained in:
@@ -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.2.10](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.9...@open-wc/dedupe-mixin@1.2.10) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/dedupe-mixin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.8...@open-wc/dedupe-mixin@1.2.9) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/dedupe-mixin
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/dedupe-mixin",
|
||||
"version": "1.2.9",
|
||||
"version": "1.2.10",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -32,7 +32,7 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@open-wc/building-rollup": "^0.22.8",
|
||||
"@open-wc/testing": "^2.5.7",
|
||||
"@open-wc/testing": "^2.5.8",
|
||||
"http-server": "^0.11.1",
|
||||
"rollup": "^1.31.1",
|
||||
"sinon": "^7.4.1"
|
||||
|
||||
@@ -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.3.5](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.4...@open-wc/lit-helpers@0.3.5) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/lit-helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.3...@open-wc/lit-helpers@0.3.4) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/lit-helpers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/lit-helpers",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -33,7 +33,7 @@
|
||||
"lit-html": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/testing": "^2.5.7",
|
||||
"@open-wc/testing": "^2.5.8",
|
||||
"sinon": "^7.4.1"
|
||||
},
|
||||
"module": "index.js",
|
||||
|
||||
@@ -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.7.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.7.0...@open-wc/scoped-elements@0.7.1) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.9...@open-wc/scoped-elements@0.7.0) (2020-03-19)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/scoped-elements",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -38,12 +38,12 @@
|
||||
"helpers"
|
||||
],
|
||||
"dependencies": {
|
||||
"@open-wc/dedupe-mixin": "^1.2.9",
|
||||
"@open-wc/dedupe-mixin": "^1.2.10",
|
||||
"lit-element": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/building-rollup": "^0.22.8",
|
||||
"@open-wc/testing": "^2.5.7",
|
||||
"@open-wc/testing": "^2.5.8",
|
||||
"es-dev-server": "^1.45.2",
|
||||
"npm-run-all": "4.1.3",
|
||||
"rollup": "^1.31.1"
|
||||
|
||||
@@ -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.17.5](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.4...@open-wc/semantic-dom-diff@0.17.5) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/semantic-dom-diff
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.17.4](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.3...@open-wc/semantic-dom-diff@0.17.4) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/semantic-dom-diff
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/semantic-dom-diff",
|
||||
"version": "0.17.4",
|
||||
"version": "0.17.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
"snapshots"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@open-wc/testing-helpers": "^1.6.1",
|
||||
"@open-wc/testing-helpers": "^1.6.2",
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^6.2.2"
|
||||
},
|
||||
|
||||
@@ -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.3.4](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.3...storybook-addon-web-components-knobs@0.3.4) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.2...storybook-addon-web-components-knobs@0.3.3) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook-addon-web-components-knobs",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Storybook knobs for web-components based on custom-elements.json",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -30,7 +30,7 @@
|
||||
"lit-html": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-wc/testing-helpers": "^1.6.1"
|
||||
"@open-wc/testing-helpers": "^1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "^5.3.1",
|
||||
|
||||
@@ -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.6.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.6.1...@open-wc/testing-helpers@1.6.2) (2020-03-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **testing-helpers:** publish typescript definition files again ([a411293](https://github.com/open-wc/open-wc/commit/a411293282e3133becd2ebc4c27d309a4f866a4d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.6.1](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.6.0...@open-wc/testing-helpers@1.6.1) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing-helpers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-helpers",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -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.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.7...@open-wc/testing@2.5.8) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.5.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.6...@open-wc/testing@2.5.7) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/testing
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing",
|
||||
"version": "2.5.7",
|
||||
"version": "2.5.8",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@open-wc/chai-dom-equals": "^0.12.36",
|
||||
"@open-wc/semantic-dom-diff": "^0.17.4",
|
||||
"@open-wc/testing-helpers": "^1.6.1",
|
||||
"@open-wc/semantic-dom-diff": "^0.17.5",
|
||||
"@open-wc/testing-helpers": "^1.6.2",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/chai-dom": "^0.0.8",
|
||||
"@types/mocha": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user