chore: release new versions

- @open-wc/building-rollup@0.22.9
 - @open-wc/dedupe-mixin@1.2.11
 - @open-wc/demoing-storybook@1.13.7
 - @open-wc/scoped-elements@1.0.1
 - storybook-addon-markdown-docs@0.1.7
This commit is contained in:
CircleCI
2020-03-20 09:02:45 +00:00
parent 5b1318af3a
commit acfc865cae
10 changed files with 54 additions and 11 deletions

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.
## [0.22.9](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.8...@open-wc/building-rollup@0.22.9) (2020-03-20)
### Bug Fixes
* **building-rollup:** ensuring input is a string before checking extension ([5b1318a](https://github.com/open-wc/open-wc/commit/5b1318af3a913d0b851824c3bd9ddf32b79597e2))
## [0.22.8](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@0.22.7...@open-wc/building-rollup@0.22.8) (2020-03-19)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "0.22.8",
"version": "0.22.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.2.11](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.10...@open-wc/dedupe-mixin@1.2.11) (2020-03-20)
**Note:** Version bump only for package @open-wc/dedupe-mixin
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/dedupe-mixin",
"version": "1.2.10",
"version": "1.2.11",
"publishConfig": {
"access": "public"
},
@@ -31,7 +31,7 @@
"mixins"
],
"devDependencies": {
"@open-wc/building-rollup": "^0.22.8",
"@open-wc/building-rollup": "^0.22.9",
"@open-wc/testing": "^2.5.8",
"http-server": "^0.11.1",
"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.13.7](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.13.6...@open-wc/demoing-storybook@1.13.7) (2020-03-20)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [1.13.6](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@1.13.5...@open-wc/demoing-storybook@1.13.6) (2020-03-19)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "1.13.6",
"version": "1.13.7",
"publishConfig": {
"access": "public"
},
@@ -45,7 +45,7 @@
"@babel/core": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.22.8",
"@open-wc/building-rollup": "^0.22.9",
"@storybook/addon-docs": "5.3.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
@@ -58,7 +58,7 @@
"magic-string": "^0.25.4",
"rollup": "^1.31.1",
"rollup-plugin-index-html": "^1.10.3",
"storybook-addon-markdown-docs": "^0.1.6",
"storybook-addon-markdown-docs": "^0.1.7",
"storybook-prebuilt": "^1.5.0"
},
"devDependencies": {

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.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.0...@open-wc/scoped-elements@1.0.1) (2020-03-20)
**Note:** Version bump only for package @open-wc/scoped-elements
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.7.1...@open-wc/scoped-elements@1.0.0) (2020-03-19)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
@@ -38,11 +38,11 @@
"helpers"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.10",
"@open-wc/dedupe-mixin": "^1.2.11",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@open-wc/building-rollup": "^0.22.8",
"@open-wc/building-rollup": "^0.22.9",
"@open-wc/testing": "^2.5.8",
"es-dev-server": "^1.45.2",
"npm-run-all": "4.1.3",

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/storybook-addon-markdown-docs@0.1.6...storybook-addon-markdown-docs@0.1.7) (2020-03-20)
**Note:** Version bump only for package storybook-addon-markdown-docs
## [0.1.6](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.5...storybook-addon-markdown-docs@0.1.6) (2020-03-19)
**Note:** Version bump only for package storybook-addon-markdown-docs

View File

@@ -1,6 +1,6 @@
{
"name": "storybook-addon-markdown-docs",
"version": "0.1.6",
"version": "0.1.7",
"description": "Write documentation in markdown for storybook",
"license": "MIT",
"repository": {
@@ -34,7 +34,7 @@
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@mdjs/core": "^0.1.5",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/demoing-storybook": "^1.13.6",
"@open-wc/demoing-storybook": "^1.13.7",
"@storybook/addon-docs": "5.3.1",
"detab": "^2.0.3",
"remark-html": "^10.0.0",