From 5c91930c0ff482a4736ea1b1acbe6bbf0f584743 Mon Sep 17 00:00:00 2001 From: "Leo Y. Li" Date: Thu, 11 Apr 2019 01:14:22 -0400 Subject: [PATCH] v1.2.0 release --- CHANGELOG.md | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fb95c..76d5849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,25 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- +## [1.2.0] - 2019-04-11 + +## Feature + +- Extend framework supports to Vue - (#14). + +### Deprecation + +- `import { withContexts } from 'addon-contexts'` has been deprecated. Please import from 'addon-contexts/react' +instead. + + ## [1.1.0] - 2019-04-07 ### Feature - Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14). -### Bugfix +### Bugfixed - Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level. @@ -22,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.7] - 2019-03-31 -### Bugfix +### Bugfixed - Fix typo - (#12) @@ -57,7 +69,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Skip v1.0.2 due to a bad release. -### Bugfix +### Bugfixed - Fix the whitelist issue and install warnings for publishing on NPM. - Remove babel source map to strip down bundling size. @@ -65,7 +77,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2019-03-29 -### Bugfix +### Bugfixed - Fix register path problem. diff --git a/package.json b/package.json index ea3e2a9..a089ef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "addon-contexts", - "version": "1.1.0", + "version": "1.2.0", "description": "Storybook Addon Contexts", "keywords": [ "storybook",