Skip to content

Commit 2316965

Browse files
committed
applying package updates ***NO_CI***
1 parent c24a80f commit 2316965

File tree

54 files changed

+326
-121
lines changed

Some content is hidden

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

54 files changed

+326
-121
lines changed

change/@office-iss-react-native-win32-180a798f-3ded-4ed9-a85e-5c841acd3c8b.json

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

change/@react-native-windows-cli-90d9d9d5-7f9c-472d-91d0-63391467995f.json

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

change/@react-native-windows-codegen-93724621-56d5-41c0-b1f7-6be62c48490d.json

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

change/@react-native-windows-find-repo-root-b06d4bdc-cac5-4578-9f12-5778cae65d48.json

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

change/@react-native-windows-fs-a4c273de-e4e3-44b6-a480-8da7526c78fd.json

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

change/@react-native-windows-package-utils-7682784b-d4da-40d4-bb06-918c57cbb17d.json

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

change/@react-native-windows-telemetry-cc04da3e-c755-4ec0-9a8f-0cd42c6a2462.json

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

change/react-native-windows-525e6762-fab8-4894-ba87-884b54a05395.json

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"flow-enums-runtime": "^0.0.5"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "0.77.0",
20+
"@office-iss/react-native-win32": "0.77.1",
2121
"react": "18.0.0",
2222
"react-native": "^0.77.0"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "0.77.0",
25+
"@office-iss/react-native-win32": "0.77.1",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.30",
2828
"@rnw-scripts/just-task": "2.3.47",

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@office-iss/react-native-win32",
33
"entries": [
4+
{
5+
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
6+
"version": "0.77.1",
7+
"tag": "@office-iss/react-native-win32_v0.77.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "tatianakapos@microsoft.com",
12+
"package": "@office-iss/react-native-win32",
13+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
14+
"comment": "Promote 0.77 to legacy"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
621
"version": "0.77.0",

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

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

3-
<!-- This log was last generated on Fri, 24 Jan 2025 21:11:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 27 Feb 2025 20:13:38 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.1
8+
9+
Thu, 27 Feb 2025 20:13:38 GMT
10+
11+
### Patches
12+
13+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
14+
715
## 0.77.0
816

917
Fri, 24 Jan 2025 21:11:34 GMT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@office-iss/react-native-win32",
3-
"version": "0.77.0",
3+
"version": "0.77.1",
44
"description": "Implementation of react native on top of Office's Win32 platform.",
55
"repository": {
66
"type": "git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prettier": "2.8.8",
3434
"react": "18.3.1",
3535
"react-native": "0.77.0",
36-
"react-native-windows": "0.77.2",
36+
"react-native-windows": "0.77.3",
3737
"typescript": "5.0.4"
3838
},
3939
"files": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@react-native-windows/automation-channel": "^0.12.243",
22-
"@react-native-windows/fs": "0.77.0",
22+
"@react-native-windows/fs": "0.77.1",
2323
"@typescript-eslint/eslint-plugin": "^7.1.1",
2424
"@typescript-eslint/parser": "^7.1.1",
2525
"chalk": "^4.1.2",

packages/@react-native-windows/cli/CHANGELOG.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
22
"name": "@react-native-windows/cli",
33
"entries": [
4+
{
5+
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
6+
"version": "0.77.1",
7+
"tag": "@react-native-windows/cli_v0.77.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "tatianakapos@microsoft.com",
12+
"package": "@react-native-windows/cli",
13+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
14+
"comment": "Promote 0.77 to legacy"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/cli",
19+
"comment": "Bump @react-native-windows/codegen to v0.77.1",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@react-native-windows/cli",
25+
"comment": "Bump @react-native-windows/fs to v0.77.1",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@react-native-windows/cli",
31+
"comment": "Bump @react-native-windows/package-utils to v0.77.1",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@react-native-windows/cli",
37+
"comment": "Bump @react-native-windows/telemetry to v0.77.1",
38+
"commit": "not available"
39+
}
40+
]
41+
}
42+
},
443
{
544
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
645
"version": "0.77.0",

packages/@react-native-windows/cli/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - @react-native-windows/cli
22

3-
<!-- This log was last generated on Fri, 24 Jan 2025 21:11:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 27 Feb 2025 20:13:38 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.1
8+
9+
Thu, 27 Feb 2025 20:13:38 GMT
10+
11+
### Patches
12+
13+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
14+
- Bump @react-native-windows/codegen to v0.77.1
15+
- Bump @react-native-windows/fs to v0.77.1
16+
- Bump @react-native-windows/package-utils to v0.77.1
17+
- Bump @react-native-windows/telemetry to v0.77.1
18+
719
## 0.77.0
820

921
Fri, 24 Jan 2025 21:11:34 GMT

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/cli",
3-
"version": "0.77.0",
3+
"version": "0.77.1",
44
"license": "MIT",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -17,10 +17,10 @@
1717
"watch": "rnw-scripts watch"
1818
},
1919
"dependencies": {
20-
"@react-native-windows/codegen": "0.77.0",
21-
"@react-native-windows/fs": "0.77.0",
22-
"@react-native-windows/package-utils": "0.77.0",
23-
"@react-native-windows/telemetry": "0.77.0",
20+
"@react-native-windows/codegen": "0.77.1",
21+
"@react-native-windows/fs": "0.77.1",
22+
"@react-native-windows/package-utils": "0.77.1",
23+
"@react-native-windows/telemetry": "0.77.1",
2424
"@xmldom/xmldom": "^0.7.7",
2525
"chalk": "^4.1.0",
2626
"cli-spinners": "^2.2.0",

packages/@react-native-windows/codegen/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/codegen",
33
"entries": [
4+
{
5+
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
6+
"version": "0.77.1",
7+
"tag": "@react-native-windows/codegen_v0.77.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "tatianakapos@microsoft.com",
12+
"package": "@react-native-windows/codegen",
13+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
14+
"comment": "Promote 0.77 to legacy"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/codegen",
19+
"comment": "Bump @react-native-windows/fs to v0.77.1",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
627
"version": "0.77.0",

packages/@react-native-windows/codegen/CHANGELOG.md

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

3-
<!-- This log was last generated on Fri, 24 Jan 2025 21:11:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 27 Feb 2025 20:13:38 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.1
8+
9+
Thu, 27 Feb 2025 20:13:38 GMT
10+
11+
### Patches
12+
13+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
14+
- Bump @react-native-windows/fs to v0.77.1
15+
716
## 0.77.0
817

918
Fri, 24 Jan 2025 21:11:34 GMT

packages/@react-native-windows/codegen/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/codegen",
3-
"version": "0.77.0",
3+
"version": "0.77.1",
44
"description": "Generators for react-native-codegen targeting react-native-windows",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"react-native-windows-codegen": "./bin.js"
2323
},
2424
"dependencies": {
25-
"@react-native-windows/fs": "0.77.0",
25+
"@react-native-windows/fs": "0.77.1",
2626
"chalk": "^4.1.0",
2727
"globby": "^11.1.0",
2828
"mustache": "^4.0.1",

packages/@react-native-windows/find-repo-root/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/find-repo-root",
33
"entries": [
4+
{
5+
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
6+
"version": "0.77.1",
7+
"tag": "@react-native-windows/find-repo-root_v0.77.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "tatianakapos@microsoft.com",
12+
"package": "@react-native-windows/find-repo-root",
13+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
14+
"comment": "Promote 0.77 to legacy"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/find-repo-root",
19+
"comment": "Bump @react-native-windows/fs to v0.77.1",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
627
"version": "0.77.0",

packages/@react-native-windows/find-repo-root/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @react-native-windows/find-repo-root
22

3-
<!-- This log was last generated on Fri, 24 Jan 2025 21:11:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 27 Feb 2025 20:13:38 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.1
8+
9+
Thu, 27 Feb 2025 20:13:38 GMT
10+
11+
### Patches
12+
13+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
14+
- Bump @react-native-windows/fs to v0.77.1
15+
716
## 0.77.0
817

918
Fri, 24 Jan 2025 21:11:34 GMT

packages/@react-native-windows/find-repo-root/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/find-repo-root",
3-
"version": "0.77.0",
3+
"version": "0.77.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "rnw-scripts build",
@@ -16,7 +16,7 @@
1616
"directory": "packages/@react-native-windows/find-repo-root"
1717
},
1818
"dependencies": {
19-
"@react-native-windows/fs": "0.77.0",
19+
"@react-native-windows/fs": "0.77.1",
2020
"find-up": "^4.1.0"
2121
},
2222
"devDependencies": {

packages/@react-native-windows/fs/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/fs",
33
"entries": [
4+
{
5+
"date": "Thu, 27 Feb 2025 20:13:39 GMT",
6+
"version": "0.77.1",
7+
"tag": "@react-native-windows/fs_v0.77.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "tatianakapos@microsoft.com",
12+
"package": "@react-native-windows/fs",
13+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
14+
"comment": "Promote 0.77 to legacy"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 24 Jan 2025 21:11:35 GMT",
621
"version": "0.77.0",

0 commit comments

Comments
 (0)