From 87f45b30821883e0a536b0db2bb9a73f5e98ee22 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 27 May 2020 18:03:28 +0000 Subject: [PATCH] chore: release new versions - @open-wc/building-rollup@1.3.1 - @open-wc/demoing-storybook@2.3.4 - @open-wc/rollup-plugin-html@1.1.0 - @open-wc/rollup-plugin-polyfills-loader@1.0.7 --- packages/building-rollup/CHANGELOG.md | 8 ++++++++ packages/building-rollup/package.json | 6 +++--- packages/demoing-storybook/CHANGELOG.md | 8 ++++++++ packages/demoing-storybook/package.json | 6 +++--- packages/rollup-plugin-html/CHANGELOG.md | 11 +++++++++++ packages/rollup-plugin-html/package.json | 2 +- packages/rollup-plugin-polyfills-loader/CHANGELOG.md | 8 ++++++++ packages/rollup-plugin-polyfills-loader/package.json | 4 ++-- 8 files changed, 44 insertions(+), 9 deletions(-) diff --git a/packages/building-rollup/CHANGELOG.md b/packages/building-rollup/CHANGELOG.md index 1c1141c9..d29027ed 100644 --- a/packages/building-rollup/CHANGELOG.md +++ b/packages/building-rollup/CHANGELOG.md @@ -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.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.3.0...@open-wc/building-rollup@1.3.1) (2020-05-27) + +**Note:** Version bump only for package @open-wc/building-rollup + + + + + # [1.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.2.7...@open-wc/building-rollup@1.3.0) (2020-05-24) diff --git a/packages/building-rollup/package.json b/packages/building-rollup/package.json index 86c7bee4..a45885b2 100644 --- a/packages/building-rollup/package.json +++ b/packages/building-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/building-rollup", - "version": "1.3.0", + "version": "1.3.1", "publishConfig": { "access": "public" }, @@ -62,8 +62,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.0.5", - "@open-wc/rollup-plugin-polyfills-loader": "^1.0.6", + "@open-wc/rollup-plugin-html": "^1.1.0", + "@open-wc/rollup-plugin-polyfills-loader": "^1.0.7", "@rollup/plugin-node-resolve": "^7.1.1", "babel-plugin-bundled-import-meta": "^0.3.2", "babel-plugin-template-html-minifier": "^4.0.0", diff --git a/packages/demoing-storybook/CHANGELOG.md b/packages/demoing-storybook/CHANGELOG.md index 096a838b..07a203b6 100644 --- a/packages/demoing-storybook/CHANGELOG.md +++ b/packages/demoing-storybook/CHANGELOG.md @@ -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.4](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.3.3...@open-wc/demoing-storybook@2.3.4) (2020-05-27) + +**Note:** Version bump only for package @open-wc/demoing-storybook + + + + + ## [2.3.3](https://github.com/open-wc/open-wc/compare/@open-wc/demoing-storybook@2.3.2...@open-wc/demoing-storybook@2.3.3) (2020-05-25) **Note:** Version bump only for package @open-wc/demoing-storybook diff --git a/packages/demoing-storybook/package.json b/packages/demoing-storybook/package.json index 1f7558d0..753a0701 100644 --- a/packages/demoing-storybook/package.json +++ b/packages/demoing-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/demoing-storybook", - "version": "2.3.3", + "version": "2.3.4", "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.0.5", - "@open-wc/rollup-plugin-polyfills-loader": "^1.0.6", + "@open-wc/rollup-plugin-html": "^1.1.0", + "@open-wc/rollup-plugin-polyfills-loader": "^1.0.7", "@rollup/plugin-node-resolve": "^7.1.1", "babel-plugin-bundled-import-meta": "^0.3.2", "babel-plugin-template-html-minifier": "^4.0.0", diff --git a/packages/rollup-plugin-html/CHANGELOG.md b/packages/rollup-plugin-html/CHANGELOG.md index f7c136e9..bd89c720 100644 --- a/packages/rollup-plugin-html/CHANGELOG.md +++ b/packages/rollup-plugin-html/CHANGELOG.md @@ -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.1.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.0.5...@open-wc/rollup-plugin-html@1.1.0) (2020-05-27) + + +### Features + +* **rollup-plugin-html:** support multiple html inputs ([#1671](https://github.com/open-wc/open-wc/issues/1671)) ([efea41f](https://github.com/open-wc/open-wc/commit/efea41f64cf384a7b16337fc76247d6e82645a6d)) + + + + + ## [1.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@1.0.4...@open-wc/rollup-plugin-html@1.0.5) (2020-05-17) diff --git a/packages/rollup-plugin-html/package.json b/packages/rollup-plugin-html/package.json index dee43954..f69eb4cc 100644 --- a/packages/rollup-plugin-html/package.json +++ b/packages/rollup-plugin-html/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/rollup-plugin-html", - "version": "1.0.5", + "version": "1.1.0", "publishConfig": { "access": "public" }, diff --git a/packages/rollup-plugin-polyfills-loader/CHANGELOG.md b/packages/rollup-plugin-polyfills-loader/CHANGELOG.md index f367f450..6b0524b3 100644 --- a/packages/rollup-plugin-polyfills-loader/CHANGELOG.md +++ b/packages/rollup-plugin-polyfills-loader/CHANGELOG.md @@ -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.7](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.6...@open-wc/rollup-plugin-polyfills-loader@1.0.7) (2020-05-27) + +**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader + + + + + ## [1.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.5...@open-wc/rollup-plugin-polyfills-loader@1.0.6) (2020-05-17) diff --git a/packages/rollup-plugin-polyfills-loader/package.json b/packages/rollup-plugin-polyfills-loader/package.json index 0a4b9e15..04bd1388 100644 --- a/packages/rollup-plugin-polyfills-loader/package.json +++ b/packages/rollup-plugin-polyfills-loader/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/rollup-plugin-polyfills-loader", - "version": "1.0.6", + "version": "1.0.7", "publishConfig": { "access": "public" }, @@ -36,7 +36,7 @@ "polyfill" ], "dependencies": { - "@open-wc/rollup-plugin-html": "^1.0.5", + "@open-wc/rollup-plugin-html": "^1.1.0", "polyfills-loader": "^1.6.1" } }