chore: release new versions

- @open-wc/building-rollup@0.22.11
 - @open-wc/building-webpack@2.13.10
 - @open-wc/dedupe-mixin@1.2.13
 - @open-wc/demoing-storybook@1.15.0
 - es-dev-server@1.46.0
 - @open-wc/karma-esm@2.13.21
 - @mdjs/core@0.1.7
 - @open-wc/rollup-plugin-html@0.3.6
 - @open-wc/rollup-plugin-polyfills-loader@0.4.3
 - @open-wc/scoped-elements@1.0.4
 - storybook-addon-markdown-docs@0.2.1
 - @open-wc/testing-karma-bs@1.3.54
 - @open-wc/testing-karma@3.3.10
This commit is contained in:
CircleCI
2020-03-26 21:18:08 +00:00
parent 0b2017c560
commit 94f832967f
26 changed files with 142 additions and 32 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.22.11](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.10...@open-wc/building-rollup@0.22.11) (2020-03-26)
**Note:** Version bump only for package @open-wc/building-rollup
## [0.22.10](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.9...@open-wc/building-rollup@0.22.10) (2020-03-24)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.22.10",
"version": "0.22.11",
"publishConfig": {
"access": "public"
},
@@ -59,7 +59,7 @@
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"chai": "^4.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"lit-element": "^2.2.1",
"mocha": "^6.2.2",
"puppeteer": "^2.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.13.10](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.9...@open-wc/building-webpack@2.13.10) (2020-03-26)
**Note:** Version bump only for package @open-wc/building-webpack
## [2.13.9](https://github.com/open-wc/open-wc/compare/@open-wc/building-webpack@2.13.8...@open-wc/building-webpack@2.13.9) (2020-03-24)
**Note:** Version bump only for package @open-wc/building-webpack

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-webpack",
"version": "2.13.9",
"version": "2.13.10",
"publishConfig": {
"access": "public"
},
@@ -53,7 +53,7 @@
"babel-plugin-template-html-minifier": "^3.0.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"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.
## [1.2.13](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.12...@open-wc/dedupe-mixin@1.2.13) (2020-03-26)
**Note:** Version bump only for package @open-wc/dedupe-mixin
## [1.2.12](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.11...@open-wc/dedupe-mixin@1.2.12) (2020-03-24)
**Note:** Version bump only for package @open-wc/dedupe-mixin

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/dedupe-mixin",
"version": "1.2.12",
"version": "1.2.13",
"publishConfig": {
"access": "public"
},
@@ -31,7 +31,7 @@
"mixins"
],
"devDependencies": {
"@open-wc/building-rollup": "^0.22.10",
"@open-wc/building-rollup": "^0.22.11",
"@open-wc/testing": "^2.5.8",
"http-server": "^0.11.1",
"rollup": "^1.31.1",

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.
# [1.15.0](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.14.0...@open-wc/demoing-storybook@1.15.0) (2020-03-26)
### Features
* **demoing-storybook:** allow disabling recommended addons ([0b2017c](https://github.com/open-wc/open-wc/commit/0b2017c5601c060c662999186fe65e97397ff8e1))
# [1.14.0](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.13.8...@open-wc/demoing-storybook@1.14.0) (2020-03-26)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.14.0",
"version": "1.15.0",
"publishConfig": {
"access": "public"
},
@@ -45,12 +45,12 @@
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.22.10",
"@open-wc/building-rollup": "^0.22.11",
"@storybook/addon-docs": "5.3.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"es-module-lexer": "^0.3.13",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
@@ -58,7 +58,7 @@
"magic-string": "^0.25.4",
"rollup": "^1.31.1",
"rollup-plugin-index-html": "^1.10.4",
"storybook-addon-markdown-docs": "^0.2.0",
"storybook-addon-markdown-docs": "^0.2.1",
"storybook-prebuilt": "^1.5.0"
},
"devDependencies": {

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.
# [1.46.0](https://github.com/open-wc/open-wc/compare/es-dev-server@1.45.3...es-dev-server@1.46.0) (2020-03-26)
### Features
* **es-dev-server:** add onServerStart hook ([4ade3c8](https://github.com/open-wc/open-wc/commit/4ade3c84854e0bc8e855597ba74250d7c7476939))
## [1.45.3](https://github.com/open-wc/open-wc/compare/es-dev-server@1.45.2...es-dev-server@1.45.3) (2020-03-24)
**Note:** Version bump only for package es-dev-server

View File

@@ -1,6 +1,6 @@
{
"name": "es-dev-server",
"version": "1.45.3",
"version": "1.46.0",
"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.21](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.20...@open-wc/karma-esm@2.13.21) (2020-03-26)
**Note:** Version bump only for package @open-wc/karma-esm
## [2.13.20](https://github.com/open-wc/open-wc/compare/@open-wc/karma-esm@2.13.19...@open-wc/karma-esm@2.13.20) (2020-03-24)
**Note:** Version bump only for package @open-wc/karma-esm

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/karma-esm",
"version": "2.13.20",
"version": "2.13.21",
"publishConfig": {
"access": "public"
},
@@ -36,7 +36,7 @@
"babel-plugin-istanbul": "^5.1.4",
"chokidar": "^3.0.0",
"deepmerge": "^3.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"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.1.7](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.6...@mdjs/core@0.1.7) (2020-03-26)
**Note:** Version bump only for package @mdjs/core
## [0.1.6](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.5...@mdjs/core@0.1.6) (2020-03-24)
**Note:** Version bump only for package @mdjs/core

View File

@@ -1,6 +1,6 @@
{
"name": "@mdjs/core",
"version": "0.1.6",
"version": "0.1.7",
"publishConfig": {
"access": "public"
},
@@ -55,7 +55,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"mocha": "^6.2.2",
"remark-autolink-headings": "^5.2.1",
"remark-html": "^10.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.3.6](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.3.5...@open-wc/rollup-plugin-html@0.3.6) (2020-03-26)
**Note:** Version bump only for package @open-wc/rollup-plugin-html
## [0.3.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.3.4...@open-wc/rollup-plugin-html@0.3.5) (2020-03-24)
**Note:** Version bump only for package @open-wc/rollup-plugin-html

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-html",
"version": "0.3.5",
"version": "0.3.6",
"publishConfig": {
"access": "public"
},
@@ -49,7 +49,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"lit-element": "^2.2.1",
"rimraf": "^3.0.0",
"rollup": "^1.31.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.4.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.2...@open-wc/rollup-plugin-polyfills-loader@0.4.3) (2020-03-26)
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
## [0.4.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.1...@open-wc/rollup-plugin-polyfills-loader@0.4.2) (2020-03-24)
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-polyfills-loader",
"version": "0.4.2",
"version": "0.4.3",
"publishConfig": {
"access": "public"
},
@@ -35,12 +35,12 @@
"polyfill"
],
"dependencies": {
"@open-wc/rollup-plugin-html": "^0.3.5",
"@open-wc/rollup-plugin-html": "^0.3.6",
"polyfills-loader": "^1.5.2"
},
"devDependencies": {
"chai": "^4.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"lit-element": "^2.2.1",
"rimraf": "^3.0.0",
"rollup": "^1.31.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.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.3...@open-wc/scoped-elements@1.0.4) (2020-03-26)
**Note:** Version bump only for package @open-wc/scoped-elements
## [1.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.2...@open-wc/scoped-elements@1.0.3) (2020-03-25)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.0.3",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
@@ -38,13 +38,13 @@
"helpers"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.12",
"@open-wc/dedupe-mixin": "^1.2.13",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.22.10",
"@open-wc/building-rollup": "^0.22.11",
"@open-wc/testing": "^2.5.8",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"npm-run-all": "4.1.3",
"rollup": "^1.31.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.2.1](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.0...storybook-addon-markdown-docs@0.2.1) (2020-03-26)
**Note:** Version bump only for package storybook-addon-markdown-docs
# [0.2.0](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.8...storybook-addon-markdown-docs@0.2.0) (2020-03-26)

View File

@@ -1,6 +1,6 @@
{
"name": "storybook-addon-markdown-docs",
"version": "0.2.0",
"version": "0.2.1",
"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.6",
"@mdjs/core": "^0.1.7",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/demoing-storybook": "^1.14.0",
"@open-wc/demoing-storybook": "^1.15.0",
"@storybook/addon-docs": "5.3.1",
"detab": "^2.0.3",
"remark-html": "^10.0.0",
@@ -51,7 +51,7 @@
"@types/mocha": "^5.0.0",
"babel-loader": "^8.0.0",
"chai": "^4.2.0",
"es-dev-server": "^1.45.3",
"es-dev-server": "^1.46.0",
"mocha": "^6.2.2",
"mocha-chai-snapshot": "^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.3.54](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.53...@open-wc/testing-karma-bs@1.3.54) (2020-03-26)
**Note:** Version bump only for package @open-wc/testing-karma-bs
## [1.3.53](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma-bs@1.3.52...@open-wc/testing-karma-bs@1.3.53) (2020-03-24)
**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.53",
"version": "1.3.54",
"publishConfig": {
"access": "public"
},
@@ -32,7 +32,7 @@
"config"
],
"dependencies": {
"@open-wc/testing-karma": "^3.3.9",
"@open-wc/testing-karma": "^3.3.10",
"@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.10](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.9...@open-wc/testing-karma@3.3.10) (2020-03-26)
**Note:** Version bump only for package @open-wc/testing-karma
## [3.3.9](https://github.com/open-wc/open-wc/compare/@open-wc/testing-karma@3.3.8...@open-wc/testing-karma@3.3.9) (2020-03-24)
**Note:** Version bump only for package @open-wc/testing-karma

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/testing-karma",
"version": "3.3.9",
"version": "3.3.10",
"publishConfig": {
"access": "public"
},
@@ -28,7 +28,7 @@
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.13.20",
"@open-wc/karma-esm": "^2.13.21",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.0",