Skip to content

Commit

Permalink
v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Sep 26, 2022
1 parent f096553 commit 752712e
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": "9.1.1",
"version": "9.1.2",
"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": "9.1.1",
"version": "9.1.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": "^9.1.0",
"@react-native-community/cli-platform-ios": "^9.1.0",
"@react-native-community/cli-platform-ios": "^9.1.2",
"@react-native-community/cli-tools": "^9.1.0",
"chalk": "^4.1.2",
"command-exists": "^1.2.8",
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": "9.1.0",
"version": "9.1.2",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
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": "9.1.1",
"version": "9.1.2",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -27,7 +27,7 @@
"@react-native-community/cli-clean": "^9.1.0",
"@react-native-community/cli-config": "^9.1.0",
"@react-native-community/cli-debugger-ui": "^9.0.0",
"@react-native-community/cli-doctor": "^9.1.1",
"@react-native-community/cli-doctor": "^9.1.2",
"@react-native-community/cli-hermes": "^9.1.0",
"@react-native-community/cli-plugin-metro": "^9.1.1",
"@react-native-community/cli-server-api": "^9.1.0",
Expand Down

0 comments on commit 752712e

Please sign in to comment.