Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Release/2.0.0 (#343)
Browse files Browse the repository at this point in the history
* chore(package): update version

* release 2.0
  • Loading branch information
sureshHARDIYA committed Nov 22, 2016
1 parent 7955dba commit 4119945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2016-11-22
### Bugfixes
* `Notify` component was not passing all the props.

Expand Down Expand Up @@ -118,7 +120,8 @@ But instead of a conventional OSS project site we decided to host the React Stor

Proved stable enough for a stable semver major version 💃

[Unreleased]: https://github.com/stipsan/uikit-react/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/stipsan/uikit-react/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/stipsan/uikit-react/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/stipsan/uikit-react/compare/v0.6.2...v1.0.0
[0.6.2]: https://github.com/stipsan/uikit-react/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/stipsan/uikit-react/compare/v0.6.0...v0.6.1
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": "uikit-react",
"version": "1.0.0",
"version": "2.0.0",
"description": "UIkit components built with React",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 4119945

Please sign in to comment.