Skip to content

Commit 26f5b65

Browse files
committed
2.3.0
1 parent c93a164 commit 26f5b65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notifications-component",
3-
"version": "2.2.7",
3+
"version": "2.3.0",
44
"homepage": "http://teodosii.github.io/react-notifications-component",
55
"description": "React component for creating notifications on the fly",
66
"main": "dist/index.js",

src/react-notification-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
2-
import ReactNotification from './react-notification';
32
import PropTypes from 'prop-types';
43
import store from './store';
4+
import ReactNotification from './react-notification';
55
import { getNotificationsForEachContainer, getNotificationsForMobileView } from './utils/helpers';
66

77
import 'src/scss/notification.scss';

0 commit comments

Comments
 (0)