Skip to content

Commit ae3ec36

Browse files
Release 6.3.0 (#16)
Version bump to match recent store release. No new features here.
1 parent d196d53 commit ae3ec36

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 6.3.0 - Version bump to match [email protected]
2+
3+
https://github.com/angular-redux/store/blob/master/CHANGELOG.md
4+
5+
# 6.2.0 - Version bump to match [email protected]
6+
7+
https://github.com/angular-redux/store/blob/master/CHANGELOG.md
8+
19
# 6.1.0 - Angular 4 Support
210

311
We now support versions 2 and 4 of Angular. Version 2 support is deprecated and

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/router",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Keep your Angular 2+ router state in Redux.",
55
"main": "./lib/es5/index.js",
66
"module": "./lib/esm/index.js",
@@ -22,7 +22,7 @@
2222
"@angular/router": "^3.0.0 || ^4.0.0"
2323
},
2424
"devDependencies": {
25-
"@angular-redux/store": "^6.2.0",
25+
"@angular-redux/store": "^6.3.0",
2626
"@angular/common": "^4.0.0",
2727
"@angular/compiler": "^4.0.0",
2828
"@angular/compiler-cli": "^4.0.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@angular-redux/store@^6.2.0":
6-
version "6.2.0"
7-
resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-6.2.0.tgz#e0289d6fc9134523468c27c62e88576fc1ccd725"
5+
"@angular-redux/store@^6.3.0":
6+
version "6.3.0"
7+
resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-6.3.0.tgz#1c5cb08073fc04645dda6291e7410a981cd1fb37"
88

99
"@angular/common@^4.0.0":
1010
version "4.0.3"

0 commit comments

Comments
 (0)