Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fixed: explicit update of react-router@^2.3.0 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 12, 2016
1 parent 4b39671 commit 0ec00f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Fixed: explicit update of ``react-router@^2.3.0`` peer dependency
(@MoOx)

# 0.14.0 - 2016-06-12

Finally, the navigation has now a proper scroll behavior
Expand All @@ -8,6 +11,8 @@ Finally, the navigation has now a proper scroll behavior
**For those which implemented a fix for this scrolling issue:
you can just remove your workaround !**

_You will need at least ``react-router@^2.3.0``._

## Details

- Fixed: navigation now offers a proper scroll behavior.
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-google-analytics": "^0.2.0",
"react-helmet": "^3.0.0",
"react-redux": "^4.4.1",
"react-router": "^2.2.2",
"react-router": "^2.3.0",
"react-svg-inline": "^1.1.0",
"react-topbar-progress-indicator": "^1.0.0",
"redux": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"react-dom": "^15.0.0-rc.1",
"react-helmet": "^3.0.0",
"react-redux": "^4.0.0",
"react-router": "^2.2.2",
"react-router": "^2.3.0",
"redux": "^3.0.0",
"sinon": "^1.17.3",
"stylelint": "^6.0.0",
Expand All @@ -134,7 +134,7 @@
"react-dom": "^0.14.0 || ^15.0.0-rc.1",
"react-helmet": "^3.0.0",
"react-redux": "^4.0.0",
"react-router": "^2.2.2",
"react-router": "^2.3.0",
"redux": "^3.0.0",
"webpack": "^1.12.1",
"whatwg-fetch": "^0.11.0"
Expand Down

0 comments on commit 0ec00f4

Please sign in to comment.