chore: release new versions

- @open-wc/building-rollup@1.6.3
 - @open-wc/demoing-storybook@2.3.18
 - @open-wc/rollup-plugin-html@1.2.2
 - @open-wc/rollup-plugin-polyfills-loader@1.1.3
This commit is contained in:
CircleCI
2020-08-07 06:01:08 +00:00
parent 573dcf1ba3
commit 301a800265
8 changed files with 44 additions and 9 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.
## [1.6.3](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.6.2...@open-wc/building-rollup@1.6.3) (2020-08-07)
**Note:** Version bump only for package @open-wc/building-rollup
## [1.6.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.6.1...@open-wc/building-rollup@1.6.2) (2020-08-05)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "1.6.2",
"version": "1.6.3",
"publishConfig": {
"access": "public"
},
@@ -64,8 +64,8 @@
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@open-wc/building-utils": "^2.18.0",
"@open-wc/rollup-plugin-html": "^1.2.1",
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.2",
"@open-wc/rollup-plugin-html": "^1.2.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.3",
"@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.3.18](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.3.17...@open-wc/demoing-storybook@2.3.18) (2020-08-07)
**Note:** Version bump only for package @open-wc/demoing-storybook
## [2.3.17](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.3.16...@open-wc/demoing-storybook@2.3.17) (2020-08-05)
**Note:** Version bump only for package @open-wc/demoing-storybook

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/demoing-storybook",
"version": "2.3.17",
"version": "2.3.18",
"publishConfig": {
"access": "public"
},
@@ -51,8 +51,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": "^1.2.1",
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.2",
"@open-wc/rollup-plugin-html": "^1.2.2",
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.3",
"@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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.2.1...@open-wc/rollup-plugin-html@1.2.2) (2020-08-07)
### Bug Fixes
* **rollup-plugin-html:** ensure inline module ids are unique ([573dcf1](https://github.com/open-wc/open-wc/commit/573dcf1ba3ed3527db3ca8d455c6a2863a79648c))
## [1.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.2.0...@open-wc/rollup-plugin-html@1.2.1) (2020-08-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/rollup-plugin-html",
"version": "1.2.1",
"version": "1.2.2",
"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.1.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.2...@open-wc/rollup-plugin-polyfills-loader@1.1.3) (2020-08-07)
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.1...@open-wc/rollup-plugin-polyfills-loader@1.1.2) (2020-08-05)
**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": "1.1.2",
"version": "1.1.3",
"publishConfig": {
"access": "public"
},
@@ -36,7 +36,7 @@
"polyfill"
],
"dependencies": {
"@open-wc/rollup-plugin-html": "^1.2.1",
"@open-wc/rollup-plugin-html": "^1.2.2",
"polyfills-loader": "^1.7.0"
}
}