From f9591f93d28b7754901d8f7cef73b9c3608bb434 Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:43:58 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...dows-47a010c1-a124-470a-8d55-8350642cbff5.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-47a010c1-a124-470a-8d55-8350642cbff5.json diff --git a/change/react-native-windows-47a010c1-a124-470a-8d55-8350642cbff5.json b/change/react-native-windows-47a010c1-a124-470a-8d55-8350642cbff5.json deleted file mode 100644 index 35f95b82498..00000000000 --- a/change/react-native-windows-47a010c1-a124-470a-8d55-8350642cbff5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "[Fabric] Custom ShadowNode's are never released", - "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 994bb20aefe..09ade5ede01 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.3", - "react-native-windows": "0.74.14", + "react-native-windows": "0.74.15", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 3cc9298b149..5536b952c4f 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.14", + "react-native-windows": "0.74.15", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.74.3", "react-native-platform-override": "^1.9.25", - "react-native-windows": "0.74.14", + "react-native-windows": "0.74.15", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index bb4c670a60b..adf2f0103fe 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.3", - "react-native-windows": "0.74.14" + "react-native-windows": "0.74.15" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index 6af45c28c66..9fd49571dc6 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.3", - "react-native-windows": "0.74.14", + "react-native-windows": "0.74.15", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 2d7430abd63..f96edbde3cc 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.3", - "react-native-windows": "0.74.14" + "react-native-windows": "0.74.15" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index abf2e0139e3..099b12d0ba1 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.3", - "react-native-windows": "0.74.14" + "react-native-windows": "0.74.15" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index d497aee41b8..b2c623df75c 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.3", - "react-native-windows": "0.74.14" + "react-native-windows": "0.74.15" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 89fc0f6d678..9396f5408a4 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Tue, 06 Aug 2024 21:43:57 GMT", + "version": "0.74.15", + "tag": "react-native-windows_v0.74.15", + "comments": { + "patch": [ + { + "author": "30809111+acoates-ms@users.noreply.github.com", + "package": "react-native-windows", + "commit": "b555ac924fa33bd4640ec3291603117fc7dd013c", + "comment": "[Fabric] Custom ShadowNode's are never released" + } + ] + } + }, { "date": "Mon, 05 Aug 2024 15:16:27 GMT", "version": "0.74.14", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 497b4276f70..215b7145389 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, 05 Aug 2024 15:16:27 GMT and should not be manually modified. +This log was last generated on Tue, 06 Aug 2024 21:43:57 GMT and should not be manually modified. +## 0.74.15 + +Tue, 06 Aug 2024 21:43:57 GMT + +### Patches + +- [Fabric] Custom ShadowNode's are never released (30809111+acoates-ms@users.noreply.github.com) + ## 0.74.14 Mon, 05 Aug 2024 15:16:27 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 753b8af9421..72a2fc125af 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.74.14 + 0.74.15 0 74 - 14 + 15 false - d2c334f261850e4b55d7764435567bcf2bc3e73f + b555ac924fa33bd4640ec3291603117fc7dd013c \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 00ce6d42385..44e5cac9344 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.74.14", + "version": "0.74.15", "license": "MIT", "repository": { "type": "git",