forked from ngrx/notify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): upgrade dependencies
BREAKING CHANGE: The peer dependencies have been upgraded to be: * "rxjs": "^5.4.2", * "@angular/core": "^4.3.0", * "@ngrx/store": "^2.2.3" close ngrx#2, close ngrx#3
- Loading branch information
1 parent
dd18a17
commit fcb9cf1
Showing
15 changed files
with
4,529 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/ngrx/notify/compare/v1.0.0...v2.0.0) (2017-07-22) | ||
|
||
|
||
### Chores | ||
|
||
* **dependencies:** upgrade dependencies ([8592504](https://github.com/ngrx/notify/commit/8592504)), closes [#2](https://github.com/ngrx/notify/issues/2) [#3](https://github.com/ngrx/notify/issues/3) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **dependencies:** The peer dependencies have been upgraded to be: | ||
* "rxjs": "^5.4.2", | ||
* "@angular/core": "^4.3.0", | ||
* "@ngrx/store": "^2.2.3" | ||
|
||
|
||
|
||
<a name="1.0.0"></a> | ||
# 1.0.0 (2016-06-07) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export { Notify } from './notify'; | ||
export { NOTIFY_PROVIDERS, NOTIFY_GLOBAL_OPTIONS } from './ng2'; | ||
export { NotifyModule, NOTIFY_GLOBAL_OPTIONS } from './ng2'; | ||
export { NotificationInstance, NotificationOptions } from './notification'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.