From 55c751ef4e17232081b87070490572d793c63086 Mon Sep 17 00:00:00 2001 From: Abhijeet Jha <74712637+iamAbhi-916@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:34:58 +0530 Subject: [PATCH 1/2] manually updates RNW to preview 12 --- .../@react-native-windows/automation-channel/package.json | 4 ++-- .../automation-commands/package.json | 4 ++-- packages/@react-native-windows/automation/package.json | 4 ++-- packages/@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/package.json | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index fb0e7fd125a..af4406b5bc6 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.82.0-preview.11", + "version": "0.82.0-preview.12", "license": "MIT", "repository": { "type": "git", @@ -33,7 +33,7 @@ "prettier": "2.8.8", "react": "19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.0-preview.11", + "react-native-windows": "0.82.0-preview.12", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index ac99eed3d7d..0a3888aa5d9 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.82.0-preview.11", + "version": "0.82.0-preview.12", "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.82.0-preview.11", + "@react-native-windows/automation-channel": "0.82.0-preview.12", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1" }, diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 2319f196f60..62ed67471b6 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.82.0-preview.11", + "version": "0.82.0-preview.12", "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.82.0-preview.11", + "@react-native-windows/automation-channel": "0.82.0-preview.12", "@react-native-windows/fs": "0.82.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 e8ecdfa0dfc..34d1825b64b 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.1", "react-native": "^0.82.0", - "react-native-windows": "0.82.0-preview.11", + "react-native-windows": "0.82.0-preview.12", "react-native-xaml": "^0.0.80" }, "devDependencies": { @@ -35,7 +35,7 @@ "just-scripts": "^1.3.3", "react-native": "0.82.1", "react-native-platform-override": "0.82.0-preview.1", - "react-native-windows": "0.82.0-preview.11", + "react-native-windows": "0.82.0-preview.12", "typescript": "5.0.4" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 477f9d0f62c..77502c06f9c 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.82.0-preview.11", + "@react-native-windows/automation": "0.82.0-preview.12", "@react-native-windows/fs": "0.82.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 fa135e734bf..bb71676404e 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.82.0-preview.11", + "@react-native-windows/automation-channel": "0.82.0-preview.12", "@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-preview.11" + "react-native-windows": "0.82.0-preview.12" }, "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": "20.0.0", - "@react-native-windows/automation": "0.82.0-preview.11", - "@react-native-windows/automation-commands": "0.82.0-preview.11", + "@react-native-windows/automation": "0.82.0-preview.12", + "@react-native-windows/automation-commands": "0.82.0-preview.12", "@react-native/metro-config": "0.82.1", "@rnw-scripts/babel-node-config": "2.3.3", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index c1b379c25a2..db972600594 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -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-preview.11" + "react-native-windows": "0.82.0-preview.12" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 5ec8a1a4fb3..f13626a77e8 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.1", "react-native": "0.82.1", - "react-native-windows": "0.82.0-preview.11" + "react-native-windows": "0.82.0-preview.12" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 515c8d644ee..4f434157483 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -23,7 +23,7 @@ "@types/react": "^19.1.1", "react": "^19.1.1", "react-native": "0.82.1", - "react-native-windows": "0.82.0-preview.11" + "react-native-windows": "0.82.0-preview.12" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/package.json b/vnext/package.json index 1f4dc8c10cd..885166973d4 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.82.0-preview.11", + "version": "0.82.0-preview.12", "license": "MIT", "repository": { "type": "git", From 0f3d13e687fcce069ed8a379ceaf4069e70b5ec4 Mon Sep 17 00:00:00 2001 From: Abhijeet Jha <74712637+iamAbhi-916@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:35:54 +0530 Subject: [PATCH 2/2] Change files --- ...ws-automation-0ecafdf9-2e87-43b5-8e68-1fded85e7284.json | 7 +++++++ ...ation-channel-7616a9dd-9676-420c-8fd7-8c4d68b58a00.json | 7 +++++++ ...tion-commands-b6c214c6-28e6-456c-871d-2947a827f644.json | 7 +++++++ ...ative-windows-648d8507-56aa-4cbd-9ede-ee57f175f149.json | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 change/@react-native-windows-automation-0ecafdf9-2e87-43b5-8e68-1fded85e7284.json create mode 100644 change/@react-native-windows-automation-channel-7616a9dd-9676-420c-8fd7-8c4d68b58a00.json create mode 100644 change/@react-native-windows-automation-commands-b6c214c6-28e6-456c-871d-2947a827f644.json create mode 100644 change/react-native-windows-648d8507-56aa-4cbd-9ede-ee57f175f149.json diff --git a/change/@react-native-windows-automation-0ecafdf9-2e87-43b5-8e68-1fded85e7284.json b/change/@react-native-windows-automation-0ecafdf9-2e87-43b5-8e68-1fded85e7284.json new file mode 100644 index 00000000000..7bccc42ec22 --- /dev/null +++ b/change/@react-native-windows-automation-0ecafdf9-2e87-43b5-8e68-1fded85e7284.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "manually updates RNW to preview 12", + "packageName": "@react-native-windows/automation", + "email": "74712637+iamAbhi-916@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/change/@react-native-windows-automation-channel-7616a9dd-9676-420c-8fd7-8c4d68b58a00.json b/change/@react-native-windows-automation-channel-7616a9dd-9676-420c-8fd7-8c4d68b58a00.json new file mode 100644 index 00000000000..6d84f891d79 --- /dev/null +++ b/change/@react-native-windows-automation-channel-7616a9dd-9676-420c-8fd7-8c4d68b58a00.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "manually updates RNW to preview 12", + "packageName": "@react-native-windows/automation-channel", + "email": "74712637+iamAbhi-916@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/change/@react-native-windows-automation-commands-b6c214c6-28e6-456c-871d-2947a827f644.json b/change/@react-native-windows-automation-commands-b6c214c6-28e6-456c-871d-2947a827f644.json new file mode 100644 index 00000000000..4b79d63bf9b --- /dev/null +++ b/change/@react-native-windows-automation-commands-b6c214c6-28e6-456c-871d-2947a827f644.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "manually updates RNW to preview 12", + "packageName": "@react-native-windows/automation-commands", + "email": "74712637+iamAbhi-916@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/change/react-native-windows-648d8507-56aa-4cbd-9ede-ee57f175f149.json b/change/react-native-windows-648d8507-56aa-4cbd-9ede-ee57f175f149.json new file mode 100644 index 00000000000..7693e5aeace --- /dev/null +++ b/change/react-native-windows-648d8507-56aa-4cbd-9ede-ee57f175f149.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "manually updates RNW to preview 12", + "packageName": "react-native-windows", + "email": "74712637+iamAbhi-916@users.noreply.github.com", + "dependentChangeType": "patch" +}