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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation-channel",
"entries": [
{
"date": "Tue, 17 Mar 2026 07:34:22 GMT",
"version": "0.82.1",
"tag": "@react-native-windows/automation-channel_v0.82.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.82.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 12 Mar 2026 14:15:44 GMT",
"version": "0.82.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation-channel

<!-- This log was last generated on Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 17 Mar 2026 07:34:22 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.82.1

Tue, 17 Mar 2026 07:34:22 GMT

### Patches

- Bump react-native-windows to v0.82.1

## 0.82.0

Thu, 12 Mar 2026 14:15:44 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.82.0",
"version": "0.82.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prettier": "2.8.8",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-windows": "0.82.0",
"react-native-windows": "0.82.1",
"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": "Tue, 17 Mar 2026 07:34:22 GMT",
"version": "0.82.1",
"tag": "@react-native-windows/automation-commands_v0.82.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-commands",
"comment": "Bump @react-native-windows/automation-channel to v0.82.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 12 Mar 2026 14:15:44 GMT",
"version": "0.82.0",
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 Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 17 Mar 2026 07:34:22 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.82.1

Tue, 17 Mar 2026 07:34:22 GMT

### Patches

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

## 0.82.0

Thu, 12 Mar 2026 14:15:44 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.82.0",
"version": "0.82.1",
"description": "Allows controlling your react-native-windows application",
"main": "lib-commonjs/index.js",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "0.82.0",
"@react-native-windows/automation-channel": "0.82.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1"
},
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": "Tue, 17 Mar 2026 07:34:22 GMT",
"version": "0.82.1",
"tag": "@react-native-windows/automation_v0.82.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation",
"comment": "Bump @react-native-windows/automation-channel to v0.82.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 12 Mar 2026 14:15:44 GMT",
"version": "0.82.0",
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 Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 17 Mar 2026 07:34:22 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.82.1

Tue, 17 Mar 2026 07:34:22 GMT

### Patches

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

## 0.82.0

Thu, 12 Mar 2026 14:15:44 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.82.0",
"version": "0.82.1",
"description": "UI Automation Suite for React Native Windows Applications",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "0.82.0",
"@react-native-windows/automation-channel": "0.82.1",
"@react-native-windows/fs": "0.82.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
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.1",
"react-native": "^0.82.0",
"react-native-windows": "0.82.0",
"react-native-windows": "0.82.1",
"react-native-xaml": "^0.0.80"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.82.1",
"react-native-platform-override": "0.82.0",
"react-native-windows": "0.82.0",
"react-native-windows": "0.82.1",
"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.82.0",
"@react-native-windows/automation": "0.82.1",
"@react-native-windows/fs": "0.82.0",
"@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.82.0",
"@react-native-windows/automation-channel": "0.82.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.1.1",
"react-native": "0.82.1",
"react-native-windows": "0.82.0"
"react-native-windows": "0.82.1"
},
"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": "20.0.0",
"@react-native-windows/automation": "0.82.0",
"@react-native-windows/automation-commands": "0.82.0",
"@react-native-windows/automation": "0.82.1",
"@react-native-windows/automation-commands": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@rnw-scripts/babel-node-config": "2.3.3",
"@rnw-scripts/babel-react-native-config": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^7.1.1",
"react": "^19.1.1",
"react-native": "0.82.1",
"react-native-windows": "0.82.0"
"react-native-windows": "0.82.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^7.1.1",
"react": "^19.1.1",
"react-native": "0.82.1",
"react-native-windows": "0.82.0"
"react-native-windows": "0.82.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-custom-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^19.1.1",
"react": "^19.1.1",
"react-native": "0.82.1",
"react-native-windows": "0.82.0"
"react-native-windows": "0.82.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Tue, 17 Mar 2026 07:34:22 GMT",
"version": "0.82.1",
"tag": "react-native-windows_v0.82.1",
"comments": {
"patch": [
{
"author": "julio.rocha@microsoft.com",
"package": "react-native-windows",
"commit": "6738aadcbca05475c0a9d0719b078b99d493517e",
"comment": "Fix unhandled synchronous throw from ConnectAsync"
}
]
}
},
{
"date": "Thu, 12 Mar 2026 14:15:44 GMT",
"version": "0.82.0",
Expand Down
10 changes: 9 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - react-native-windows

<!-- This log was last generated on Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 17 Mar 2026 07:34:22 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.82.1

Tue, 17 Mar 2026 07:34:22 GMT

### Patches

- Fix unhandled synchronous throw from ConnectAsync (julio.rocha@microsoft.com)

## 0.82.0

Thu, 12 Mar 2026 14:15:44 GMT
Expand Down
6 changes: 3 additions & 3 deletions vnext/PropertySheets/Generated/PackageVersion.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReactNativeWindowsVersion>0.82.0</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.82.1</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>82</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
<ReactNativeWindowsPatch>1</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>b550ed8512916d3f58fc43e314f25aef5118605e</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>6738aadcbca05475c0a9d0719b078b99d493517e</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.82.0",
"version": "0.82.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading