From 9d939cfd1dd7a453ac703eefbb14113e08541f7e Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:52:20 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...dows-99c99c3c-c277-47d4-8b96-f85ec2fa4a8a.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-99c99c3c-c277-47d4-8b96-f85ec2fa4a8a.json diff --git a/change/react-native-windows-99c99c3c-c277-47d4-8b96-f85ec2fa4a8a.json b/change/react-native-windows-99c99c3c-c277-47d4-8b96-f85ec2fa4a8a.json deleted file mode 100644 index 3532f5f5af5..00000000000 --- a/change/react-native-windows-99c99c3c-c277-47d4-8b96-f85ec2fa4a8a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Export getRuntimeExecutor for internal usage", - "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 c5e3736d93a..4a960cbbcb7 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.4.1", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8", + "react-native-windows": "0.73.9", "typescript": "^4.9.5" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 7033b9617f2..0169859029f 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.73.0", - "react-native-windows": "0.73.8", + "react-native-windows": "0.73.9", "react-native-xaml": "^0.0.50" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.73.4", "react-native-platform-override": "^1.9.16", - "react-native-windows": "0.73.8", + "react-native-windows": "0.73.9", "typescript": "^4.9.5" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 71ab4d2ae54..14ad4506efe 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8" + "react-native-windows": "0.73.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index 008597111df..2c53321187e 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8", + "react-native-windows": "0.73.9", "react-native-xaml": "^0.0.76" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 06908f77259..1b9e51c0473 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -17,7 +17,7 @@ "chai": "^4.2.0", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8" + "react-native-windows": "0.73.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 9cba668e864..c59fec2cbb6 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8" + "react-native-windows": "0.73.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index 81e8ec53bda..d2fa04e866f 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^5.57.1", "react": "18.2.0", "react-native": "0.73.4", - "react-native-windows": "0.73.8" + "react-native-windows": "0.73.9" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index c1ccdc7e842..46404b34420 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Fri, 01 Mar 2024 20:52:19 GMT", + "version": "0.73.9", + "tag": "react-native-windows_v0.73.9", + "comments": { + "patch": [ + { + "author": "30809111+acoates-ms@users.noreply.github.com", + "package": "react-native-windows", + "commit": "531c3b28f349c38330c14f5b2da958be77654ecd", + "comment": "Export getRuntimeExecutor for internal usage" + } + ] + } + }, { "date": "Mon, 19 Feb 2024 16:17:21 GMT", "version": "0.73.8", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index af5b1424cd5..7d396c789df 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, 19 Feb 2024 16:17:21 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 20:52:19 GMT and should not be manually modified. +## 0.73.9 + +Fri, 01 Mar 2024 20:52:19 GMT + +### Patches + +- Export getRuntimeExecutor for internal usage (30809111+acoates-ms@users.noreply.github.com) + ## 0.73.8 Mon, 19 Feb 2024 16:17:21 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 74d4cf92660..cd82c556f59 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.73.8 + 0.73.9 0 73 - 8 + 9 false - 5c050b043c55972dfe468590af39101e74510924 + 531c3b28f349c38330c14f5b2da958be77654ecd \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 6d9f02fc664..d8c86b3c01d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.73.8", + "version": "0.73.9", "license": "MIT", "repository": { "type": "git",