From 745199bbe38c491cd77a27a23e659ab73211ff23 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Aug 2020 19:49:03 +0000 Subject: [PATCH] chore(release): 1.6.0 [ci skip] # [1.6.0](https://github.com/semoal/themeprovider-storybook/compare/v1.5.1...v1.6.0) (2020-08-25) ### Bug Fixes * some issue with ts ([e2f55ef](https://github.com/semoal/themeprovider-storybook/commit/e2f55eff4bb8f52b865f99af814415282ef1811e)) ### Features * added settings for disable modal functionality ([24c5196](https://github.com/semoal/themeprovider-storybook/commit/24c5196278cd851bef6c1c82d6286aa5e24ee10a)) * deploy docs to github pages ([cfa0809](https://github.com/semoal/themeprovider-storybook/commit/cfa0809bea101bbfa95f1a5b1784ace7a8b2a46e)) * deploy example of v6 to github ([d1e2dff](https://github.com/semoal/themeprovider-storybook/commit/d1e2dffef9b27e6106958e8dbe4425dceab76f97)) * introduced compatibility with storybook 6 ([cd35960](https://github.com/semoal/themeprovider-storybook/commit/cd359609932e7f788d269ff8959b5072b621b927)) * introduced compatibility with storybook 6 ([926205d](https://github.com/semoal/themeprovider-storybook/commit/926205d971dfd0fe354a3fa900aa173e38c4b1c6)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310928d..9bb1079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.6.0](https://github.com/semoal/themeprovider-storybook/compare/v1.5.1...v1.6.0) (2020-08-25) + + +### Bug Fixes + +* some issue with ts ([e2f55ef](https://github.com/semoal/themeprovider-storybook/commit/e2f55eff4bb8f52b865f99af814415282ef1811e)) + + +### Features + +* added settings for disable modal functionality ([24c5196](https://github.com/semoal/themeprovider-storybook/commit/24c5196278cd851bef6c1c82d6286aa5e24ee10a)) +* deploy docs to github pages ([cfa0809](https://github.com/semoal/themeprovider-storybook/commit/cfa0809bea101bbfa95f1a5b1784ace7a8b2a46e)) +* deploy example of v6 to github ([d1e2dff](https://github.com/semoal/themeprovider-storybook/commit/d1e2dffef9b27e6106958e8dbe4425dceab76f97)) +* introduced compatibility with storybook 6 ([cd35960](https://github.com/semoal/themeprovider-storybook/commit/cd359609932e7f788d269ff8959b5072b621b927)) +* introduced compatibility with storybook 6 ([926205d](https://github.com/semoal/themeprovider-storybook/commit/926205d971dfd0fe354a3fa900aa173e38c4b1c6)) + ## [1.5.1](https://github.com/semoal/themeprovider-storybook/compare/v1.5.0...v1.5.1) (2020-04-10) diff --git a/package.json b/package.json index 99b5393..efe0e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeprovider-storybook", - "version": "1.5.1", + "version": "1.6.0", "description": "Use your styled-components themes on your favourite storybook", "main": "index.js", "types": "index.d.ts",