Skip to content

Commit

Permalink
#1: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Y. Li committed Apr 18, 2019
1 parent 7824558 commit 0228aca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions addons/addon-contexts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

---
## [1.1.0] - 2019-04-07

### Feature

- Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14).

### Bugfix

- Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level.

### Chore

- Update devDependencies.
- Remove react from peerDependencies (since it is required by the Storybook core already).


## [1.0.7] - 2019-03-31

Expand All @@ -16,7 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Bugfix

- Fix bug: use addon-contexts without param specified - (#11)
- Fix bug: use addon-contexts without param specified - (#11).


## [1.0.5] - 2019-03-31
Expand All @@ -25,13 +40,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Feature

- Add type annotation for `withContexts` story decorator - (#7)
- Add type annotation for `withContexts` story decorator - (#7).

### Doc

- Improve the quality of README.md. - (#5)

### Maintenance
### Chore

- Upgrade TypeScript to 3.4.1.
- Update package organization.
Expand All @@ -54,10 +69,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Fix register path problem.

### Maintenance

- Move all dependencies into peerDependencies.

### Chore

- Move all dependencies into peerDependencies.
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-contexts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addon-contexts",
"version": "1.0.7",
"version": "1.1.0",
"description": "Storybook Addon Contexts",
"keywords": [
"storybook",
Expand Down

0 comments on commit 0228aca

Please sign in to comment.