From e13daa1b72677997ddf0e50c61cc2516fe172faf Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:29:39 +0000 Subject: [PATCH] RELEASE: Releasing 10 package(s) (0.82-stable) --- ...dows-facaf084-1207-4661-8ca0-5613b6ed5129.json | 7 ------- .../automation-channel/CHANGELOG.json | 15 +++++++++++++++ .../automation-channel/CHANGELOG.md | 10 +++++++++- .../automation-channel/package.json | 4 ++-- .../automation-commands/CHANGELOG.json | 15 +++++++++++++++ .../automation-commands/CHANGELOG.md | 10 +++++++++- .../automation-commands/package.json | 4 ++-- .../automation/CHANGELOG.json | 15 +++++++++++++++ .../@react-native-windows/automation/CHANGELOG.md | 10 +++++++++- .../@react-native-windows/automation/package.json | 4 ++-- .../@react-native-windows/tester/package.json | 4 ++-- packages/debug-test/package.json | 2 +- packages/e2e-test-app-fabric/package.json | 8 ++++---- packages/playground/package.json | 2 +- packages/sample-app-fabric/package.json | 2 +- packages/sample-custom-component/package.json | 2 +- vnext/CHANGELOG.json | 15 +++++++++++++++ vnext/CHANGELOG.md | 10 +++++++++- .../Generated/PackageVersion.g.props | 6 +++--- vnext/package.json | 2 +- 20 files changed, 116 insertions(+), 31 deletions(-) delete mode 100644 change/react-native-windows-facaf084-1207-4661-8ca0-5613b6ed5129.json diff --git a/change/react-native-windows-facaf084-1207-4661-8ca0-5613b6ed5129.json b/change/react-native-windows-facaf084-1207-4661-8ca0-5613b6ed5129.json deleted file mode 100644 index 48d8341c9ee..00000000000 --- a/change/react-native-windows-facaf084-1207-4661-8ca0-5613b6ed5129.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Implement ReactNativeWindow", - "packageName": "react-native-windows", - "email": "30809111+acoates-ms@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index 5f33f717d43..f043029cebc 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.json +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-channel", "entries": [ + { + "date": "Thu, 04 Jun 2026 15:29:38 GMT", + "version": "0.82.9", + "tag": "@react-native-windows/automation-channel_v0.82.9", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.82.9", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 26 May 2026 07:09:57 GMT", "version": "0.82.8", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 0709f64e00f..cc4cfa6d14b 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.md +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-channel - + +## 0.82.9 + +Thu, 04 Jun 2026 15:29:38 GMT + +### Patches + +- Bump react-native-windows to v0.82.9 + ## 0.82.8 Tue, 26 May 2026 07:09:57 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 937003a41e9..3828c63d388 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-channel", - "version": "0.82.8", + "version": "0.82.9", "license": "MIT", "repository": { "type": "git", @@ -33,7 +33,7 @@ "prettier": "2.8.8", "react": "19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.8", + "react-native-windows": "0.82.9", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.json b/packages/@react-native-windows/automation-commands/CHANGELOG.json index d431d0bfc4d..954cc3ee976 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.json +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-commands", "entries": [ + { + "date": "Thu, 04 Jun 2026 15:29:38 GMT", + "version": "0.82.9", + "tag": "@react-native-windows/automation-commands_v0.82.9", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.82.9", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 26 May 2026 07:09:57 GMT", "version": "0.82.8", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index 9d01d37a959..ed9154b4f60 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.md +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-commands - + +## 0.82.9 + +Thu, 04 Jun 2026 15:29:38 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.82.9 + ## 0.82.8 Tue, 26 May 2026 07:09:57 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index 11c37ed0cb0..e1c032dd20a 100644 --- a/packages/@react-native-windows/automation-commands/package.json +++ b/packages/@react-native-windows/automation-commands/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-commands", - "version": "0.82.8", + "version": "0.82.9", "description": "Allows controlling your react-native-windows application", "main": "lib-commonjs/index.js", "license": "MIT", @@ -18,7 +18,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.82.8", + "@react-native-windows/automation-channel": "0.82.9", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1" }, diff --git a/packages/@react-native-windows/automation/CHANGELOG.json b/packages/@react-native-windows/automation/CHANGELOG.json index d9b3cf6a8d7..7eb82936c6d 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.json +++ b/packages/@react-native-windows/automation/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation", "entries": [ + { + "date": "Thu, 04 Jun 2026 15:29:38 GMT", + "version": "0.82.9", + "tag": "@react-native-windows/automation_v0.82.9", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.82.9", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 26 May 2026 07:09:57 GMT", "version": "0.82.8", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index 2ff149366cb..ccba804d737 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.md +++ b/packages/@react-native-windows/automation/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation - + +## 0.82.9 + +Thu, 04 Jun 2026 15:29:38 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.82.9 + ## 0.82.8 Tue, 26 May 2026 07:09:57 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 3b93decdec5..fc40db624a7 100644 --- a/packages/@react-native-windows/automation/package.json +++ b/packages/@react-native-windows/automation/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation", - "version": "0.82.8", + "version": "0.82.9", "description": "UI Automation Suite for React Native Windows Applications", "main": "lib-commonjs/index.js", "repository": { @@ -18,7 +18,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.82.8", + "@react-native-windows/automation-channel": "0.82.9", "@react-native-windows/fs": "0.82.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 85d3729e856..1f88198f23a 100644 --- a/packages/@react-native-windows/tester/package.json +++ b/packages/@react-native-windows/tester/package.json @@ -20,7 +20,7 @@ "@react-native-picker/picker": "2.11.0", "react": "19.1.1", "react-native": "^0.82.0", - "react-native-windows": "0.82.8", + "react-native-windows": "0.82.9", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -35,7 +35,7 @@ "just-scripts": "^1.3.3", "react-native": "0.82.1", "react-native-platform-override": "0.82.1", - "react-native-windows": "0.82.8", + "react-native-windows": "0.82.9", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index a26533faf4a..13b216cba2c 100644 --- a/packages/debug-test/package.json +++ b/packages/debug-test/package.json @@ -8,7 +8,7 @@ "lint:fix": "rnw-scripts lint:fix" }, "devDependencies": { - "@react-native-windows/automation": "0.82.8", + "@react-native-windows/automation": "0.82.9", "@react-native-windows/fs": "0.82.1", "@rnw-scripts/eslint-config": "1.2.38", "@rnw-scripts/ts-config": "2.0.6", diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 37f19b8989e..cbc7c469000 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -14,14 +14,14 @@ "bundle:debug": "npx @react-native-community/cli bundle --entry-file index.js --bundle-output ./windows/x64/Debug/RNTesterApp-Fabric/Bundle/index.windows.bundle --assets-dest ./windows/x64/Debug/RNTesterApp-Fabric/Bundle --platform windows" }, "dependencies": { - "@react-native-windows/automation-channel": "0.82.8", + "@react-native-windows/automation-channel": "0.82.9", "@react-native-windows/tester": "0.0.1", "@types/react": "^19.1.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "react": "^19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.8" + "react-native-windows": "0.82.9" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -30,8 +30,8 @@ "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.20.0", "@react-native-community/cli": "20.0.0", - "@react-native-windows/automation": "0.82.8", - "@react-native-windows/automation-commands": "0.82.8", + "@react-native-windows/automation": "0.82.9", + "@react-native-windows/automation-commands": "0.82.9", "@react-native/metro-config": "0.82.1", "@rnw-scripts/babel-node-config": "2.3.3", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index f403a99fb45..4ec2fdf4232 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.8" + "react-native-windows": "0.82.9" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 118921fd217..8a81f35ed5b 100644 --- a/packages/sample-app-fabric/package.json +++ b/packages/sample-app-fabric/package.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.8" + "react-native-windows": "0.82.9" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 3b94ec50ed9..579fbdc5105 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -23,7 +23,7 @@ "@types/react": "^19.1.1", "react": "^19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.8" + "react-native-windows": "0.82.9" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 1ab41332cc8..a4cc3b10f1d 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Thu, 04 Jun 2026 15:29:38 GMT", + "version": "0.82.9", + "tag": "react-native-windows_v0.82.9", + "comments": { + "patch": [ + { + "author": "30809111+acoates-ms@users.noreply.github.com", + "package": "react-native-windows", + "commit": "1695bf35d2356b84ada5027831bfd5cc4e58a182", + "comment": "Implement ReactNativeWindow" + } + ] + } + }, { "date": "Tue, 26 May 2026 07:09:56 GMT", "version": "0.82.8", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 3cda1ffc1a4..b92f298aca2 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.82.9 + +Thu, 04 Jun 2026 15:29:38 GMT + +### Patches + +- Implement ReactNativeWindow (30809111+acoates-ms@users.noreply.github.com) + ## 0.82.8 Tue, 26 May 2026 07:09:56 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 253f31043d2..d705b5f627c 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.82.8 + 0.82.9 0 82 - 8 + 9 false - b807143eabddb6a29a21641a8ec3399c16b7f5e8 + 1695bf35d2356b84ada5027831bfd5cc4e58a182 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index e092c8a53fb..d0eac1bb7d2 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.82.8", + "version": "0.82.9", "license": "MIT", "repository": { "type": "git",