diff --git a/change/react-native-windows-bbcf45e3-4a9a-44a0-bf2d-e6c43f52ad8c.json b/change/react-native-windows-bbcf45e3-4a9a-44a0-bf2d-e6c43f52ad8c.json deleted file mode 100644 index 48eab7c071a..00000000000 --- a/change/react-native-windows-bbcf45e3-4a9a-44a0-bf2d-e6c43f52ad8c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "[0.74] Re-enable code-signing of NuGet packages", - "packageName": "react-native-windows", - "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 41bed29bb85..9da55280f5d 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.5", - "react-native-windows": "0.74.32", + "react-native-windows": "0.74.33", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index bba962364b1..6b96488f3d9 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.32", + "react-native-windows": "0.74.33", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.74.5", "react-native-platform-override": "^1.9.25", - "react-native-windows": "0.74.32", + "react-native-windows": "0.74.33", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index b88d39ef2ad..3d051a3dbc1 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.5", - "react-native-windows": "0.74.32" + "react-native-windows": "0.74.33" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index ab4e69cd6fb..bb1572bb371 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.5", - "react-native-windows": "0.74.32", + "react-native-windows": "0.74.33", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 38998535982..3f99e8cc19e 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.5", - "react-native-windows": "0.74.32" + "react-native-windows": "0.74.33" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 88af107110c..93a9e3ab26c 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.5", - "react-native-windows": "0.74.32" + "react-native-windows": "0.74.33" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index fa4cc14764b..d5677f50d03 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.5", - "react-native-windows": "0.74.32" + "react-native-windows": "0.74.33" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index b65a3650739..0234cf7e02a 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Thu, 30 Jan 2025 01:11:27 GMT", + "version": "0.74.33", + "tag": "react-native-windows_v0.74.33", + "comments": { + "patch": [ + { + "author": "jthysell@microsoft.com", + "package": "react-native-windows", + "commit": "b2f3b756abab8c47977afbf0534e6fa5c6ce68b9", + "comment": "Re-enable code-signing of NuGet packages" + } + ] + } + }, { "date": "Fri, 24 Jan 2025 03:29:02 GMT", "version": "0.74.32", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index d7c4d470723..fb5a4bc2b43 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows -This log was last generated on Fri, 24 Jan 2025 03:29:02 GMT and should not be manually modified. +This log was last generated on Thu, 30 Jan 2025 01:11:27 GMT and should not be manually modified. +## 0.74.33 + +Thu, 30 Jan 2025 01:11:27 GMT + +### Patches + +- Re-enable code-signing of NuGet packages (jthysell@microsoft.com) + ## 0.74.32 Fri, 24 Jan 2025 03:29:02 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 0e7195dca20..1edcc0c8a16 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.74.32 + 0.74.33 0 74 - 32 + 33 false - 3493ff823c2ac4139e3c7266356ea3b23cf3ae7b + b2f3b756abab8c47977afbf0534e6fa5c6ce68b9 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 4b2c748d836..6827476f072 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.74.32", + "version": "0.74.33", "license": "MIT", "repository": { "type": "git",