Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion change/react-native-windows-capture-null-guard-main.json

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions change/react-native-windows-touch-primary-button-main.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@react-native-windows/automation-channel",
"entries": [
{
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
"version": "0.81.35",
"tag": "@react-native-windows/automation-channel_v0.81.35",
"comments": {
"patch": [
{
"author": "vmorozov@microsoft.com",
"package": "@react-native-windows/automation-channel",
"commit": "27b0fb61f5e8aa5ad0c662ea4475bee8b87c5b62",
"comment": "Make the vendored Folly headers C++23-ready and update fmt to 11.0.2 (now managed via fork-sync)"
},
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.81.35",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 19 Aug 2026 02:25:43 GMT",
"version": "0.81.34",
Expand Down
11 changes: 10 additions & 1 deletion packages/@react-native-windows/automation-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @react-native-windows/automation-channel

<!-- This log was last generated on Wed, 19 Aug 2026 02:25:43 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.81.35

Sat, 22 Aug 2026 01:38:28 GMT

### Patches

- Make the vendored Folly headers C++23-ready and update fmt to 11.0.2 (now managed via fork-sync) (vmorozov@microsoft.com)
- Bump react-native-windows to v0.81.35

## 0.81.34

Wed, 19 Aug 2026 02:25:43 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation-channel",
"version": "0.81.34",
"version": "0.81.35",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prettier": "2.8.8",
"react": "19.1.4",
"react-native": "0.81.6",
"react-native-windows": "0.81.34",
"react-native-windows": "0.81.35",
"typescript": "5.0.4"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation-commands",
"entries": [
{
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
"version": "0.81.35",
"tag": "@react-native-windows/automation-commands_v0.81.35",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-commands",
"comment": "Bump @react-native-windows/automation-channel to v0.81.35",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 19 Aug 2026 02:25:43 GMT",
"version": "0.81.34",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation-commands

<!-- This log was last generated on Wed, 19 Aug 2026 02:25:43 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.81.35

Sat, 22 Aug 2026 01:38:28 GMT

### Patches

- Bump @react-native-windows/automation-channel to v0.81.35

## 0.81.34

Wed, 19 Aug 2026 02:25:43 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation-commands",
"version": "0.81.34",
"version": "0.81.35",
"description": "Allows controlling your react-native-windows application",
"main": "lib-commonjs/index.js",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "0.81.34",
"@react-native-windows/automation-channel": "0.81.35",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/automation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation",
"entries": [
{
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
"version": "0.81.35",
"tag": "@react-native-windows/automation_v0.81.35",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation",
"comment": "Bump @react-native-windows/automation-channel to v0.81.35",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 19 Aug 2026 02:25:43 GMT",
"version": "0.81.34",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation

<!-- This log was last generated on Wed, 19 Aug 2026 02:25:43 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.81.35

Sat, 22 Aug 2026 01:38:28 GMT

### Patches

- Bump @react-native-windows/automation-channel to v0.81.35

## 0.81.34

Wed, 19 Aug 2026 02:25:43 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/automation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation",
"version": "0.81.34",
"version": "0.81.35",
"description": "UI Automation Suite for React Native Windows Applications",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "0.81.34",
"@react-native-windows/automation-channel": "0.81.35",
"@react-native-windows/find-dotnet-tools": "0.0.0-canary.3",
"@react-native-windows/fs": "0.81.2",
"@typescript-eslint/eslint-plugin": "^8.36.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
"version": "0.81.9",
"tag": "@react-native-windows/cli_v0.81.9",
"comments": {
"none": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@react-native-windows/cli",
"commit": "27b0fb61f5e8aa5ad0c662ea4475bee8b87c5b62",
"comment": "delete createRnwApp tests in 0.81 branch"
}
],
"patch": [
{
"author": "vmorozov@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "27b0fb61f5e8aa5ad0c662ea4475bee8b87c5b62",
"comment": "Make the vendored Folly headers C++23-ready and update fmt to 11.0.2 (now managed via fork-sync)"
}
]
}
},
{
"date": "Wed, 19 Aug 2026 02:25:42 GMT",
"version": "0.81.8",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/cli

<!-- This log was last generated on Wed, 19 Aug 2026 02:25:42 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.81.9

Sat, 22 Aug 2026 01:38:28 GMT

### Patches

- Make the vendored Folly headers C++23-ready and update fmt to 11.0.2 (now managed via fork-sync) (vmorozov@microsoft.com)

## 0.81.8

Wed, 19 Aug 2026 02:25:42 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/cli",
"version": "0.81.8",
"version": "0.81.9",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/find-dotnet-tools/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/find-dotnet-tools",
"entries": [
{
"date": "Sat, 22 Aug 2026 01:38:28 GMT",
"version": "0.0.0-canary.3",
"tag": "@react-native-windows/find-dotnet-tools_v0.0.0-canary.3",
"comments": {
"undefined": [
{
"author": "beachball",
"package": "@react-native-windows/find-dotnet-tools",
"comment": "Bump @rnw-scripts/just-task to v2.3.56",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 19 Aug 2026 02:25:43 GMT",
"version": "0.0.0-canary.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change Log - @react-native-windows/find-dotnet-tools

<!-- This log was last generated on Wed, 19 Aug 2026 02:25:43 GMT and should not be manually modified. -->
<!-- This log was last generated on Sat, 22 Aug 2026 01:38:28 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.0.0-canary.3

Sat, 22 Aug 2026 01:38:28 GMT
Comment on lines 7 to +9

## 0.0.0-canary.3

Wed, 19 Aug 2026 02:25:43 GMT

### Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.34",
"react-native-windows": "0.81.35",
"react-native-xaml": "^0.0.80"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.81.6",
"react-native-platform-override": "0.81.3",
"react-native-windows": "0.81.34",
"react-native-windows": "0.81.35",
"typescript": "5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/debug-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint:fix": "rnw-scripts lint:fix"
},
"devDependencies": {
"@react-native-windows/automation": "0.81.34",
"@react-native-windows/automation": "0.81.35",
"@react-native-windows/fs": "0.81.2",
"@rnw-scripts/eslint-config": "1.2.38",
"@rnw-scripts/ts-config": "2.0.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.34",
"@react-native-windows/automation-channel": "0.81.35",
"@react-native-windows/tester": "0.0.1",
"@types/react": "^19.1.4",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"react": "19.1.4",
"react-native": "0.81.6",
"react-native-windows": "0.81.34"
"react-native-windows": "0.81.35"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -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.34",
"@react-native-windows/automation-commands": "0.81.34",
"@react-native-windows/automation": "0.81.35",
"@react-native-windows/automation-commands": "0.81.35",
"@react-native/metro-config": "0.81.6",
"@rnw-scripts/babel-node-config": "2.3.3",
"@rnw-scripts/babel-react-native-config": "0.0.0",
Expand Down
Loading
Loading