Skip to content

Commit 4c9512a

Browse files
committed
v2.8.0
1 parent 83fcdfb commit 4c9512a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.10.6",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/cli",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "React Native CLI",
55
"license": "MIT",
66
"main": "build/index.js",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@hapi/joi": "^15.0.3",
2727
"@react-native-community/cli-platform-android": "^2.7.0",
28-
"@react-native-community/cli-platform-ios": "^2.7.0",
28+
"@react-native-community/cli-platform-ios": "^2.8.0",
2929
"@react-native-community/cli-tools": "^2.7.0",
3030
"chalk": "^2.4.2",
3131
"commander": "^2.19.0",

packages/platform-ios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/cli-platform-ios",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"license": "MIT",
55
"main": "build/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)