From 3ea979a7974f22d45e958fd93174cb2e964deaba Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:51:40 +0000 Subject: [PATCH] RELEASE: Releasing 10 package(s) (0.83-stable) --- ...-65cbec4f-ae40-4373-9099-99639aa3f257.json | 7 ------- ...-f8b98a1a-14fa-46e2-8803-b7a0cce69571.json | 7 ------- .../automation-channel/CHANGELOG.json | 21 +++++++++++++++++++ .../automation-channel/CHANGELOG.md | 11 +++++++++- .../automation-channel/package.json | 4 ++-- .../automation-commands/CHANGELOG.json | 15 +++++++++++++ .../automation-commands/CHANGELOG.md | 10 ++++++++- .../automation-commands/package.json | 4 ++-- .../automation/CHANGELOG.json | 15 +++++++++++++ .../automation/CHANGELOG.md | 10 ++++++++- .../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 +- 21 files changed, 122 insertions(+), 37 deletions(-) delete mode 100644 change/@react-native-windows-automation-channel-65cbec4f-ae40-4373-9099-99639aa3f257.json delete mode 100644 change/react-native-windows-f8b98a1a-14fa-46e2-8803-b7a0cce69571.json diff --git a/change/@react-native-windows-automation-channel-65cbec4f-ae40-4373-9099-99639aa3f257.json b/change/@react-native-windows-automation-channel-65cbec4f-ae40-4373-9099-99639aa3f257.json deleted file mode 100644 index f691da93c38..00000000000 --- a/change/@react-native-windows-automation-channel-65cbec4f-ae40-4373-9099-99639aa3f257.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019)", - "packageName": "@react-native-windows/automation-channel", - "email": "vmorozov@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-f8b98a1a-14fa-46e2-8803-b7a0cce69571.json b/change/react-native-windows-f8b98a1a-14fa-46e2-8803-b7a0cce69571.json deleted file mode 100644 index 3a6fc58cbd0..00000000000 --- a/change/react-native-windows-f8b98a1a-14fa-46e2-8803-b7a0cce69571.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019)", - "packageName": "react-native-windows", - "email": "vmorozov@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index a656e415772..4017f6704b8 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.json +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@react-native-windows/automation-channel", "entries": [ + { + "date": "Wed, 29 Apr 2026 05:51:39 GMT", + "version": "0.83.0-preview.4", + "tag": "@react-native-windows/automation-channel_v0.83.0-preview.4", + "comments": { + "prerelease": [ + { + "author": "vmorozov@microsoft.com", + "package": "@react-native-windows/automation-channel", + "commit": "d86709f16e6c4b4ada29887e7c9a213cb2787944", + "comment": "Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019)" + }, + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.83.0-preview.4", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 22 Apr 2026 14:36:47 GMT", "version": "0.83.0-preview.3", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 04d37aa5a98..e54f5d3a9e0 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.md +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @react-native-windows/automation-channel - + +## 0.83.0-preview.4 + +Wed, 29 Apr 2026 05:51:39 GMT + +### Changes + +- Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019) (vmorozov@microsoft.com) +- Bump react-native-windows to v0.83.0-preview.4 + ## 0.83.0-preview.3 Wed, 22 Apr 2026 14:36:47 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index a063882f68c..5fca50789f2 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.83.0-preview.3", + "version": "0.83.0-preview.4", "license": "MIT", "repository": { "type": "git", @@ -34,7 +34,7 @@ "prettier": "2.8.8", "react": "19.2.0", "react-native": "0.83.4", - "react-native-windows": "0.83.0-preview.3", + "react-native-windows": "0.83.0-preview.4", "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 2934b2db7d3..47fe8bbf9ee 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": "Wed, 29 Apr 2026 05:51:39 GMT", + "version": "0.83.0-preview.4", + "tag": "@react-native-windows/automation-commands_v0.83.0-preview.4", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.83.0-preview.4", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 22 Apr 2026 14:36:47 GMT", "version": "0.83.0-preview.3", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index f000acb4d0e..6ef742e1848 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.83.0-preview.4 + +Wed, 29 Apr 2026 05:51:39 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.83.0-preview.4 + ## 0.83.0-preview.3 Wed, 22 Apr 2026 14:36:47 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index 887047cec58..d2cd874b615 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.83.0-preview.3", + "version": "0.83.0-preview.4", "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.83.0-preview.3", + "@react-native-windows/automation-channel": "0.83.0-preview.4", "@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 e775be9e89e..e98c286f8bb 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": "Wed, 29 Apr 2026 05:51:39 GMT", + "version": "0.83.0-preview.4", + "tag": "@react-native-windows/automation_v0.83.0-preview.4", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.83.0-preview.4", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 22 Apr 2026 14:36:47 GMT", "version": "0.83.0-preview.3", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index be4fab2b009..2fd37e9a681 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.83.0-preview.4 + +Wed, 29 Apr 2026 05:51:39 GMT + +### Changes + +- Bump @react-native-windows/automation-channel to v0.83.0-preview.4 + ## 0.83.0-preview.3 Wed, 22 Apr 2026 14:36:47 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 8d40eb34bfa..b4693c438d6 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.83.0-preview.3", + "version": "0.83.0-preview.4", "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.83.0-preview.3", + "@react-native-windows/automation-channel": "0.83.0-preview.4", "@react-native-windows/fs": "0.83.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 a846d99de1f..7cd4a0a971c 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.0", "react-native": "^0.83.0", - "react-native-windows": "0.83.0-preview.3", + "react-native-windows": "0.83.0-preview.4", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -35,7 +35,7 @@ "just-scripts": "^1.3.3", "react-native": "0.83.4", "react-native-platform-override": "0.83.0-preview.1", - "react-native-windows": "0.83.0-preview.3", + "react-native-windows": "0.83.0-preview.4", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 9eebb68c50c..5050e64d544 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.83.0-preview.3", + "@react-native-windows/automation": "0.83.0-preview.4", "@react-native-windows/fs": "0.83.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 f06eb3671f0..097bb7f9578 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.83.0-preview.3", + "@react-native-windows/automation-channel": "0.83.0-preview.4", "@react-native-windows/tester": "0.0.1", "@types/react": "^19.2.0", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "react": "^19.2.0", "react-native": "0.83.4", - "react-native-windows": "0.83.0-preview.3" + "react-native-windows": "0.83.0-preview.4" }, "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.83.0-preview.3", - "@react-native-windows/automation-commands": "0.83.0-preview.3", + "@react-native-windows/automation": "0.83.0-preview.4", + "@react-native-windows/automation-commands": "0.83.0-preview.4", "@react-native-windows/perf-testing": "0.83.0-preview.2", "@react-native/metro-config": "0.83.4", "@rnw-scripts/babel-node-config": "2.3.3", diff --git a/packages/playground/package.json b/packages/playground/package.json index 22c755ba7df..a8466860980 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^19.2.0", "react-native": "0.83.4", - "react-native-windows": "0.83.0-preview.3" + "react-native-windows": "0.83.0-preview.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 253b349f2a7..ad17013c31e 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.0", "react-native": "0.83.4", - "react-native-windows": "0.83.0-preview.3" + "react-native-windows": "0.83.0-preview.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 5ef43ef33e0..88f7b7f256d 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.0", "react-native": "0.83.4", - "react-native-windows": "0.83.0-preview.3" + "react-native-windows": "0.83.0-preview.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 16f6eb67ac2..21a94730a39 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Wed, 29 Apr 2026 05:51:39 GMT", + "version": "0.83.0-preview.4", + "tag": "react-native-windows_v0.83.0-preview.4", + "comments": { + "prerelease": [ + { + "author": "vmorozov@microsoft.com", + "package": "react-native-windows", + "commit": "d86709f16e6c4b4ada29887e7c9a213cb2787944", + "comment": "Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019)" + } + ] + } + }, { "date": "Wed, 22 Apr 2026 14:36:46 GMT", "version": "0.83.0-preview.3", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 4dae89099c5..f2d48a36188 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.83.0-preview.4 + +Wed, 29 Apr 2026 05:51:39 GMT + +### Changes + +- Use hermes-windows version 0.0.0-2604.21001-94aa5e1d (#16019) (vmorozov@microsoft.com) + ## 0.83.0-preview.3 Wed, 22 Apr 2026 14:36:46 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index a2663c8c7b6..59fb99719b9 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.83.0-preview.3 + 0.83.0-preview.4 0 83 0 false - d23bf1e20c21916c5c28bf4d5c781aa58e3999f5 + d86709f16e6c4b4ada29887e7c9a213cb2787944 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 5f2aaff268a..694b2bfa2fc 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.83.0-preview.3", + "version": "0.83.0-preview.4", "license": "MIT", "repository": { "type": "git",