Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 10, 2020
1 parent e092bbe commit 6cded84
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2.4",
"version": "4.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cli-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-types",
"version": "4.2.1",
"version": "4.3.0",
"main": "build",
"publishConfig": {
"access": "public"
Expand Down
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": "4.2.4",
"version": "4.3.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-debugger-ui": "^4.2.1",
"@react-native-community/cli-tools": "^4.2.2",
"@react-native-community/cli-types": "^4.2.1",
"@react-native-community/cli-types": "^4.3.0",
"chalk": "^3.0.0",
"command-exists": "^1.2.8",
"commander": "^2.19.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.2.3",
"version": "4.3.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-types": "^4.2.1",
"@react-native-community/cli-types": "^4.3.0",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.2.3",
"version": "4.3.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"xcode": "^2.0.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^4.2.1",
"@react-native-community/cli-types": "^4.3.0",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1",
"@types/lodash": "^4.14.149",
Expand Down

0 comments on commit 6cded84

Please sign in to comment.