chore: release new versions

- @open-wc/building-rollup@1.6.0
 - @open-wc/demoing-storybook@2.3.15
 - @open-wc/rollup-plugin-html@1.2.0
 - @open-wc/rollup-plugin-polyfills-loader@1.1.0
This commit is contained in:
CircleCI
2020-08-03 14:35:04 +00:00
parent a65453576c
commit 50e87bd27f
8 changed files with 50 additions and 9 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.
# [1.6.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.5.0...@open-wc/building-rollup@1.6.0) (2020-08-03)
### Features
* support building of multi page applications (mpa) ([a654535](https://github.com/open-wc/open-wc/commit/a65453576c42794958e90b9765000f99117097bd))
# [1.5.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.4.2...@open-wc/building-rollup@1.5.0) (2020-07-27)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "1.5.0",
"version": "1.6.0",
"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.1.0",
"@open-wc/rollup-plugin-polyfills-loader": "^1.0.7",
"@open-wc/rollup-plugin-html": "^1.2.0",
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.0.0",