diff --git a/addons/addon-contexts/CHANGELOG.md b/addons/addon-contexts/CHANGELOG.md index 591035a3593e..b1fb95ca343f 100644 --- a/addons/addon-contexts/CHANGELOG.md +++ b/addons/addon-contexts/CHANGELOG.md @@ -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 @@ -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 @@ -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. @@ -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. diff --git a/addons/addon-contexts/package.json b/addons/addon-contexts/package.json index 4c5d509b1b19..3afcd678f2b7 100644 --- a/addons/addon-contexts/package.json +++ b/addons/addon-contexts/package.json @@ -1,6 +1,6 @@ { "name": "addon-contexts", - "version": "1.0.7", + "version": "1.1.0", "description": "Storybook Addon Contexts", "keywords": [ "storybook",