diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c52f72..c4856c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/semoal/themeprovider-storybook/compare/v1.7.1...v1.7.2) (2021-05-28) + + +### Bug Fixes + +* allow theme buttons to wrap when many themes ([#48](https://github.com/semoal/themeprovider-storybook/issues/48)) ([5cd335b](https://github.com/semoal/themeprovider-storybook/commit/5cd335b1e039d5749117ef4070eb9adcb5c26b1c)) + ## [1.7.1](https://github.com/semoal/themeprovider-storybook/compare/v1.7.0...v1.7.1) (2021-01-06) diff --git a/package-lock.json b/package-lock.json index 16c5930..01d038f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeprovider-storybook", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0a85e7..d908175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeprovider-storybook", - "version": "1.7.1", + "version": "1.7.2", "description": "Use your styled-components themes on your favourite storybook", "main": "index.js", "types": "index.d.ts",