Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Sep 22, 2021
1 parent b554596 commit 0239244
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "6.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/cli-hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@react-native-community/cli-hermes",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-platform-android": "^6.0.0",
"@react-native-community/cli-platform-android": "^6.0.1",
"@react-native-community/cli-tools": "^6.0.0-rc.0",
"chalk": "^3.0.0",
"hermes-profile-transformer": "^0.0.6",
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": "6.0.0",
"version": "6.0.1",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@react-native-community/cli-debugger-ui": "^6.0.0-rc.0",
"@react-native-community/cli-hermes": "^6.0.0",
"@react-native-community/cli-hermes": "^6.0.1",
"@react-native-community/cli-server-api": "^6.0.0-rc.0",
"@react-native-community/cli-tools": "^6.0.0-rc.0",
"@react-native-community/cli-types": "^6.0.0",
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": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down

0 comments on commit 0239244

Please sign in to comment.