From 3aab062e4986b11374da5589da9fab822258b8cf Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 10 Aug 2020 16:37:37 +0000 Subject: [PATCH] chore: release new versions - @open-wc/building-rollup@1.7.0 --- packages/building-rollup/CHANGELOG.md | 11 +++++++++++ packages/building-rollup/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/building-rollup/CHANGELOG.md b/packages/building-rollup/CHANGELOG.md index edeaf938..4eab0bc3 100644 --- a/packages/building-rollup/CHANGELOG.md +++ b/packages/building-rollup/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.7.0](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.6.3...@open-wc/building-rollup@1.7.0) (2020-08-10) + + +### Features + +* **building-rollup:** move to @rollup/plugin-babel ([#1802](https://github.com/open-wc/open-wc/issues/1802)) ([f5a7c39](https://github.com/open-wc/open-wc/commit/f5a7c3987dda06afd00ccfa6fd8298ec0e07cc80)) + + + + + ## [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 diff --git a/packages/building-rollup/package.json b/packages/building-rollup/package.json index af5cffbb..71a6b8ca 100644 --- a/packages/building-rollup/package.json +++ b/packages/building-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/building-rollup", - "version": "1.6.3", + "version": "1.7.0", "publishConfig": { "access": "public" },