Skip to content

Commit 86f8f77

Browse files
committed
RELEASE: Releasing 13 package(s) (0.81-stable)
1 parent 3fb6857 commit 86f8f77

27 files changed

Lines changed: 174 additions & 70 deletions

File tree

change/@react-native-windows-automation-channel-3a71601c-04a0-4e14-aef2-6204fb0755db.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-874b8741-d2a0-4ba1-bfae-b96445b668c5.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/@react-native-windows/automation-channel/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@react-native-windows/automation-channel",
33
"entries": [
4+
{
5+
"date": "Tue, 01 Sep 2026 00:35:03 GMT",
6+
"version": "0.81.36",
7+
"tag": "@react-native-windows/automation-channel_v0.81.36",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "vmorozov@microsoft.com",
12+
"package": "@react-native-windows/automation-channel",
13+
"commit": "3fb68577f0d65f1ed44b8a97aa6e2adc09da9b20",
14+
"comment": "Try fixing the e2e x86 test flakiness"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/automation-channel",
19+
"comment": "Bump react-native-windows to v0.81.36",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
627
"version": "0.81.35",

packages/@react-native-windows/automation-channel/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @react-native-windows/automation-channel
22

3-
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 01 Sep 2026 00:35:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.81.36
8+
9+
Tue, 01 Sep 2026 00:35:03 GMT
10+
11+
### Patches
12+
13+
- Try fixing the e2e x86 test flakiness (vmorozov@microsoft.com)
14+
- Bump react-native-windows to v0.81.36
15+
716
## 0.81.35
817

918
Sat, 22 Aug 2026 01:38:28 GMT

packages/@react-native-windows/automation-channel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/automation-channel",
3-
"version": "0.81.35",
3+
"version": "0.81.36",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"prettier": "2.8.8",
3434
"react": "19.1.4",
3535
"react-native": "0.81.6",
36-
"react-native-windows": "0.81.35",
36+
"react-native-windows": "0.81.36",
3737
"typescript": "5.0.4"
3838
},
3939
"files": [

packages/@react-native-windows/automation-commands/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@react-native-windows/automation-commands",
33
"entries": [
4+
{
5+
"date": "Tue, 01 Sep 2026 00:35:03 GMT",
6+
"version": "0.81.36",
7+
"tag": "@react-native-windows/automation-commands_v0.81.36",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/automation-commands",
13+
"comment": "Bump @react-native-windows/automation-channel to v0.81.36",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
621
"version": "0.81.35",

packages/@react-native-windows/automation-commands/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @react-native-windows/automation-commands
22

3-
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 01 Sep 2026 00:35:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.81.36
8+
9+
Tue, 01 Sep 2026 00:35:03 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.81.36
14+
715
## 0.81.35
816

917
Sat, 22 Aug 2026 01:38:28 GMT

packages/@react-native-windows/automation-commands/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/automation-commands",
3-
"version": "0.81.35",
3+
"version": "0.81.36",
44
"description": "Allows controlling your react-native-windows application",
55
"main": "lib-commonjs/index.js",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"watch": "rnw-scripts watch"
1818
},
1919
"dependencies": {
20-
"@react-native-windows/automation-channel": "0.81.35",
20+
"@react-native-windows/automation-channel": "0.81.36",
2121
"@typescript-eslint/eslint-plugin": "^8.36.0",
2222
"@typescript-eslint/parser": "^8.36.0"
2323
},

packages/@react-native-windows/automation/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@react-native-windows/automation",
33
"entries": [
4+
{
5+
"date": "Tue, 01 Sep 2026 00:35:03 GMT",
6+
"version": "0.81.36",
7+
"tag": "@react-native-windows/automation_v0.81.36",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/automation",
13+
"comment": "Bump @react-native-windows/automation-channel to v0.81.36",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
621
"version": "0.81.35",

packages/@react-native-windows/automation/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @react-native-windows/automation
22

3-
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 01 Sep 2026 00:35:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.81.36
8+
9+
Tue, 01 Sep 2026 00:35:03 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.81.36
14+
715
## 0.81.35
816

917
Sat, 22 Aug 2026 01:38:28 GMT

0 commit comments

Comments
 (0)