Skip to content

Commit 0758bd4

Browse files
committed
v2.0.2
1 parent 3f11672 commit 0758bd4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.10.6",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React Native CLI",
55
"license": "MIT",
66
"main": "build/index.js",
@@ -24,9 +24,9 @@
2424
},
2525
"dependencies": {
2626
"@hapi/joi": "^15.0.3",
27-
"@react-native-community/cli-platform-android": "^2.0.1",
28-
"@react-native-community/cli-platform-ios": "^2.0.1",
29-
"@react-native-community/cli-tools": "^2.0.1",
27+
"@react-native-community/cli-platform-android": "^2.0.2",
28+
"@react-native-community/cli-platform-ios": "^2.0.2",
29+
"@react-native-community/cli-tools": "^2.0.2",
3030
"chalk": "^1.1.1",
3131
"command-exists": "^1.2.8",
3232
"commander": "^2.19.0",

packages/platform-android/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@react-native-community/cli-platform-android",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "build/index.js",
55
"dependencies": {
6-
"@react-native-community/cli-tools": "^2.0.1",
6+
"@react-native-community/cli-tools": "^2.0.2",
77
"logkitty": "^0.4.0",
88
"slash": "^2.0.0",
99
"xmldoc": "^0.4.0"

packages/platform-ios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@react-native-community/cli-platform-ios",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "build/index.js",
55
"dependencies": {
6-
"@react-native-community/cli-tools": "^2.0.1",
6+
"@react-native-community/cli-tools": "^2.0.2",
77
"chalk": "^1.1.1",
88
"xcode": "^2.0.0"
99
},

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/cli-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "build/index.js",
55
"dependencies": {
66
"chalk": "^1.1.1",

0 commit comments

Comments
 (0)