Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
#0: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Y. Li authored and leoyli committed Apr 15, 2019
1 parent 6903001 commit 0ab1221
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

---

## [1.2.1] - 2019-04-14

## Feature

- General improvement on addon performance and internal typing.


## [1.2.0] - 2019-04-11

## Feature
Expand All @@ -22,7 +30,7 @@ instead.

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

### Bugfixed
### Bug fixes

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

Expand All @@ -34,14 +42,14 @@ instead.

## [1.0.7] - 2019-03-31

### Bugfixed
### Bug fixes

- Fix typo - (#12)


## [1.0.6] - 2019-03-31

### Bugfix
### Bug fixes

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

Expand Down Expand Up @@ -69,15 +77,15 @@ instead.

- Skip v1.0.2 due to a bad release.

### Bugfixed
### Bug fixes

- Fix the whitelist issue and install warnings for publishing on NPM.
- Remove babel source map to strip down bundling size.


## [1.0.1] - 2019-03-29

### Bugfixed
### Bug fixes

- Fix register path problem.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addon-contexts",
"version": "1.2.0",
"version": "1.2.1",
"description": "Storybook Addon Contexts",
"keywords": [
"storybook",
Expand Down

0 comments on commit 0ab1221

Please sign in to comment.