Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Aug 15, 2019
1 parent 0694c3b commit e7784f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.8.3",
"version": "2.9.0",
"npmClient": "yarn",
"useWorkspaces": true
}
10 changes: 5 additions & 5 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.8.3",
"version": "2.9.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-platform-android": "^2.8.3",
"@react-native-community/cli-platform-ios": "^2.8.3",
"@react-native-community/cli-platform-android": "^2.9.0",
"@react-native-community/cli-platform-ios": "^2.9.0",
"@react-native-community/cli-tools": "^2.8.3",
"chalk": "^2.4.2",
"commander": "^2.19.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-native": "^0.60.0"
},
"devDependencies": {
"snapshot-diff": "^0.5.0",
"slash": "^3.0.0"
"slash": "^3.0.0",
"snapshot-diff": "^0.5.0"
}
}
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.8.3",
"version": "2.9.0",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-platform-ios",
"version": "2.8.3",
"version": "2.9.0",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit e7784f5

Please sign in to comment.