Skip to content

Commit 460a8a8

Browse files
author
Puranjay Jain
committed
prep for v0.4.1 upgrade
1 parent ffda434 commit 460a8a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@
2929
3030
* removed children prop in favor of static showNotification method
3131
* 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
32+
33+
## v0.4.1
34+
* Bumped versions of dependencies to newer versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-materialui-notifications",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Spec compliant notifications for react and material ui users",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)