Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 12, 2019
1 parent dcbbc39 commit f2b16b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.10.6",
"version": "2.4.3",
"version": "2.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli",
"version": "2.4.3",
"version": "2.5.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-platform-android": "^2.4.1",
"@react-native-community/cli-platform-android": "^2.5.0",
"@react-native-community/cli-platform-ios": "^2.4.1",
"@react-native-community/cli-tools": "^2.4.1",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-platform-android",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit f2b16b1

Please sign in to comment.