Skip to content

Commit 0ab8881

Browse files
Merge branch 'microsoft:main' into impAccessibilityLevel
2 parents bb51a80 + a7607c5 commit 0ab8881

File tree

26 files changed

+179
-52
lines changed

26 files changed

+179
-52
lines changed

packages/@react-native-windows/automation-channel/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-channel",
33
"entries": [
4+
{
5+
"date": "Tue, 22 Apr 2025 05:24:03 GMT",
6+
"version": "0.12.284",
7+
"tag": "@react-native-windows/automation-channel_v0.12.284",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/automation-channel",
13+
"comment": "Bump react-native-windows to v0.0.0-canary.944",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sun, 20 Apr 2025 05:22:31 GMT",
621
"version": "0.12.283",

packages/@react-native-windows/automation-channel/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-channel
22

3-
<!-- This log was last generated on Sun, 20 Apr 2025 05:22:31 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 22 Apr 2025 05:24:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.12.284
8+
9+
Tue, 22 Apr 2025 05:24:03 GMT
10+
11+
### Patches
12+
13+
- Bump react-native-windows to v0.0.0-canary.944
14+
715
## 0.12.283
816

917
Sun, 20 Apr 2025 05:22:31 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.12.283",
3+
"version": "0.12.284",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"prettier": "2.8.8",
3434
"react": "19.0.0",
3535
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
36-
"react-native-windows": "^0.0.0-canary.943",
36+
"react-native-windows": "^0.0.0-canary.944",
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, 22 Apr 2025 05:24:03 GMT",
6+
"version": "0.1.387",
7+
"tag": "@react-native-windows/automation-commands_v0.1.387",
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.12.284",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sun, 20 Apr 2025 05:22:31 GMT",
621
"version": "0.1.386",

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 Sun, 20 Apr 2025 05:22:31 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 22 Apr 2025 05:24:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.1.387
8+
9+
Tue, 22 Apr 2025 05:24:03 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.12.284
14+
715
## 0.1.386
816

917
Sun, 20 Apr 2025 05:22:31 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.1.386",
3+
"version": "0.1.387",
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.12.283",
21+
"@react-native-windows/automation-channel": "^0.12.284",
2222
"@typescript-eslint/eslint-plugin": "^7.1.1",
2323
"@typescript-eslint/parser": "^7.1.1"
2424
},

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, 22 Apr 2025 05:24:03 GMT",
6+
"version": "0.3.366",
7+
"tag": "@react-native-windows/automation_v0.3.366",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/automation",
13+
"comment": "Bump @react-native-windows/automation-channel to v0.12.284",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sun, 20 Apr 2025 05:22:31 GMT",
621
"version": "0.3.365",

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 Sun, 20 Apr 2025 05:22:31 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 22 Apr 2025 05:24:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.3.366
8+
9+
Tue, 22 Apr 2025 05:24:03 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.12.284
14+
715
## 0.3.365
816

917
Sun, 20 Apr 2025 05:22:31 GMT

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.3.365",
3+
"version": "0.3.366",
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.12.283",
21+
"@react-native-windows/automation-channel": "^0.12.284",
2222
"@react-native-windows/fs": "^0.0.0-canary.62",
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.4.10",
2121
"react": "19.0.0",
2222
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
23-
"react-native-windows": "^0.0.0-canary.943",
23+
"react-native-windows": "^0.0.0-canary.944",
2424
"react-native-xaml": "^0.0.78"
2525
},
2626
"devDependencies": {
@@ -34,7 +34,7 @@
3434
"just-scripts": "^1.3.3",
3535
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
3636
"react-native-platform-override": "^1.9.52",
37-
"react-native-windows": "^0.0.0-canary.943",
37+
"react-native-windows": "^0.0.0-canary.944",
3838
"typescript": "5.0.4"
3939
},
4040
"engines": {

0 commit comments

Comments
 (0)