From 47de4a2bfc83b994cacdc1938561c1b5e6b8a68f Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:17:05 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...-cli-81405bf2-50e6-426f-8c7a-81c622d5fa43.json | 7 ------- .../automation-channel/package.json | 2 +- packages/@react-native-windows/cli/CHANGELOG.json | 15 +++++++++++++++ packages/@react-native-windows/cli/CHANGELOG.md | 10 +++++++++- packages/@react-native-windows/cli/package.json | 2 +- .../@react-native-windows/tester/package.json | 4 ++-- packages/e2e-test-app-fabric/package.json | 2 +- packages/e2e-test-app/package.json | 2 +- packages/integration-test-app/package.json | 2 +- packages/playground/package.json | 2 +- packages/react-native-windows-init/package.json | 2 +- packages/sample-app-fabric/package.json | 2 +- packages/sample-apps/package.json | 4 ++-- vnext/CHANGELOG.json | 15 +++++++++++++++ vnext/CHANGELOG.md | 10 +++++++++- .../Generated/PackageVersion.g.props | 6 +++--- vnext/package.json | 4 ++-- 17 files changed, 65 insertions(+), 26 deletions(-) delete mode 100644 change/@react-native-windows-cli-81405bf2-50e6-426f-8c7a-81c622d5fa43.json diff --git a/change/@react-native-windows-cli-81405bf2-50e6-426f-8c7a-81c622d5fa43.json b/change/@react-native-windows-cli-81405bf2-50e6-426f-8c7a-81c622d5fa43.json deleted file mode 100644 index c3aaee473de..00000000000 --- a/change/@react-native-windows-cli-81405bf2-50e6-426f-8c7a-81c622d5fa43.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "[0.75] Fix parsing of empty build props in run-windows", - "packageName": "@react-native-windows/cli", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 4c50d9a617d..4ff84d3c087 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -32,7 +32,7 @@ "prettier": "2.8.8", "react": "18.3.1", "react-native": "0.75.2", - "react-native-windows": "0.75.2", + "react-native-windows": "0.75.3", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index 24562aa3766..5ea64385673 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Mon, 16 Sep 2024 15:17:03 GMT", + "version": "0.75.3", + "tag": "@react-native-windows/cli_v0.75.3", + "comments": { + "patch": [ + { + "author": "jthysell@microsoft.com", + "package": "@react-native-windows/cli", + "commit": "66d2022b5573abc5fb57584f2eee87d38c62e673", + "comment": "Fix parsing of empty build props in run-windows" + } + ] + } + }, { "date": "Mon, 09 Sep 2024 15:21:54 GMT", "version": "0.75.2", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index 80d655d27a0..1c60656bd48 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/cli -This log was last generated on Mon, 09 Sep 2024 15:21:54 GMT and should not be manually modified. +This log was last generated on Mon, 16 Sep 2024 15:17:03 GMT and should not be manually modified. +## 0.75.3 + +Mon, 16 Sep 2024 15:17:03 GMT + +### Patches + +- Fix parsing of empty build props in run-windows (jthysell@microsoft.com) + ## 0.75.2 Mon, 09 Sep 2024 15:21:54 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index 8ca60076a06..211168b6c82 100644 --- a/packages/@react-native-windows/cli/package.json +++ b/packages/@react-native-windows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/cli", - "version": "0.75.2", + "version": "0.75.3", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index f2cb57b0ead..a92d024edff 100644 --- a/packages/@react-native-windows/tester/package.json +++ b/packages/@react-native-windows/tester/package.json @@ -19,7 +19,7 @@ "@react-native-picker/picker": "2.4.10", "react": "18.3.1", "react-native": "^0.75.2", - "react-native-windows": "0.75.2", + "react-native-windows": "0.75.3", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.75.2", "react-native-platform-override": "^1.9.42", - "react-native-windows": "0.75.2", + "react-native-windows": "0.75.3", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 5423c204459..65e60bdf1fd 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2" + "react-native-windows": "0.75.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index c1cf627ab07..6db22e1a8bc 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2", + "react-native-windows": "0.75.3", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 7458ac20bf7..1e45bb2b971 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -18,7 +18,7 @@ "chai": "^4.2.0", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2" + "react-native-windows": "0.75.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 04cfae08fa9..74f97a1fb56 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2" + "react-native-windows": "0.75.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index a53796199c3..c9226ec4787 100644 --- a/packages/react-native-windows-init/package.json +++ b/packages/react-native-windows-init/package.json @@ -37,7 +37,7 @@ "yargs": "^16.2.0" }, "devDependencies": { - "@react-native-windows/cli": "0.75.2", + "@react-native-windows/cli": "0.75.3", "@rnw-scripts/eslint-config": "1.2.23", "@rnw-scripts/jest-unittest-config": "1.5.8", "@rnw-scripts/just-task": "2.3.40", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 38e1a19658d..a722c44d812 100644 --- a/packages/sample-app-fabric/package.json +++ b/packages/sample-app-fabric/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2" + "react-native-windows": "0.75.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index ccdd5ee0181..cb8eec7a442 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -17,13 +17,13 @@ "@typescript-eslint/parser": "^5.57.1", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-windows": "0.75.2" + "react-native-windows": "0.75.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/eslint-parser": "^7.20.0", "@babel/runtime": "^7.20.0", - "@react-native-windows/cli": "0.75.2", + "@react-native-windows/cli": "0.75.3", "@react-native-windows/codegen": "0.75.1", "@react-native/metro-config": "0.75.2", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 6e9e7b82fb9..fc723193262 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 16 Sep 2024 15:17:04 GMT", + "version": "0.75.3", + "tag": "react-native-windows_v0.75.3", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "react-native-windows", + "comment": "Bump @react-native-windows/cli to v0.75.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 09 Sep 2024 15:21:55 GMT", "version": "0.75.2", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 2e3fb1fbf59..971c1d8370c 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows -This log was last generated on Mon, 09 Sep 2024 15:21:55 GMT and should not be manually modified. +This log was last generated on Mon, 16 Sep 2024 15:17:04 GMT and should not be manually modified. +## 0.75.3 + +Mon, 16 Sep 2024 15:17:04 GMT + +### Patches + +- Bump @react-native-windows/cli to v0.75.3 + ## 0.75.2 Mon, 09 Sep 2024 15:21:55 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 406a1875eac..ae622291deb 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.75.2 + 0.75.3 0 75 - 2 + 3 false - 37b826a56a76f188c8e9d717f386f787b9b8515a + 934e59cd622aa07dd9b01d0b8366e6b86cdf4896 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index e8baae067ae..a36b588311a 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.75.2", + "version": "0.75.3", "license": "MIT", "repository": { "type": "git", @@ -26,7 +26,7 @@ "@react-native-community/cli": "14.0.0", "@react-native-community/cli-platform-android": "14.0.0", "@react-native-community/cli-platform-ios": "14.0.0", - "@react-native-windows/cli": "0.75.2", + "@react-native-windows/cli": "0.75.3", "@react-native/assets": "1.0.0", "@react-native/assets-registry": "0.75.2", "@react-native/codegen": "0.75.2",