Skip to content

Commit 8f423ef

Browse files
committed
applying package updates ***NO_CI***
1 parent da1e74c commit 8f423ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+290
-84
lines changed

change/@office-iss-react-native-win32-f7d5204f-dcc6-4c1d-b6db-7d2a1849f482.json

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

change/@react-native-windows-automation-channel-21df16a0-f870-4fc4-8644-b56b57256209.json

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

change/@react-native-windows-telemetry-b700f162-eba7-42c7-a8bd-b2d69c628c16.json

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

change/react-native-platform-override-5061d65b-2f4a-4d69-934d-82f667928e73.json

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

change/react-native-windows-81739c25-76ad-40a1-a491-21e99c301dab.json

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

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

Lines changed: 3 additions & 3 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.304",
20+
"@office-iss/react-native-win32": "^0.0.0-canary.305",
2121
"react": "19.1.1",
2222
"react-native": "0.82.0-nightly-20250902-9731e8ebc"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "^0.0.0-canary.304",
25+
"@office-iss/react-native-win32": "^0.0.0-canary.305",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.38",
2828
"@rnw-scripts/just-task": "2.3.58",
@@ -31,7 +31,7 @@
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
3333
"react-native": "0.82.0-nightly-20250902-9731e8ebc",
34-
"react-native-platform-override": "0.0.0-canary.1018",
34+
"react-native-platform-override": "0.0.0-canary.1019",
3535
"typescript": "5.0.4"
3636
},
3737
"engines": {

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": "Tue, 13 Jan 2026 13:00:13 GMT",
6+
"version": "0.0.0-canary.305",
7+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.305",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "74712637+iamAbhi-916@users.noreply.github.com",
12+
"package": "@office-iss/react-native-win32",
13+
"commit": "da1e74cb1c7d7d1749fd963398580069fa62344b",
14+
"comment": "integrate 0.82.0-nightly-20250902-9731e8ebc\u0002"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@office-iss/react-native-win32",
19+
"comment": "Bump react-native-platform-override to v0.0.0-canary.1019",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 30 Dec 2025 06:39:29 GMT",
627
"version": "0.0.0-canary.304",

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 Tue, 30 Dec 2025 06:39:29 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 13 Jan 2026 13:00:13 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.0.0-canary.305
8+
9+
Tue, 13 Jan 2026 13:00:13 GMT
10+
11+
### Changes
12+
13+
- integrate 0.82.0-nightly-20250902-9731e8ebc (74712637+iamAbhi-916@users.noreply.github.com)
14+
- Bump react-native-platform-override to v0.0.0-canary.1019
15+
716
## 0.0.0-canary.304
817

918
Tue, 30 Dec 2025 06:39:29 GMT

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

Lines changed: 2 additions & 2 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.304",
3+
"version": "0.0.0-canary.305",
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.1",
9191
"react-native": "0.82.0-nightly-20250902-9731e8ebc",
92-
"react-native-platform-override": "0.0.0-canary.1018",
92+
"react-native-platform-override": "0.0.0-canary.1019",
9393
"typescript": "5.0.4"
9494
},
9595
"peerDependencies": {

packages/@react-native-windows/automation-channel/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@react-native-windows/automation-channel",
33
"entries": [
4+
{
5+
"date": "Tue, 13 Jan 2026 13:00:13 GMT",
6+
"version": "0.0.0-canary.1030",
7+
"tag": "@react-native-windows/automation-channel_v0.0.0-canary.1030",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "74712637+iamAbhi-916@users.noreply.github.com",
12+
"package": "@react-native-windows/automation-channel",
13+
"commit": "da1e74cb1c7d7d1749fd963398580069fa62344b",
14+
"comment": "integrate 0.82.0-nightly-20250902-9731e8ebc"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/automation-channel",
19+
"comment": "Bump react-native-windows to v0.0.0-canary.1030",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 13 Jan 2026 06:39:28 GMT",
627
"version": "0.0.0-canary.1029",

0 commit comments

Comments
 (0)