From 6a3be9e56b7c085217d8a10944b87eb5051a630d Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:42:32 +0000 Subject: [PATCH] RELEASE: Releasing 10 package(s) (0.84-stable) --- ...dows-cd62869b-afa6-48c7-815f-e1bc141e9075.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-cd62869b-afa6-48c7-815f-e1bc141e9075.json diff --git a/change/react-native-windows-cd62869b-afa6-48c7-815f-e1bc141e9075.json b/change/react-native-windows-cd62869b-afa6-48c7-815f-e1bc141e9075.json deleted file mode 100644 index d75e82da5f5..00000000000 --- a/change/react-native-windows-cd62869b-afa6-48c7-815f-e1bc141e9075.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fixes misalignment with TextInput on different display scales", - "packageName": "react-native-windows", - "email": "dlucas@seabird.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index 78e63df407d..b8a0139e7db 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": "Tue, 07 Jul 2026 17:42:31 GMT", + "version": "0.84.1", + "tag": "@react-native-windows/automation-channel_v0.84.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.84.1", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 16 Jun 2026 10:29:39 GMT", "version": "0.84.0", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index eeb0cebdaaf..ed326661754 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.1 + +Tue, 07 Jul 2026 17:42:31 GMT + +### Patches + +- Bump react-native-windows to v0.84.1 + ## 0.84.0 Tue, 16 Jun 2026 10:29:39 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 0049b374269..133b26cf222 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", + "version": "0.84.1", "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", + "react-native-windows": "0.84.1", "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 85ddf05b848..10089764f96 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": "Tue, 07 Jul 2026 17:42:31 GMT", + "version": "0.84.1", + "tag": "@react-native-windows/automation-commands_v0.84.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.84.1", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 16 Jun 2026 10:29:39 GMT", "version": "0.84.0", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index 7c85f04bca4..09875b7af66 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.1 + +Tue, 07 Jul 2026 17:42:31 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.84.1 + ## 0.84.0 Tue, 16 Jun 2026 10:29:39 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index 06640f9120b..55fe6fa304a 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", + "version": "0.84.1", "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", + "@react-native-windows/automation-channel": "0.84.1", "@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 415b12e071a..9e2870a1245 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": "Tue, 07 Jul 2026 17:42:31 GMT", + "version": "0.84.1", + "tag": "@react-native-windows/automation_v0.84.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.84.1", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 16 Jun 2026 10:29:39 GMT", "version": "0.84.0", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index 329ddc671de..4142c0d8b0c 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.1 + +Tue, 07 Jul 2026 17:42:31 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.84.1 + ## 0.84.0 Tue, 16 Jun 2026 10:29:39 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 11d184a30bb..c8369dd78e8 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", + "version": "0.84.1", "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", + "@react-native-windows/automation-channel": "0.84.1", "@react-native-windows/fs": "0.84.0", "@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 55b88847abb..f80b0fba2d3 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", + "react-native-windows": "0.84.1", "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", - "react-native-windows": "0.84.0", + "react-native-windows": "0.84.1", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 124a26e6b52..fb274160070 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", + "@react-native-windows/automation": "0.84.1", "@react-native-windows/fs": "0.84.0", "@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 205fe0451d4..4a9618e85f5 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", + "@react-native-windows/automation-channel": "0.84.1", "@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" + "react-native-windows": "0.84.1" }, "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", - "@react-native-windows/automation-commands": "0.84.0", + "@react-native-windows/automation": "0.84.1", + "@react-native-windows/automation-commands": "0.84.1", "@react-native-windows/perf-testing": "0.84.0", "@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 b1b10ee4c17..7d17e889bac 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" + "react-native-windows": "0.84.1" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index a35004b8a55..d79cb8b9826 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" + "react-native-windows": "0.84.1" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index f746f2b46f3..5314362d9b3 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" + "react-native-windows": "0.84.1" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 0fc9f96117e..ecbed586dd4 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Tue, 07 Jul 2026 17:42:31 GMT", + "version": "0.84.1", + "tag": "react-native-windows_v0.84.1", + "comments": { + "patch": [ + { + "author": "dlucas@seabird.com", + "package": "react-native-windows", + "commit": "bd4bf78635660112bf8b3395ef89f93e7141e0d1", + "comment": "Fixes misalignment with TextInput on different display scales" + } + ] + } + }, { "date": "Tue, 16 Jun 2026 10:29:39 GMT", "version": "0.84.0", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index f2b62997d20..395ea437afc 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.84.1 + +Tue, 07 Jul 2026 17:42:31 GMT + +### Patches + +- Fixes misalignment with TextInput on different display scales (dlucas@seabird.com) + ## 0.84.0 Tue, 16 Jun 2026 10:29:39 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 749d2cc01a9..d28a2d9fdc3 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.84.0 + 0.84.1 0 84 - 0 + 1 false - 691d92a59015db74e72c316204564f7a9d8d7680 + bd4bf78635660112bf8b3395ef89f93e7141e0d1 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 7f8c90265b0..adc606522e1 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.84.0", + "version": "0.84.1", "license": "MIT", "repository": { "type": "git",