chore: release new versions

- @open-wc/building-rollup@1.0.0
 - @open-wc/building-utils@2.16.3
 - @open-wc/building-webpack@2.13.12
 - @open-wc/create@0.28.3
 - @open-wc/dedupe-mixin@1.2.16
 - @open-wc/demoing-storybook@2.0.0
 - es-dev-server@1.46.2
 - @import-maps/generate@0.2.6
 - @import-maps/resolve@0.2.6
 - @open-wc/karma-esm@2.13.23
 - @open-wc/lit-helpers@0.3.8
 - @mdjs/core@0.1.9
 - polyfills-loader@1.5.4
 - @open-wc/rollup-plugin-html@1.0.0
 - rollup-plugin-index-html@1.10.6
 - @open-wc/rollup-plugin-polyfills-loader@1.0.0
 - @open-wc/scoped-elements@1.0.8
 - @open-wc/semantic-dom-diff@0.17.7
 - storybook-addon-markdown-docs@0.2.4
 - storybook-addon-web-components-knobs@0.3.6
 - @open-wc/testing-helpers@1.7.1
 - @open-wc/testing-karma-bs@1.3.56
 - @open-wc/testing-karma@3.3.12
 - @open-wc/testing@2.5.11
 - @open-wc/webpack-import-meta-loader@0.4.5
 - @open-wc/webpack-index-html-plugin@1.7.6
