Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 5, 2019
1 parent a760af9 commit 34d6f70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0.2",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 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.0.2",
"version": "2.1.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.0.2",
"@react-native-community/cli-platform-ios": "^2.0.2",
"@react-native-community/cli-platform-android": "^2.1.0",
"@react-native-community/cli-platform-ios": "^2.1.0",
"@react-native-community/cli-tools": "^2.0.2",
"chalk": "^1.1.1",
"command-exists": "^1.2.8",
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.0.2",
"version": "2.1.0",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.2",
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.0.2",
"version": "2.1.0",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.2",
Expand Down

0 comments on commit 34d6f70

Please sign in to comment.