Skip to content

Commit c5f3a66

Browse files
committed
applying package updates ***NO_CI***
1 parent 2d85297 commit c5f3a66

38 files changed

+250
-96
lines changed

change/@office-iss-react-native-win32-d9d51616-e863-4814-9731-b55e765d0ded.json

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

change/@react-native-windows-automation-channel-dbc77308-3e6b-4bb5-8d82-e224137795f9.json

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

change/react-native-platform-override-782dbef9-4234-4204-aa7a-599b6c4e7809.json

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

change/react-native-windows-744b0c7c-26dd-416f-97bb-e26f7dd43a8f.json

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

change/react-native-windows-da49d3f3-193f-463a-9a3b-7f543a4f30a4.json

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

change/react-native-windows-f2a1b3c0-2bed-48e4-9fc6-bd09cec743bf.json

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

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"flow-enums-runtime": "^0.0.6"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "^0.0.0-canary.296",
20+
"@office-iss/react-native-win32": "^0.0.0-canary.297",
2121
"react": "19.1.0",
2222
"react-native": "0.81.0-nightly-20250521-3cb70bb6a"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "^0.0.0-canary.296",
25+
"@office-iss/react-native-win32": "^0.0.0-canary.297",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.37",
2828
"@rnw-scripts/just-task": "2.3.55",
@@ -31,10 +31,10 @@
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
3333
"react-native": "0.81.0-nightly-20250521-3cb70bb6a",
34-
"react-native-platform-override": "^1.9.57",
34+
"react-native-platform-override": "^1.9.58",
3535
"typescript": "5.0.4"
3636
},
3737
"engines": {
3838
"node": ">= 22"
3939
}
40-
}
40+
}

packages/@office-iss/react-native-win32/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@office-iss/react-native-win32",
33
"entries": [
4+
{
5+
"date": "Fri, 19 Sep 2025 05:29:13 GMT",
6+
"version": "0.0.0-canary.297",
7+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.297",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "74712637+iamAbhi-916@users.noreply.github.com",
12+
"package": "@office-iss/react-native-win32",
13+
"commit": "054949ab65ae451191ec868f0384c9df717173c6",
14+
"comment": "integrate nightly 0.81.0-nightly-20250521-3cb70bb6a"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@office-iss/react-native-win32",
19+
"comment": "Bump react-native-platform-override to v1.9.58",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 03 Sep 2025 05:22:57 GMT",
627
"version": "0.0.0-canary.296",

packages/@office-iss/react-native-win32/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @office-iss/react-native-win32
22

3-
<!-- This log was last generated on Wed, 03 Sep 2025 05:22:57 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 19 Sep 2025 05:29:13 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.0.0-canary.297
8+
9+
Fri, 19 Sep 2025 05:29:13 GMT
10+
11+
### Changes
12+
13+
- integrate nightly 0.81.0-nightly-20250521-3cb70bb6a (74712637+iamAbhi-916@users.noreply.github.com)
14+
- Bump react-native-platform-override to v1.9.58
15+
716
## 0.0.0-canary.296
817

918
Wed, 03 Sep 2025 05:22:57 GMT

packages/@office-iss/react-native-win32/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@office-iss/react-native-win32",
3-
"version": "0.0.0-canary.296",
3+
"version": "0.0.0-canary.297",
44
"description": "Implementation of react native on top of Office's Win32 platform.",
55
"repository": {
66
"type": "git",
@@ -89,7 +89,7 @@
8989
"prettier": "2.8.8",
9090
"react": "19.1.0",
9191
"react-native": "0.81.0-nightly-20250521-3cb70bb6a",
92-
"react-native-platform-override": "^1.9.57",
92+
"react-native-platform-override": "^1.9.58",
9393
"typescript": "5.0.4"
9494
},
9595
"peerDependencies": {
@@ -112,4 +112,4 @@
112112
"engines": {
113113
"node": ">= 22"
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)