Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 9, 2019
1 parent 82ac1c7 commit 9e2be6c
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.1.2",
"version": "2.2.0",
"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.1.2",
"version": "2.2.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-platform-android": "^2.1.1",
"@react-native-community/cli-platform-ios": "^2.1.1",
"@react-native-community/cli-platform-ios": "^2.2.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-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.1.1",
"version": "2.2.0",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.2",
Expand Down

0 comments on commit 9e2be6c

Please sign in to comment.