From 4375304c8fca71f84a63a0507307904cb809ba62 Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Wed, 20 May 2026 23:38:26 +0000 Subject: [PATCH] RELEASE: Releasing 13 package(s) (0.81-stable) --- ...dows-b3b7eb2e-82b3-424d-b7c1-82b30a97fbe3.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/e2e-test-app/package.json | 8 ++++---- packages/integration-test-app/package.json | 4 ++-- packages/playground/package.json | 2 +- packages/sample-app-fabric/package.json | 2 +- packages/sample-apps/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 +- 23 files changed, 123 insertions(+), 38 deletions(-) delete mode 100644 change/react-native-windows-b3b7eb2e-82b3-424d-b7c1-82b30a97fbe3.json diff --git a/change/react-native-windows-b3b7eb2e-82b3-424d-b7c1-82b30a97fbe3.json b/change/react-native-windows-b3b7eb2e-82b3-424d-b7c1-82b30a97fbe3.json deleted file mode 100644 index 83ab2586a1f..00000000000 --- a/change/react-native-windows-b3b7eb2e-82b3-424d-b7c1-82b30a97fbe3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Update template to have more consistent config between ship/debug", - "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 8bcbf6a356b..b236695bdf0 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": "Wed, 20 May 2026 23:38:25 GMT", + "version": "0.81.23", + "tag": "@react-native-windows/automation-channel_v0.81.23", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.81.23", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 19 May 2026 23:38:50 GMT", "version": "0.81.22", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 4dfea7cf17c..6f4b071b466 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.81.23 + +Wed, 20 May 2026 23:38:25 GMT + +### Patches + +- Bump react-native-windows to v0.81.23 + ## 0.81.22 Tue, 19 May 2026 23:38:50 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index c670f41c728..10a0e63cd6e 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.81.22", + "version": "0.81.23", "license": "MIT", "repository": { "type": "git", @@ -33,7 +33,7 @@ "prettier": "2.8.8", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22", + "react-native-windows": "0.81.23", "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 ed5d8b483db..a511c69855f 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, 20 May 2026 23:38:25 GMT", + "version": "0.81.23", + "tag": "@react-native-windows/automation-commands_v0.81.23", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.81.23", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 19 May 2026 23:38:50 GMT", "version": "0.81.22", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index aa8ee67b628..49658d5b8ba 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.81.23 + +Wed, 20 May 2026 23:38:25 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.81.23 + ## 0.81.22 Tue, 19 May 2026 23:38:50 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index 7c5afe9b4b4..93909b0b627 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.81.22", + "version": "0.81.23", "description": "Allows controlling your react-native-windows application", "main": "lib-commonjs/index.js", "license": "MIT", @@ -17,7 +17,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.81.22", + "@react-native-windows/automation-channel": "0.81.23", "@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 06cc8e514bc..10540202af2 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, 20 May 2026 23:38:25 GMT", + "version": "0.81.23", + "tag": "@react-native-windows/automation_v0.81.23", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.81.23", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 19 May 2026 23:38:50 GMT", "version": "0.81.22", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index 55060b36af2..9463f4695ee 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.81.23 + +Wed, 20 May 2026 23:38:25 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.81.23 + ## 0.81.22 Tue, 19 May 2026 23:38:50 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index b29b2ed18cb..82339fac465 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.81.22", + "version": "0.81.23", "description": "UI Automation Suite for React Native Windows Applications", "main": "lib-commonjs/index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "0.81.22", + "@react-native-windows/automation-channel": "0.81.23", "@react-native-windows/fs": "0.81.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 eb706d53de8..467b7cec95d 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.4", "react-native": "^0.81.0", - "react-native-windows": "0.81.22", + "react-native-windows": "0.81.23", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -35,7 +35,7 @@ "just-scripts": "^1.3.3", "react-native": "0.81.6", "react-native-platform-override": "0.81.2", - "react-native-windows": "0.81.22", + "react-native-windows": "0.81.23", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index ce5bd1aa11d..0405f04f632 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.81.22", + "@react-native-windows/automation": "0.81.23", "@react-native-windows/fs": "0.81.1", "@rnw-scripts/eslint-config": "1.2.37", "@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 1f8374d4a78..f39971207bd 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.81.22", + "@react-native-windows/automation-channel": "0.81.23", "@react-native-windows/tester": "0.0.1", "@types/react": "^19.1.4", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "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": "17.0.0", - "@react-native-windows/automation": "0.81.22", - "@react-native-windows/automation-commands": "0.81.22", + "@react-native-windows/automation": "0.81.23", + "@react-native-windows/automation-commands": "0.81.23", "@react-native/metro-config": "0.81.6", "@rnw-scripts/babel-node-config": "2.3.3", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index 5c262c53895..db45d43a605 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -14,14 +14,14 @@ }, "dependencies": { "@react-native-picker/picker": "^2.5.1", - "@react-native-windows/automation-channel": "0.81.22", + "@react-native-windows/automation-channel": "0.81.23", "@react-native-windows/tester": "0.0.1", "@types/react": "^19.1.4", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22", + "react-native-windows": "0.81.23", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -31,8 +31,8 @@ "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.20.0", "@react-native-community/cli": "17.0.0", - "@react-native-windows/automation": "0.81.22", - "@react-native-windows/automation-commands": "0.81.22", + "@react-native-windows/automation": "0.81.23", + "@react-native-windows/automation-commands": "0.81.23", "@react-native/metro-config": "0.81.6", "@rnw-scripts/babel-node-config": "2.3.3", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 472b32e6610..8ca2bc00482 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -10,7 +10,7 @@ "integration-test": "jest --config jest.integration.config.js --runInBand --verbose" }, "dependencies": { - "@react-native-windows/automation-channel": "0.81.22", + "@react-native-windows/automation-channel": "0.81.23", "@react-native-windows/fs": "0.81.1", "@types/react": "^19.1.4", "@typescript-eslint/eslint-plugin": "^7.1.1", @@ -18,7 +18,7 @@ "chai": "^4.2.0", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/playground/package.json b/packages/playground/package.json index 15af8ec7c71..a4eaf09e923 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index df2cb4a2a7d..0d763695e68 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.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index caf8f35c2ed..c27bbb6350c 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 381b74107fa..c55855476eb 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -23,7 +23,7 @@ "@types/react": "^19.1.4", "react": "19.1.4", "react-native": "0.81.6", - "react-native-windows": "0.81.22" + "react-native-windows": "0.81.23" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index f033b031d1f..83f6eb260c4 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Wed, 20 May 2026 23:38:25 GMT", + "version": "0.81.23", + "tag": "react-native-windows_v0.81.23", + "comments": { + "patch": [ + { + "author": "30809111+acoates-ms@users.noreply.github.com", + "package": "react-native-windows", + "commit": "bb52138b55a5f67862e78a47c0208aa6d72ed18a", + "comment": "Update template to have more consistent config between ship/debug" + } + ] + } + }, { "date": "Tue, 19 May 2026 23:38:50 GMT", "version": "0.81.22", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 71725a8969f..c1de2874e1b 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows - + +## 0.81.23 + +Wed, 20 May 2026 23:38:25 GMT + +### Patches + +- Update template to have more consistent config between ship/debug (30809111+acoates-ms@users.noreply.github.com) + ## 0.81.22 Tue, 19 May 2026 23:38:50 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 0b0fcd8ebd7..1fd3c64d57c 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.81.22 + 0.81.23 0 81 - 22 + 23 false - aaa05f5c3491ec4f2d62cb630b7ae51cd6a0f750 + bb52138b55a5f67862e78a47c0208aa6d72ed18a \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index f13c0fd6b18..b0818655506 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.81.22", + "version": "0.81.23", "license": "MIT", "repository": { "type": "git",