Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Aug 1, 2019
1 parent 72158de commit f58dc3c
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.8.1",
"version": "2.8.2",
"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.8.1",
"version": "2.8.2",
"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.8.1",
"@react-native-community/cli-platform-android": "^2.8.2",
"@react-native-community/cli-platform-ios": "^2.8.0",
"@react-native-community/cli-tools": "^2.7.0",
"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.8.1",
"version": "2.8.2",
"license": "MIT",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit f58dc3c

Please sign in to comment.