Skip to content

Commit abfb518

Browse files
Version bump to match store 6.3.0 (#24)
No new features at this time.
1 parent 43532fa commit abfb518

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 6.3.0 - Version bump to match Store@6.3.0
2+
3+
https://github.com/angular-redux/store/blob/master/CHANGELOG.md
4+
5+
# 6.2.0 - Version bump to match Store@6.2.0
6+
7+
https://github.com/angular-redux/store/blob/master/CHANGELOG.md
8+
19
# 6.1.1 - Correct Peer Dependency
210

311
# 6.1.0 - Angular 4 Support, Toolchain Fixes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@angular-redux/form",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Build Angular 2+ forms with Redux",
55
"dependencies": {
66
"immutable": "^3.8.1"
77
},
88
"devDependencies": {
9-
"@angular-redux/store": "^6.2.0",
9+
"@angular-redux/store": "^6.3.0",
1010
"@angular/common": "^4.0.0",
1111
"@angular/compiler": "^4.0.0",
1212
"@angular/compiler-cli": "^4.0.0",
@@ -47,7 +47,7 @@
4747
"zone.js": "^0.8.4"
4848
},
4949
"peerDependencies": {
50-
"@angular-redux/store": "^6.2.0",
50+
"@angular-redux/store": "^6.3.0",
5151
"@angular/common": "^2.4.0 || ^4.0.0",
5252
"@angular/compiler": "^2.4.0 || ^4.0.0",
5353
"@angular/core": "^2.4.0 || ^4.0.0",

0 commit comments

Comments
 (0)