Skip to content

Commit

Permalink
Es v6 support angular 5 (angular-redux#481)
Browse files Browse the repository at this point in the history
* v6.6.0-0

* Fix peer version

* v6.6.0-1

* Update changelog

* Update notes
  • Loading branch information
e-schultz authored Nov 10, 2017
1 parent c9dc1e6 commit 9759072
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.6.0-1

* Update peer dependency to include Angular 5, *note* - this is a beta release, if you run into any issues with Angular 5 please let me know. This release is still using an older version of angular to build / compile, but seems to work with Angular 5.

Working on a V7 release that upgrades to be built/use Angular 5 core/compiler/etc which produces builds that are not backwards compatable with Angular 4. More details will be available soon.

# 6.5.7

* Fixed issue with AppRef.tick being called recurisvly [#443](https://github.com/angular-redux/store/pull/443)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-redux/store",
"version": "6.5.7",
"version": "6.6.0-1",
"description": "Angular 2 bindings for Redux",
"main": "./lib/src/index.js",
"scripts": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"zone.js": "^0.8.4"
},
"peerDependencies": {
"@angular/core": "^2.4.0 || ^4.0.0",
"@angular/core": "^2.4.0 || ^4.0.0 || ^5.0.0",
"redux": "^3.5.0"
},
"nyc": {
Expand Down

0 comments on commit 9759072

Please sign in to comment.