From b58109ffffc85e0022013ad04e53525da75ab97e Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:43:55 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...dows-c0453516-9b94-4cbc-8aeb-b6ae47ac22ba.json | 7 ------- .../automation-channel/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/sample-apps/package.json | 2 +- vnext/CHANGELOG.json | 15 +++++++++++++++ vnext/CHANGELOG.md | 10 +++++++++- .../Generated/PackageVersion.g.props | 6 +++--- vnext/package.json | 2 +- 12 files changed, 36 insertions(+), 20 deletions(-) delete mode 100644 change/react-native-windows-c0453516-9b94-4cbc-8aeb-b6ae47ac22ba.json diff --git a/change/react-native-windows-c0453516-9b94-4cbc-8aeb-b6ae47ac22ba.json b/change/react-native-windows-c0453516-9b94-4cbc-8aeb-b6ae47ac22ba.json deleted file mode 100644 index 642a972acce..00000000000 --- a/change/react-native-windows-c0453516-9b94-4cbc-8aeb-b6ae47ac22ba.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Upgrade Desktop solution/projects to Win SDK 10.0.22621.0", - "packageName": "react-native-windows", - "email": "julio.rocha@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 7b0118d622c..25befdf51da 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.2.0", "react-native": "0.74.1", - "react-native-windows": "0.74.8", + "react-native-windows": "0.74.9", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index d206f6e5b10..516620e5b02 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.0.0", "react-native": "^0.74.0", - "react-native-windows": "0.74.8", + "react-native-windows": "0.74.9", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.74.1", "react-native-platform-override": "^1.9.25", - "react-native-windows": "0.74.8", + "react-native-windows": "0.74.9", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 910543f0345..11ddcd358fe 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.74.1", - "react-native-windows": "0.74.8" + "react-native-windows": "0.74.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index e9a1490e6bb..c089e1c3efd 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.74.1", - "react-native-windows": "0.74.8", + "react-native-windows": "0.74.9", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 81746c3552c..15e6819b89a 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.74.1", - "react-native-windows": "0.74.8" + "react-native-windows": "0.74.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 8961e6ee2ae..87cbfa800c2 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.74.1", - "react-native-windows": "0.74.8" + "react-native-windows": "0.74.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index e576a5456f9..a52c5b63d08 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.57.1", "react": "18.2.0", "react-native": "0.74.1", - "react-native-windows": "0.74.8" + "react-native-windows": "0.74.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 07f397206f0..f5c04c91988 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 17 Jun 2024 15:43:53 GMT", + "version": "0.74.9", + "tag": "react-native-windows_v0.74.9", + "comments": { + "patch": [ + { + "author": "julio.rocha@microsoft.com", + "package": "react-native-windows", + "commit": "9efa2f6851a90be02d599f18a224bf6c89032409", + "comment": "Upgrade Desktop solution/projects to Win SDK 10.0.22621.0" + } + ] + } + }, { "date": "Mon, 10 Jun 2024 15:19:54 GMT", "version": "0.74.8", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 14fd5345b5d..4d0fa9130d8 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, 10 Jun 2024 15:19:54 GMT and should not be manually modified. +This log was last generated on Mon, 17 Jun 2024 15:43:53 GMT and should not be manually modified. +## 0.74.9 + +Mon, 17 Jun 2024 15:43:53 GMT + +### Patches + +- Upgrade Desktop solution/projects to Win SDK 10.0.22621.0 (julio.rocha@microsoft.com) + ## 0.74.8 Mon, 10 Jun 2024 15:19:54 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 3b622b9632e..d745ed01f8a 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.74.8 + 0.74.9 0 74 - 8 + 9 false - 1ed0cd45769137d90ed15ab815ecb6f1b98cd18a + 9efa2f6851a90be02d599f18a224bf6c89032409 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 42aef07883a..66e5698c6fa 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.74.8", + "version": "0.74.9", "license": "MIT", "repository": { "type": "git",