Skip to content

Commit d7c47e9

Browse files
authored
Update RNW to 0.82.0-preview.12 (#15706)
* manually updates RNW to preview 12 * Change files
1 parent 22add58 commit d7c47e9

14 files changed

Lines changed: 45 additions & 17 deletions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "manually updates RNW to preview 12",
4+
"packageName": "@react-native-windows/automation",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "manually updates RNW to preview 12",
4+
"packageName": "@react-native-windows/automation-channel",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "manually updates RNW to preview 12",
4+
"packageName": "@react-native-windows/automation-commands",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "manually updates RNW to preview 12",
4+
"packageName": "react-native-windows",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

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.82.0-preview.11",
3+
"version": "0.82.0-preview.12",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"prettier": "2.8.8",
3434
"react": "19.1.1",
3535
"react-native": "0.82.1",
36-
"react-native-windows": "0.82.0-preview.11",
36+
"react-native-windows": "0.82.0-preview.12",
3737
"typescript": "5.0.4"
3838
},
3939
"files": [

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.82.0-preview.11",
3+
"version": "0.82.0-preview.12",
44
"description": "Allows controlling your react-native-windows application",
55
"main": "lib-commonjs/index.js",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"watch": "rnw-scripts watch"
1919
},
2020
"dependencies": {
21-
"@react-native-windows/automation-channel": "0.82.0-preview.11",
21+
"@react-native-windows/automation-channel": "0.82.0-preview.12",
2222
"@typescript-eslint/eslint-plugin": "^7.1.1",
2323
"@typescript-eslint/parser": "^7.1.1"
2424
},

packages/@react-native-windows/automation/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",
3-
"version": "0.82.0-preview.11",
3+
"version": "0.82.0-preview.12",
44
"description": "UI Automation Suite for React Native Windows Applications",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"watch": "rnw-scripts watch"
1919
},
2020
"dependencies": {
21-
"@react-native-windows/automation-channel": "0.82.0-preview.11",
21+
"@react-native-windows/automation-channel": "0.82.0-preview.12",
2222
"@react-native-windows/fs": "0.82.0-preview.1",
2323
"@typescript-eslint/eslint-plugin": "^7.1.1",
2424
"@typescript-eslint/parser": "^7.1.1",

packages/@react-native-windows/tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-native-picker/picker": "2.11.0",
2121
"react": "19.1.1",
2222
"react-native": "^0.82.0",
23-
"react-native-windows": "0.82.0-preview.11",
23+
"react-native-windows": "0.82.0-preview.12",
2424
"react-native-xaml": "^0.0.80"
2525
},
2626
"devDependencies": {
@@ -35,7 +35,7 @@
3535
"just-scripts": "^1.3.3",
3636
"react-native": "0.82.1",
3737
"react-native-platform-override": "0.82.0-preview.1",
38-
"react-native-windows": "0.82.0-preview.11",
38+
"react-native-windows": "0.82.0-preview.12",
3939
"typescript": "5.0.4"
4040
},
4141
"engines": {

packages/debug-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint:fix": "rnw-scripts lint:fix"
99
},
1010
"devDependencies": {
11-
"@react-native-windows/automation": "0.82.0-preview.11",
11+
"@react-native-windows/automation": "0.82.0-preview.12",
1212
"@react-native-windows/fs": "0.82.0-preview.1",
1313
"@rnw-scripts/eslint-config": "1.2.38",
1414
"@rnw-scripts/ts-config": "2.0.6",

packages/e2e-test-app-fabric/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"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"
1515
},
1616
"dependencies": {
17-
"@react-native-windows/automation-channel": "0.82.0-preview.11",
17+
"@react-native-windows/automation-channel": "0.82.0-preview.12",
1818
"@react-native-windows/tester": "0.0.1",
1919
"@types/react": "^19.1.1",
2020
"@typescript-eslint/eslint-plugin": "^7.1.1",
2121
"@typescript-eslint/parser": "^7.1.1",
2222
"react": "^19.1.1",
2323
"react-native": "0.82.1",
24-
"react-native-windows": "0.82.0-preview.11"
24+
"react-native-windows": "0.82.0-preview.12"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.25.2",
@@ -30,8 +30,8 @@
3030
"@babel/preset-typescript": "^7.8.3",
3131
"@babel/runtime": "^7.20.0",
3232
"@react-native-community/cli": "20.0.0",
33-
"@react-native-windows/automation": "0.82.0-preview.11",
34-
"@react-native-windows/automation-commands": "0.82.0-preview.11",
33+
"@react-native-windows/automation": "0.82.0-preview.12",
34+
"@react-native-windows/automation-commands": "0.82.0-preview.12",
3535
"@react-native/metro-config": "0.82.1",
3636
"@rnw-scripts/babel-node-config": "2.3.3",
3737
"@rnw-scripts/babel-react-native-config": "0.0.0",

0 commit comments

Comments
 (0)