diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 3b7b3713..8e98b417 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/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. +## [0.2.1](https://github.com/open-wc/open-wc/tree/master/packages/storybook/compare/@open-wc/storybook@0.2.0...@open-wc/storybook@0.2.1) (2019-01-13) + +**Note:** Version bump only for package @open-wc/storybook + + + + + # [0.2.0](https://github.com/open-wc/open-wc/tree/master/packages/storybook/compare/@open-wc/storybook@0.1.9...@open-wc/storybook@0.2.0) (2018-12-11) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 7701bc5d..e323351d 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/storybook", - "version": "0.2.0", + "version": "0.2.1", "description": "Storybook configuration following open-wc recommendations", "author": "open-wc", "homepage": "https://github.com/open-wc/open-wc/", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index b8c7e768..30ff793b 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/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. +## [0.9.3](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.9.2...@open-wc/testing@0.9.3) (2019-01-13) + +**Note:** Version bump only for package @open-wc/testing + + + + + ## [0.9.2](https://github.com/open-wc/open-wc/tree/master/packages/testing/compare/@open-wc/testing@0.9.1...@open-wc/testing@0.9.2) (2019-01-09) diff --git a/packages/testing/package.json b/packages/testing/package.json index 666619d6..a402223f 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/testing", - "version": "0.9.2", + "version": "0.9.3", "description": "Testing following open-wc recommendations", "author": "open-wc", "homepage": "https://github.com/open-wc/open-wc/",