Skip to content

Commit

Permalink
v10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 22, 2023
1 parent cc286a8 commit e5fc208
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": "10.2.1",
"version": "10.2.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "10.2.2",
"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.2.0",
"version": "10.2.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "10.2.2",
"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.2.1",
"@react-native-community/cli-doctor": "^10.2.2",
"@react-native-community/cli-hermes": "^10.2.0",
"@react-native-community/cli-plugin-metro": "^10.2.0",
"@react-native-community/cli-plugin-metro": "^10.2.2",
"@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 e5fc208

Please sign in to comment.