Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
chore(all): release version 1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLeBras committed Mar 15, 2018
1 parent 8a85c2c commit 8d87cd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/minimal-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"react-native": "0.50.3",
"react-router": "4.2.0",
"react-router-native": "4.2.0",
"react-router-navigation": "1.0.0-rc.4"
"react-router-navigation": "1.0.0-rc.5"
}
}
2 changes: 1 addition & 1 deletion examples/real-world-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-native": "4.2.0",
"react-router-navigation": "1.0.0-rc.4",
"react-router-navigation": "1.0.0-rc.5",
"react-router-redux": "5.0.0-alpha.6",
"redux": "3.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-navigation-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-navigation-core",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-navigation",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-router": "4.2.x"
},
"dependencies": {
"react-router-navigation-core": "1.0.0-rc.4",
"react-router-navigation-core": "1.0.0-rc.5",
"react-native-tab-view": "0.0.74",
"react-navigation": "1.4.0"
},
Expand Down

0 comments on commit 8d87cd6

Please sign in to comment.