Skip to content

Commit

Permalink
v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Feb 20, 2023
1 parent 2fbb7fc commit 4cf0519
Show file tree
Hide file tree
Showing 7 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": "10.1.3",
"version": "10.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "10.1.1",
"version": "10.2.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand All @@ -9,7 +9,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-config": "^10.1.1",
"@react-native-community/cli-platform-ios": "^10.1.1",
"@react-native-community/cli-platform-ios": "^10.2.0",
"@react-native-community/cli-tools": "^10.1.1",
"chalk": "^4.1.2",
"command-exists": "^1.2.8",
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": "10.1.3",
"version": "10.2.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"dependencies": {
"@react-native-community/cli-platform-android": "^10.1.3",
"@react-native-community/cli-platform-android": "^10.2.0",
"@react-native-community/cli-tools": "^10.1.1",
"chalk": "^4.1.2",
"hermes-profile-transformer": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion 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": "10.1.3",
"version": "10.2.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-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": "10.1.1",
"version": "10.2.0",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
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": "10.1.1",
"version": "10.2.0",
"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": "10.1.3",
"version": "10.2.0",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -27,9 +27,9 @@
"@react-native-community/cli-clean": "^10.1.1",
"@react-native-community/cli-config": "^10.1.1",
"@react-native-community/cli-debugger-ui": "^10.0.0",
"@react-native-community/cli-doctor": "^10.1.1",
"@react-native-community/cli-hermes": "^10.1.3",
"@react-native-community/cli-plugin-metro": "^10.1.1",
"@react-native-community/cli-doctor": "^10.2.0",
"@react-native-community/cli-hermes": "^10.2.0",
"@react-native-community/cli-plugin-metro": "^10.2.0",
"@react-native-community/cli-server-api": "^10.1.1",
"@react-native-community/cli-tools": "^10.1.1",
"@react-native-community/cli-types": "^10.0.0",
Expand Down

0 comments on commit 4cf0519

Please sign in to comment.