This commit is contained in:
CircleCI
2020-04-12 21:17:07 +00:00
parent f57d26153a
commit 326ca1b909
52 changed files with 305 additions and 55 deletions

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.12...@open-wc/building-rollup@1.0.0) (2020-04-12)
### Features
* **building-rollup:** refactor and update to rollup v2 ([9149c0c](https://github.com/open-wc/open-wc/commit/9149c0cf32b85dce49010d0f855c92064275098e))
### BREAKING CHANGES
* **building-rollup:** The config is completely refactored, see MIGRATION.md and README.md
## [0.22.12](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.11...@open-wc/building-rollup@0.22.12) (2020-04-05)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.22.12",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
@@ -56,9 +56,9 @@
"@babel/plugin-transform-modules-systemjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.16.2",
"@open-wc/rollup-plugin-html": "^0.3.7",
"@open-wc/rollup-plugin-polyfills-loader": "^0.5.1",
"@open-wc/building-utils": "^2.16.3",
"@open-wc/rollup-plugin-html": "^1.0.0",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.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.
## [2.16.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.16.2...@open-wc/building-utils@2.16.3) (2020-04-12)
**Note:** Version bump only for package @open-wc/building-utils
## [2.16.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-utils@2.16.1...@open-wc/building-utils@2.16.2) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-utils",
"version": "2.16.2",
"version": "2.16.3",
"publishConfig": {
"access": "public"
},

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.
## [2.13.12](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.11...@open-wc/building-webpack@2.13.12) (2020-04-12)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.13.11](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.10...@open-wc/building-webpack@2.13.11) (2020-04-05)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.13.11",
"version": "2.13.12",
"publishConfig": {
"access": "public"
},
@@ -46,14 +46,14 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.16.2",
"@open-wc/webpack-index-html-plugin": "^1.7.5",
"@open-wc/building-utils": "^2.16.3",
"@open-wc/webpack-index-html-plugin": "^1.7.6",
"babel-loader": "^8.0.0",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.0.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"es-dev-server": "^1.46.1",
"es-dev-server": "^1.46.2",
"terser-webpack-plugin": "^2.3.0",
"webpack-merge": "^4.1.5",
"workbox-webpack-plugin": "^4.3.1"

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.28.3](https://github.com/open-wc/open-wc/compare/@open-wc/create@0.28.2...@open-wc/create@0.28.3) (2020-04-12)
**Note:** Version bump only for package @open-wc/create
## [0.28.2](https://github.com/open-wc/open-wc/compare/@open-wc/create@0.28.1...@open-wc/create@0.28.2) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/create",
"version": "0.28.2",
"version": "0.28.3",
"publishConfig": {
"access": "public"
},

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.2.16](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.15...@open-wc/dedupe-mixin@1.2.16) (2020-04-12)
**Note:** Version bump only for package @open-wc/dedupe-mixin
## [1.2.15](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.14...@open-wc/dedupe-mixin@1.2.15) (2020-04-06)
**Note:** Version bump only for package @open-wc/dedupe-mixin

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/dedupe-mixin",
"version": "1.2.15",
"version": "1.2.16",
"publishConfig": {
"access": "public"
},

View File

@@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.15.2...@open-wc/demoing-storybook@2.0.0) (2020-04-12)
### Bug Fixes
* **demoing-storybook:** use new rollup resolve ([e55d695](https://github.com/open-wc/open-wc/commit/e55d695e16809cd720e826a634f9fcc7373ff0c4))
### Features
* **demoing-storybook:** don't preload addons ([401eaf9](https://github.com/open-wc/open-wc/commit/401eaf9b4e49727a058fc3a209780f0656f33b70))
* **demoing-storybook:** remove support for deprecated config ([e9b626c](https://github.com/open-wc/open-wc/commit/e9b626c48bc10fd2c4c40adc89f69fe3374a9634))
* **demoing-storybook:** simplify rollup build ([45fd031](https://github.com/open-wc/open-wc/commit/45fd03168fb1cef15d94d987f1cdb10cfa0b869b))
* **demoing-storybook:** unflag mdjs docs ([853813d](https://github.com/open-wc/open-wc/commit/853813dfb8fd2e7473deb8f01bca1bc29d129f86))
### BREAKING CHANGES
* **demoing-storybook:** you now need to set addons yourself in main.js
* **demoing-storybook:** start-storybook.js and build-storybook.js are no longer used, use main.js instead
* **demoing-storybook:** The main.js rollup option no longer receives an array of configs
## [1.15.2](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.15.1...@open-wc/demoing-storybook@1.15.2) (2020-04-05)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.15.2",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
@@ -49,8 +49,8 @@
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/preset-env": "^7.9.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/rollup-plugin-html": "^0.3.7",
"@open-wc/rollup-plugin-polyfills-loader": "^0.5.1",
"@open-wc/rollup-plugin-html": "^1.0.0",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@storybook/addon-docs": "5.3.1",
"babel-plugin-bundled-import-meta": "^0.3.2",
@@ -58,7 +58,7 @@
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.46.1",
"es-dev-server": "^1.46.2",
"es-module-lexer": "^0.3.13",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
@@ -67,7 +67,7 @@
"rollup": "^2.0.0",
"rollup-plugin-babel": "^5.0.0-alpha.1",
"rollup-plugin-terser": "^5.2.0",
"storybook-addon-markdown-docs": "^0.2.3",
"storybook-addon-markdown-docs": "^0.2.4",
"storybook-prebuilt": "^1.5.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.46.2](https://github.com/open-wc/open-wc/compare/es-dev-server@1.46.1...es-dev-server@1.46.2) (2020-04-12)
**Note:** Version bump only for package es-dev-server
## [1.46.1](https://github.com/open-wc/open-wc/compare/es-dev-server@1.46.0...es-dev-server@1.46.1) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.46.1",
"version": "1.46.2",
"publishConfig": {
"access": "public"
},
@@ -66,7 +66,7 @@
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.16.2",
"@open-wc/building-utils": "^2.16.3",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/pluginutils": "^3.0.0",
"@types/minimatch": "^3.0.3",
@@ -94,7 +94,7 @@
"opn": "^5.4.0",
"parse5": "^5.1.1",
"path-is-inside": "^1.0.2",
"polyfills-loader": "^1.5.3",
"polyfills-loader": "^1.5.4",
"portfinder": "^1.0.21",
"strip-ansi": "^5.2.0",
"systemjs": "^4.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.2.6](https://github.com/open-wc/open-wc/compare/@import-maps/generate@0.2.5...@import-maps/generate@0.2.6) (2020-04-12)
**Note:** Version bump only for package @import-maps/generate
## [0.2.5](https://github.com/open-wc/open-wc/compare/@import-maps/generate@0.2.4...@import-maps/generate@0.2.5) (2020-03-24)
**Note:** Version bump only for package @import-maps/generate

View File

@@ -1,6 +1,6 @@
{
"name": "@import-maps/generate",
"version": "0.2.5",
"version": "0.2.6",
"publishConfig": {
"access": "public"
},

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.6](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.5...@import-maps/resolve@0.2.6) (2020-04-12)
**Note:** Version bump only for package @import-maps/resolve
## [0.2.5](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.4...@import-maps/resolve@0.2.5) (2020-03-24)
**Note:** Version bump only for package @import-maps/resolve

View File

@@ -1,6 +1,6 @@
{
"name": "@import-maps/resolve",
"version": "0.2.5",
"version": "0.2.6",
"publishConfig": {
"access": "public"
},

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.
## [2.13.23](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.22...@open-wc/karma-esm@2.13.23) (2020-04-12)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.13.22](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.21...@open-wc/karma-esm@2.13.22) (2020-04-05)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.13.22",
"version": "2.13.23",
"publishConfig": {
"access": "public"
},
@@ -32,11 +32,11 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.16.2",
"@open-wc/building-utils": "^2.16.3",
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.46.1",
"es-dev-server": "^1.46.2",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"portfinder": "^1.0.21",

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.3.8](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.7...@open-wc/lit-helpers@0.3.8) (2020-04-12)
**Note:** Version bump only for package @open-wc/lit-helpers
## [0.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.3.6...@open-wc/lit-helpers@0.3.7) (2020-04-06)
**Note:** Version bump only for package @open-wc/lit-helpers

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.3.7",
"version": "0.3.8",
"publishConfig": {
"access": "public"
},

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.1.9](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.8...@mdjs/core@0.1.9) (2020-04-12)
**Note:** Version bump only for package @mdjs/core
## [0.1.8](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.7...@mdjs/core@0.1.8) (2020-04-05)
**Note:** Version bump only for package @mdjs/core

View File

@@ -1,6 +1,6 @@
{
"name": "@mdjs/core",
"version": "0.1.8",
"version": "0.1.9",
"publishConfig": {
"access": "public"
},

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.5.4](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.3...polyfills-loader@1.5.4) (2020-04-12)
**Note:** Version bump only for package polyfills-loader
## [1.5.3](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.2...polyfills-loader@1.5.3) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "polyfills-loader",
"version": "1.5.3",
"version": "1.5.4",
"publishConfig": {
"access": "public"
},
@@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/core": "^7.9.0",
"@open-wc/building-utils": "^2.16.2",
"@open-wc/building-utils": "^2.16.3",
"@webcomponents/webcomponentsjs": "^2.4.0",
"abortcontroller-polyfill": "^1.4.0",
"core-js-bundle": "^3.6.0",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.3.7...@open-wc/rollup-plugin-html@1.0.0) (2020-04-12)
### Features
* **rollup-plugin-html:** release v1 ([f401b94](https://github.com/open-wc/open-wc/commit/f401b94e7e8dcb6aa9097e5c33d6f052b8f4dee1))
### BREAKING CHANGES
* **rollup-plugin-html:** trigger v1 release
## [0.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.3.6...@open-wc/rollup-plugin-html@0.3.7) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-html",
"version": "0.3.7",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
@@ -40,7 +40,7 @@
"polyfill"
],
"dependencies": {
"@open-wc/building-utils": "^2.16.2",
"@open-wc/building-utils": "^2.16.3",
"@types/html-minifier": "^3.5.3",
"fs-extra": "^8.1.0",
"html-minifier": "^4.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.10.6](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.10.5...rollup-plugin-index-html@1.10.6) (2020-04-12)
**Note:** Version bump only for package rollup-plugin-index-html
## [1.10.5](https://github.com/open-wc/open-wc/compare/rollup-plugin-index-html@1.10.4...rollup-plugin-index-html@1.10.5) (2020-04-05)
**Note:** Version bump only for package rollup-plugin-index-html

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-index-html",
"version": "1.10.5",
"version": "1.10.6",
"publishConfig": {
"access": "public"
},
@@ -30,8 +30,8 @@
"polyfill"
],
"dependencies": {
"@import-maps/resolve": "^0.2.5",
"@open-wc/building-utils": "^2.16.2",
"@import-maps/resolve": "^0.2.6",
"@open-wc/building-utils": "^2.16.3",
"deepmerge": "^4.2.2",
"lit-html": "^1.0.0",
"md5": "^2.2.1",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.5.1...@open-wc/rollup-plugin-polyfills-loader@1.0.0) (2020-04-12)
### Features
* **rollup-plugin-polyfills-loader:** release v1 ([eb6e30d](https://github.com/open-wc/open-wc/commit/eb6e30d10afe0b5da7773ef9cde2e7ad1fd2b2fd))
### BREAKING CHANGES
* **rollup-plugin-polyfills-loader:** trigger v1 release
## [0.5.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.5.0...@open-wc/rollup-plugin-polyfills-loader@0.5.1) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-polyfills-loader",
"version": "0.5.1",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
@@ -35,7 +35,7 @@
"polyfill"
],
"dependencies": {
"@open-wc/rollup-plugin-html": "^0.3.7",
"polyfills-loader": "^1.5.3"
"@open-wc/rollup-plugin-html": "^1.0.0",
"polyfills-loader": "^1.5.4"
}
}

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.8](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.7...@open-wc/scoped-elements@1.0.8) (2020-04-12)
**Note:** Version bump only for package @open-wc/scoped-elements
## [1.0.7](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.6...@open-wc/scoped-elements@1.0.7) (2020-04-06)
**Note:** Version bump only for package @open-wc/scoped-elements

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.0.7",
"version": "1.0.8",
"publishConfig": {
"access": "public"
},
@@ -38,7 +38,7 @@
"helpers"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.15",
"@open-wc/dedupe-mixin": "^1.2.16",
"lit-html": "^1.0.0"
},
"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.17.7](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.6...@open-wc/semantic-dom-diff@0.17.7) (2020-04-12)
**Note:** Version bump only for package @open-wc/semantic-dom-diff
## [0.17.6](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.5...@open-wc/semantic-dom-diff@0.17.6) (2020-04-05)
**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.17.6",
"version": "0.17.7",
"publishConfig": {
"access": "public"
},

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.4](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.3...storybook-addon-markdown-docs@0.2.4) (2020-04-12)
**Note:** Version bump only for package storybook-addon-markdown-docs
## [0.2.3](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.2...storybook-addon-markdown-docs@0.2.3) (2020-04-05)
**Note:** Version bump only for package storybook-addon-markdown-docs

View File

@@ -1,6 +1,6 @@
{
"name": "storybook-addon-markdown-docs",
"version": "0.2.3",
"version": "0.2.4",
"description": "Write documentation in markdown for storybook",
"license": "MIT",
"repository": {
@@ -32,9 +32,9 @@
"@babel/generator": "^7.9.0",
"@babel/parser": "^7.9.2",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@mdjs/core": "^0.1.8",
"@mdjs/core": "^0.1.9",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/demoing-storybook": "^1.15.2",
"@open-wc/demoing-storybook": "^2.0.0",
"@storybook/addon-docs": "5.3.1",
"detab": "^2.0.3",
"mdurl": "^1.0.1",

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.3.6](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.5...storybook-addon-web-components-knobs@0.3.6) (2020-04-12)
**Note:** Version bump only for package storybook-addon-web-components-knobs
## [0.3.5](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.4...storybook-addon-web-components-knobs@0.3.5) (2020-04-05)
**Note:** Version bump only for package storybook-addon-web-components-knobs

View File

@@ -1,6 +1,6 @@
{
"name": "storybook-addon-web-components-knobs",
"version": "0.3.5",
"version": "0.3.6",
"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.7.0"
"@open-wc/testing-helpers": "^1.7.1"
},
"devDependencies": {
"@storybook/addon-a11y": "^5.3.1",

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.7.1](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.7.0...@open-wc/testing-helpers@1.7.1) (2020-04-12)
**Note:** Version bump only for package @open-wc/testing-helpers
# [1.7.0](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.6.2...@open-wc/testing-helpers@1.7.0) (2020-04-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-helpers",
"version": "1.7.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},

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.56](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.55...@open-wc/testing-karma-bs@1.3.56) (2020-04-12)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.55](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.54...@open-wc/testing-karma-bs@1.3.55) (2020-04-05)
**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.55",
"version": "1.3.56",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.3.11",
"@open-wc/testing-karma": "^3.3.12",
"@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.
## [3.3.12](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.11...@open-wc/testing-karma@3.3.12) (2020-04-12)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.3.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.10...@open-wc/testing-karma@3.3.11) (2020-04-05)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.3.11",
"version": "3.3.12",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.13.22",
"@open-wc/karma-esm": "^2.13.23",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.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.
## [2.5.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.10...@open-wc/testing@2.5.11) (2020-04-12)
**Note:** Version bump only for package @open-wc/testing
## [2.5.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.9...@open-wc/testing@2.5.10) (2020-04-06)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing",
"version": "2.5.10",
"version": "2.5.11",
"publishConfig": {
"access": "public"
},
@@ -27,8 +27,8 @@
],
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.17.6",
"@open-wc/testing-helpers": "^1.7.0",
"@open-wc/semantic-dom-diff": "^0.17.7",
"@open-wc/testing-helpers": "^1.7.1",
"@types/chai": "^4.1.7",
"@types/chai-dom": "^0.0.9",
"@types/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.
## [0.4.5](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.4.4...@open-wc/webpack-import-meta-loader@0.4.5) (2020-04-12)
**Note:** Version bump only for package @open-wc/webpack-import-meta-loader
## [0.4.4](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-import-meta-loader@0.4.3...@open-wc/webpack-import-meta-loader@0.4.4) (2020-03-24)
**Note:** Version bump only for package @open-wc/webpack-import-meta-loader

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-import-meta-loader",
"version": "0.4.4",
"version": "0.4.5",
"publishConfig": {
"access": "public"
},

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.7.6](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.7.5...@open-wc/webpack-index-html-plugin@1.7.6) (2020-04-12)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin
## [1.7.5](https://github.com/open-wc/open-wc/compare/@open-wc/webpack-index-html-plugin@1.7.4...@open-wc/webpack-index-html-plugin@1.7.5) (2020-04-05)
**Note:** Version bump only for package @open-wc/webpack-index-html-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/webpack-index-html-plugin",
"version": "1.7.5",
"version": "1.7.6",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"webpack": "^4.28.0"
},
"dependencies": {
"@open-wc/building-utils": "^2.16.2",
"@open-wc/building-utils": "^2.16.3",
"deepmerge": "^4.2.2",
"parse5": "^5.1.1"
},