diff --git a/change/react-native-windows-fecfda46-4780-4d20-8763-7a74f87e00c1.json b/change/react-native-windows-fecfda46-4780-4d20-8763-7a74f87e00c1.json deleted file mode 100644 index a8fb797f7e9..00000000000 --- a/change/react-native-windows-fecfda46-4780-4d20-8763-7a74f87e00c1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix possible crash when creating multiple ReactNativeHost's at once", - "packageName": "react-native-windows", - "email": "30809111+acoates-ms@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index ce5adcb95e5..c92ee50a202 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.7", - "react-native-windows": "0.74.58", + "react-native-windows": "0.74.59", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index eadab0cb44f..f5b08ef7069 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.58", + "react-native-windows": "0.74.59", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.74.7", "react-native-platform-override": "^1.9.25", - "react-native-windows": "0.74.58", + "react-native-windows": "0.74.59", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index b3c8b0c1869..9d9d5b388a2 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.7", - "react-native-windows": "0.74.58" + "react-native-windows": "0.74.59" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index 301e6e0a560..632eb3488bd 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.7", - "react-native-windows": "0.74.58", + "react-native-windows": "0.74.59", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 8c522d33bc4..3299e5f82d2 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.7", - "react-native-windows": "0.74.58" + "react-native-windows": "0.74.59" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 39736a27249..a4753da6849 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.7", - "react-native-windows": "0.74.58" + "react-native-windows": "0.74.59" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index ba28ef244db..c1f1987ced1 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.7", - "react-native-windows": "0.74.58" + "react-native-windows": "0.74.59" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index f83962ffae8..149132fe883 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Tue, 12 May 2026 20:54:57 GMT", + "version": "0.74.59", + "tag": "react-native-windows_v0.74.59", + "comments": { + "patch": [ + { + "author": "30809111+acoates-ms@users.noreply.github.com", + "package": "react-native-windows", + "commit": "17abfe82955afec1da2e9032cbd50368394d21ec", + "comment": "Fix possible crash when creating multiple ReactNativeHost's at once" + } + ] + } + }, { "date": "Fri, 01 May 2026 00:47:23 GMT", "version": "0.74.58", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index ed841a4407f..4642d02a67b 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.74.59 + +Tue, 12 May 2026 20:54:57 GMT + +### Patches + +- Fix possible crash when creating multiple ReactNativeHost's at once (30809111+acoates-ms@users.noreply.github.com) + ## 0.74.58 Fri, 01 May 2026 00:47:23 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index a7afbf4a9bf..df7e45f952e 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.74.58 + 0.74.59 0 74 - 58 + 59 false - a10e9ddf836af3d978649582cc1748ccdc10d2fb + 17abfe82955afec1da2e9032cbd50368394d21ec \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index f3fb3cd55bd..c19fa19f4d0 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.74.58", + "version": "0.74.59", "license": "MIT", "repository": { "type": "git",