Skip to content

Commit

Permalink
v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Aug 10, 2020
1 parent ec79a76 commit a94c044
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.10.1",
"version": "4.11.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/cli-server-api/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@react-native-community/cli-server-api",
"version": "4.10.1",
"version": "4.11.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-debugger-ui": "^4.9.0",
"@react-native-community/cli-tools": "^4.10.1",
"@react-native-community/cli-tools": "^4.11.0",
"compression": "^1.7.1",
"connect": "^3.6.5",
"errorhandler": "^1.5.0",
Expand Down
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": "4.10.1",
"version": "4.11.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-debugger-ui": "^4.9.0",
"@react-native-community/cli-server-api": "^4.10.1",
"@react-native-community/cli-tools": "^4.10.1",
"@react-native-community/cli-server-api": "^4.11.0",
"@react-native-community/cli-tools": "^4.11.0",
"@react-native-community/cli-types": "^4.10.1",
"chalk": "^3.0.0",
"command-exists": "^1.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@react-native-community/cli-platform-android",
"version": "4.10.1",
"version": "4.11.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.10.1",
"@react-native-community/cli-tools": "^4.11.0",
"chalk": "^3.0.0",
"execa": "^1.0.0",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@react-native-community/cli-platform-ios",
"version": "4.10.1",
"version": "4.11.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.10.1",
"@react-native-community/cli-tools": "^4.11.0",
"chalk": "^3.0.0",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-tools",
"version": "4.10.1",
"version": "4.11.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down

0 comments on commit a94c044

Please sign in to comment.