Skip to content

Commit

Permalink
prep for v0.4.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Aug 10, 2016
1 parent ffda434 commit 460a8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
* removed children prop in favor of static showNotification method
* you can now only use one ReactMaterialUiNotifications component per app, so try to put it in a common spot, this was done to solve the problem of incorrect notifications getting displayed and to introduce the dismiss action in a future release

## v0.4.1
* Bumped versions of dependencies to newer versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-materialui-notifications",
"version": "0.4.0",
"version": "0.4.1",
"description": "Spec compliant notifications for react and material ui users",
"keywords": [
"react",
Expand Down

0 comments on commit 460a8a8

Please sign in to comment.