Skip to content

Commit

Permalink
v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Sep 8, 2020
1 parent b6b1bea commit 6cf12b0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.12.0",
"version": "4.13.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/cli-hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@react-native-community/cli-hermes",
"version": "4.11.0",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-tools": "^4.11.0",
"@react-native-community/cli-platform-android": "^4.11.0",
"@react-native-community/cli-platform-android": "^4.13.0",
"@react-native-community/cli-tools": "^4.13.0",
"chalk": "^3.0.0",
"hermes-profile-transformer": "^0.0.6",
"ip": "^1.1.5"
Expand Down
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.11.0",
"version": "4.13.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.11.0",
"@react-native-community/cli-tools": "^4.13.0",
"compression": "^1.7.1",
"connect": "^3.6.5",
"errorhandler": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 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.12.0",
"version": "4.13.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@hapi/joi": "^15.0.3",
"@react-native-community/cli-debugger-ui": "^4.9.0",
"@react-native-community/cli-hermes": "^4.11.0",
"@react-native-community/cli-server-api": "^4.11.0",
"@react-native-community/cli-tools": "^4.11.0",
"@react-native-community/cli-hermes": "^4.13.0",
"@react-native-community/cli-server-api": "^4.13.0",
"@react-native-community/cli-tools": "^4.13.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.11.0",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.11.0",
"@react-native-community/cli-tools": "^4.13.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.11.0",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-tools": "^4.11.0",
"@react-native-community/cli-tools": "^4.13.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.11.0",
"version": "4.13.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down

0 comments on commit 6cf12b0

Please sign in to comment.