Skip to content

Commit

Permalink
#1: release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Y. Li committed Apr 18, 2019
1 parent 29f59e7 commit db4536e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions addons/addon-contexts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,31 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.4] - 2019-03-30
## [1.0.5] - 2019-03-31

- Skip v1.0.4 due to a bad release.

### Feature

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

### Doc

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

### Maintenance

- Upgrade TypeScript to 3.4.1.
- Update package organization.
- Optimize package bundling process.


## [1.0.3] - 2019-03-30

- Skip v1.0.2 due to a bad release.

### Bugfix

- Skip v1.0.2 due to a bad release.
- Fix the whitelist issue and install warnings for publishing on NPM.
- Remove babel source map to strip down bundling size.

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.4",
"version": "1.0.5",
"description": "Storybook Addon Contexts",
"keywords": [
"storybook",
Expand Down

0 comments on commit db4536e

Please sign in to comment.