Skip to content

Commit

Permalink
v11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Apr 3, 2023
1 parent 006f93f commit 182737d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.0.1",
"version": "11.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-doctor",
"version": "11.0.1",
"version": "11.0.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand All @@ -9,7 +9,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-config": "^11.0.1",
"@react-native-community/cli-platform-android": "^11.0.1",
"@react-native-community/cli-platform-android": "11.0.2",
"@react-native-community/cli-platform-ios": "^11.0.1",
"@react-native-community/cli-tools": "^11.0.1",
"chalk": "^4.1.2",
Expand Down
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": "11.0.1",
"version": "11.0.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-platform-android": "^11.0.1",
"@react-native-community/cli-platform-android": "11.0.2",
"@react-native-community/cli-tools": "^11.0.1",
"chalk": "^4.1.2",
"hermes-profile-transformer": "^0.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-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": "11.0.1",
"version": "11.0.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"native_modules.gradle"
],
"devDependencies": {
"@react-native-community/cli-plugin-metro": "^11.0.1",
"@react-native-community/cli-plugin-metro": "11.0.2",
"@react-native-community/cli-types": "11.0.0",
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/cli-plugin-metro",
"version": "11.0.1",
"version": "11.0.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
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": "11.0.1",
"version": "11.0.2",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -27,9 +27,9 @@
"@react-native-community/cli-clean": "^11.0.1",
"@react-native-community/cli-config": "^11.0.1",
"@react-native-community/cli-debugger-ui": "11.0.0-alpha.2",
"@react-native-community/cli-doctor": "^11.0.1",
"@react-native-community/cli-hermes": "^11.0.1",
"@react-native-community/cli-plugin-metro": "^11.0.1",
"@react-native-community/cli-doctor": "11.0.2",
"@react-native-community/cli-hermes": "11.0.2",
"@react-native-community/cli-plugin-metro": "11.0.2",
"@react-native-community/cli-server-api": "^11.0.1",
"@react-native-community/cli-tools": "^11.0.1",
"@react-native-community/cli-types": "11.0.0",
Expand Down

0 comments on commit 182737d

Please sign in to comment.