Skip to content

Commit 71f2fec

Browse files
committed
applying package updates ***NO_CI***
1 parent 3cb6748 commit 71f2fec

File tree

23 files changed

+146
-38
lines changed

23 files changed

+146
-38
lines changed

change/react-native-windows-46b530e4-8447-414b-9761-43c03e7088da.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-d5cf0017-99f3-40eb-856e-25f6e85f6fa2.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

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": "Sat, 17 Sep 2022 05:11:04 GMT",
6+
"tag": "@react-native-windows/automation-channel_v0.1.123",
7+
"version": "0.1.123",
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.549",
14+
"commit": "3cb67483a3b44d188b11c6dc66dea846b6735b0e"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 15 Sep 2022 05:11:51 GMT",
621
"tag": "@react-native-windows/automation-channel_v0.1.122",

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 Thu, 15 Sep 2022 05:11:51 GMT and should not be manually modified.
3+
This log was last generated on Sat, 17 Sep 2022 05:11:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.1.123
8+
9+
Sat, 17 Sep 2022 05:11:04 GMT
10+
11+
### Patches
12+
13+
- Bump react-native-windows to v0.0.0-canary.549
14+
715
## 0.1.122
816

917
Thu, 15 Sep 2022 05:11:51 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.1.122",
3+
"version": "0.1.123",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"prettier": "^2.4.1",
3333
"react": "18.1.0",
3434
"react-native": "0.0.0-20220714-2051-8af7870c6",
35-
"react-native-windows": "^0.0.0-canary.548",
35+
"react-native-windows": "^0.0.0-canary.549",
3636
"typescript": "^4.4.4"
3737
},
3838
"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": "Sat, 17 Sep 2022 05:11:04 GMT",
6+
"tag": "@react-native-windows/automation-commands_v0.0.161",
7+
"version": "0.0.161",
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.1.123",
14+
"commit": "3cb67483a3b44d188b11c6dc66dea846b6735b0e"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 15 Sep 2022 05:11:52 GMT",
621
"tag": "@react-native-windows/automation-commands_v0.0.160",

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 Thu, 15 Sep 2022 05:11:52 GMT and should not be manually modified.
3+
This log was last generated on Sat, 17 Sep 2022 05:11:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.161
8+
9+
Sat, 17 Sep 2022 05:11:04 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.1.123
14+
715
## 0.0.160
816

917
Thu, 15 Sep 2022 05:11:52 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.0.160",
3+
"version": "0.0.161",
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.1.122",
21+
"@react-native-windows/automation-channel": "^0.1.123",
2222
"@typescript-eslint/eslint-plugin": "^5.20.0",
2323
"@typescript-eslint/parser": "^5.20.0"
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": "Sat, 17 Sep 2022 05:11:04 GMT",
6+
"tag": "@react-native-windows/automation_v0.1.134",
7+
"version": "0.1.134",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/automation",
13+
"comment": "Bump @react-native-windows/automation-channel to v0.1.123",
14+
"commit": "3cb67483a3b44d188b11c6dc66dea846b6735b0e"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 15 Sep 2022 05:11:52 GMT",
621
"tag": "@react-native-windows/automation_v0.1.133",

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 Thu, 15 Sep 2022 05:11:52 GMT and should not be manually modified.
3+
This log was last generated on Sat, 17 Sep 2022 05:11:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.1.134
8+
9+
Sat, 17 Sep 2022 05:11:04 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/automation-channel to v0.1.123
14+
715
## 0.1.133
816

917
Thu, 15 Sep 2022 05:11:52 GMT

0 commit comments

Comments
 (0)