Skip to content

Commit 54f7c5a

Browse files
chore(release): 1.5.1 [ci skip] ## [1.5.1](v1.5.0...v1.5.1) (2020-04-10)
### Bug Fixes * fixed issue that running hooks inside stories crashed [#36](#36) ([b7de87e](b7de87e))
1 parent 2bfc7a8 commit 54f7c5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.1](https://github.com/semoal/themeprovider-storybook/compare/v1.5.0...v1.5.1) (2020-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed issue that running hooks inside stories crashed [#36](https://github.com/semoal/themeprovider-storybook/issues/36) ([b7de87e](https://github.com/semoal/themeprovider-storybook/commit/b7de87e4b3b17b127433cbb2f7220c7b4274f764))
7+
18
# [1.5.0](https://github.com/semoal/themeprovider-storybook/compare/v1.4.0...v1.5.0) (2020-04-10)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "themeprovider-storybook",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Use your styled-components themes on your favourite storybook",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)