From 0d5f1a95e8e5bb8420c6dbbb2661d135538962c0 Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Thu, 7 May 2026 13:58:27 +0000 Subject: [PATCH] RELEASE: Releasing 10 package(s) (0.84-stable) --- ...dows-f47bdf2a-0807-483f-b63e-3c2c086bee92.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 | 4 ++-- vnext/package.json | 2 +- 20 files changed, 115 insertions(+), 30 deletions(-) delete mode 100644 change/react-native-windows-f47bdf2a-0807-483f-b63e-3c2c086bee92.json diff --git a/change/react-native-windows-f47bdf2a-0807-483f-b63e-3c2c086bee92.json b/change/react-native-windows-f47bdf2a-0807-483f-b63e-3c2c086bee92.json deleted file mode 100644 index 541f74718ee..00000000000 --- a/change/react-native-windows-f47bdf2a-0807-483f-b63e-3c2c086bee92.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: cancel active touches in onPointerCaptureLost to prevent zombie touch state", - "packageName": "react-native-windows", - "email": "gordomacmaster@gmail.com", - "dependentChangeType": "patch" -} \ No newline at end of file diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index b71986345e1..697b9b26e0f 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, 07 May 2026 13:58:26 GMT", + "version": "0.84.0-preview.8", + "tag": "@react-native-windows/automation-channel_v0.84.0-preview.8", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.84.0-preview.8", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 05 May 2026 19:45:01 GMT", "version": "0.84.0-preview.7", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 8eff86e30f7..571b3fc3207 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.84.0-preview.8 + +Thu, 07 May 2026 13:58:26 GMT + +### Changes + +- Bump react-native-windows to v0.84.0-preview.8 + ## 0.84.0-preview.7 Tue, 05 May 2026 19:45:01 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 8bca77f7e46..6578f9bcd77 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.84.0-preview.7", + "version": "0.84.0-preview.8", "license": "MIT", "repository": { "type": "git", @@ -34,7 +34,7 @@ "prettier": "^3.6.2", "react": "19.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7", + "react-native-windows": "0.84.0-preview.8", "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 93dd6f276ce..53910849d84 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, 07 May 2026 13:58:26 GMT", + "version": "0.84.0-preview.8", + "tag": "@react-native-windows/automation-commands_v0.84.0-preview.8", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.84.0-preview.8", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 05 May 2026 19:45:01 GMT", "version": "0.84.0-preview.7", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index 9166d52227e..219cdc8ecdc 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.84.0-preview.8 + +Thu, 07 May 2026 13:58:26 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.84.0-preview.8 + ## 0.84.0-preview.7 Tue, 05 May 2026 19:45:01 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index a1a07ff27a4..cfcf76c7ef6 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.84.0-preview.7", + "version": "0.84.0-preview.8", "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.84.0-preview.7", + "@react-native-windows/automation-channel": "0.84.0-preview.8", "@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 3a89e21ab5a..73706919a88 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, 07 May 2026 13:58:26 GMT", + "version": "0.84.0-preview.8", + "tag": "@react-native-windows/automation_v0.84.0-preview.8", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.84.0-preview.8", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 05 May 2026 19:45:01 GMT", "version": "0.84.0-preview.7", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index e2049b9e3fe..52863e4d208 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.84.0-preview.8 + +Thu, 07 May 2026 13:58:26 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.84.0-preview.8 + ## 0.84.0-preview.7 Tue, 05 May 2026 19:45:01 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index cd64f9ffeb8..bc8e479f2ae 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.84.0-preview.7", + "version": "0.84.0-preview.8", "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.84.0-preview.7", + "@react-native-windows/automation-channel": "0.84.0-preview.8", "@react-native-windows/fs": "0.84.0-preview.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 383d1078d93..1799b6f52e5 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.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7", + "react-native-windows": "0.84.0-preview.8", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -35,7 +35,7 @@ "just-scripts": "^1.3.3", "react-native": "0.84.1", "react-native-platform-override": "0.84.0-preview.1", - "react-native-windows": "0.84.0-preview.7", + "react-native-windows": "0.84.0-preview.8", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 71ddd8ced92..3b2f494d431 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.84.0-preview.7", + "@react-native-windows/automation": "0.84.0-preview.8", "@react-native-windows/fs": "0.84.0-preview.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 22b3701c860..92d544b69dc 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -25,14 +25,14 @@ "perf:native:ci": "jest --config jest.native-perf.config.js --ci --forceExit" }, "dependencies": { - "@react-native-windows/automation-channel": "0.84.0-preview.7", + "@react-native-windows/automation-channel": "0.84.0-preview.8", "@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.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7" + "react-native-windows": "0.84.0-preview.8" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -41,8 +41,8 @@ "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.20.0", "@react-native-community/cli": "20.0.0", - "@react-native-windows/automation": "0.84.0-preview.7", - "@react-native-windows/automation-commands": "0.84.0-preview.7", + "@react-native-windows/automation": "0.84.0-preview.8", + "@react-native-windows/automation-commands": "0.84.0-preview.8", "@react-native-windows/perf-testing": "0.84.0-preview.3", "@react-native/metro-config": "0.84.1", "@rnw-scripts/babel-node-config": "2.3.3", diff --git a/packages/playground/package.json b/packages/playground/package.json index aacf5b22163..e17e3338bd6 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^19.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7" + "react-native-windows": "0.84.0-preview.8" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 283f932b937..de433fd3fea 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.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7" + "react-native-windows": "0.84.0-preview.8" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 807093850d7..e1b5c817573 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -24,7 +24,7 @@ "minimatch": "^10.0.3", "react": "^19.2.3", "react-native": "0.84.1", - "react-native-windows": "0.84.0-preview.7" + "react-native-windows": "0.84.0-preview.8" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 32e4f50d96b..6c64a6f78be 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Thu, 07 May 2026 13:58:26 GMT", + "version": "0.84.0-preview.8", + "tag": "react-native-windows_v0.84.0-preview.8", + "comments": { + "prerelease": [ + { + "author": "gordomacmaster@gmail.com", + "package": "react-native-windows", + "commit": "1558420ae5c9c06f126fff301eeec6426c245312", + "comment": "fix: cancel active touches in onPointerCaptureLost to prevent zombie touch state" + } + ] + } + }, { "date": "Tue, 05 May 2026 19:45:01 GMT", "version": "0.84.0-preview.7", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 50933f46a71..532116217b8 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.84.0-preview.8 + +Thu, 07 May 2026 13:58:26 GMT + +### Changes + +- fix: cancel active touches in onPointerCaptureLost to prevent zombie touch state (gordomacmaster@gmail.com) + ## 0.84.0-preview.7 Tue, 05 May 2026 19:45:01 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 83ab804d488..c7e112e1735 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.84.0-preview.7 + 0.84.0-preview.8 0 84 0 false - 4c8074d47d675aee1d2110c5b92e9e349bfa1abb + 1558420ae5c9c06f126fff301eeec6426c245312 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 0c85660220a..c762174621d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.84.0-preview.7", + "version": "0.84.0-preview.8", "license": "MIT", "repository": { "type": "git",