Skip to content

Commit ef89f59

Browse files
committed
applying package updates ***NO_CI***
1 parent 2d5d440 commit ef89f59

24 files changed

+122
-53
lines changed

change/@react-native-windows-codegen-e7b6a9a3-a6de-499d-95bb-1510e5009dd2.json

-7
This file was deleted.

change/react-native-windows-585ee87a-351c-4ad1-9ea5-941d070d221c.json

-7
This file was deleted.

change/react-native-windows-62631742-8186-482d-8779-3bdc35d1a131.json

-7
This file was deleted.

change/react-native-windows-b340ab45-4e2d-4b6b-81c7-7a8a6671be80.json

-7
This file was deleted.

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

+1-1
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.1",
36-
"react-native-windows": "0.77.7",
36+
"react-native-windows": "0.77.8",
3737
"typescript": "5.0.4"
3838
},
3939
"files": [

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

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@react-native-windows/cli",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Apr 2025 15:27:13 GMT",
6+
"version": "0.77.3",
7+
"tag": "@react-native-windows/cli_v0.77.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@react-native-windows/cli",
13+
"comment": "Bump @react-native-windows/codegen to v0.77.2",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 07 Apr 2025 15:26:10 GMT",
621
"version": "0.77.2",

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @react-native-windows/cli
22

3-
<!-- This log was last generated on Mon, 07 Apr 2025 15:26:10 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 14 Apr 2025 15:27:13 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.3
8+
9+
Mon, 14 Apr 2025 15:27:13 GMT
10+
11+
### Patches
12+
13+
- Bump @react-native-windows/codegen to v0.77.2
14+
715
## 0.77.2
816

917
Mon, 07 Apr 2025 15:26:10 GMT

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/cli",
3-
"version": "0.77.2",
3+
"version": "0.77.3",
44
"license": "MIT",
55
"main": "lib-commonjs/index.js",
66
"repository": {
@@ -17,7 +17,7 @@
1717
"watch": "rnw-scripts watch"
1818
},
1919
"dependencies": {
20-
"@react-native-windows/codegen": "0.77.1",
20+
"@react-native-windows/codegen": "0.77.2",
2121
"@react-native-windows/fs": "0.77.1",
2222
"@react-native-windows/package-utils": "0.77.1",
2323
"@react-native-windows/telemetry": "0.77.1",

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

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@react-native-windows/codegen",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Apr 2025 15:27:12 GMT",
6+
"version": "0.77.2",
7+
"tag": "@react-native-windows/codegen_v0.77.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@react-native-windows/codegen",
13+
"commit": "961389282c21fbf131f21bca64845903eefbb568",
14+
"comment": "Fix UpdateState on generated base class"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
621
"version": "0.77.1",

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @react-native-windows/codegen
22

3-
<!-- This log was last generated on Thu, 27 Feb 2025 20:13:38 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 14 Apr 2025 15:27:12 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.2
8+
9+
Mon, 14 Apr 2025 15:27:12 GMT
10+
11+
### Patches
12+
13+
- Fix UpdateState on generated base class ([email protected])
14+
715
## 0.77.1
816

917
Thu, 27 Feb 2025 20:13:38 GMT

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-windows/codegen",
3-
"version": "0.77.1",
3+
"version": "0.77.2",
44
"description": "Generators for react-native-codegen targeting react-native-windows",
55
"main": "lib-commonjs/index.js",
66
"repository": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-native-picker/picker": "2.4.10",
2121
"react": "18.0.0",
2222
"react-native": "^0.77.0",
23-
"react-native-windows": "0.77.7",
23+
"react-native-windows": "0.77.8",
2424
"react-native-xaml": "^0.0.78"
2525
},
2626
"devDependencies": {
@@ -34,7 +34,7 @@
3434
"just-scripts": "^1.3.3",
3535
"react-native": "0.77.1",
3636
"react-native-platform-override": "^1.9.49",
37-
"react-native-windows": "0.77.7",
37+
"react-native-windows": "0.77.8",
3838
"typescript": "5.0.4"
3939
},
4040
"engines": {

packages/e2e-test-app-fabric/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/parser": "^7.1.1",
2222
"react": "^18.2.0",
2323
"react-native": "0.77.1",
24-
"react-native-windows": "0.77.7"
24+
"react-native-windows": "0.77.8"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.25.2",

packages/e2e-test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/parser": "^7.1.1",
2222
"react": "^18.2.0",
2323
"react-native": "0.77.1",
24-
"react-native-windows": "0.77.7",
24+
"react-native-windows": "0.77.8",
2525
"react-native-xaml": "^0.0.78"
2626
},
2727
"devDependencies": {

packages/integration-test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"chai": "^4.2.0",
1919
"react": "^18.2.0",
2020
"react-native": "0.77.1",
21-
"react-native-windows": "0.77.7"
21+
"react-native-windows": "0.77.8"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.25.2",

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^7.1.1",
1818
"react": "^18.2.0",
1919
"react-native": "0.77.1",
20-
"react-native-windows": "0.77.7"
20+
"react-native-windows": "0.77.8"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.25.2",

packages/react-native-windows-init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"yargs": "^16.2.0"
3838
},
3939
"devDependencies": {
40-
"@react-native-windows/cli": "0.77.2",
40+
"@react-native-windows/cli": "0.77.3",
4141
"@rnw-scripts/eslint-config": "1.2.30",
4242
"@rnw-scripts/jest-unittest-config": "1.5.11",
4343
"@rnw-scripts/just-task": "2.3.47",

packages/sample-app-fabric/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^7.1.1",
1818
"react": "^18.2.0",
1919
"react-native": "0.77.1",
20-
"react-native-windows": "0.77.7"
20+
"react-native-windows": "0.77.8"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.25.2",

packages/sample-apps/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@typescript-eslint/parser": "^7.1.1",
1818
"react": "^18.2.0",
1919
"react-native": "0.77.1",
20-
"react-native-windows": "0.77.7"
20+
"react-native-windows": "0.77.8"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.25.2",
2424
"@babel/eslint-parser": "^7.25.1",
2525
"@babel/runtime": "^7.20.0",
2626
"@react-native-community/cli": "^15.0.0",
27-
"@react-native-windows/cli": "0.77.2",
28-
"@react-native-windows/codegen": "0.77.1",
27+
"@react-native-windows/cli": "0.77.3",
28+
"@react-native-windows/codegen": "0.77.2",
2929
"@react-native/metro-config": "0.77.0-nightly-20241001-223e98cc4",
3030
"@rnw-scripts/babel-react-native-config": "0.0.0",
3131
"@rnw-scripts/eslint-config": "1.2.30",

packages/sample-custom-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^18.2.6",
2424
"react": "^18.2.0",
2525
"react-native": "0.77.1",
26-
"react-native-windows": "0.77.7"
26+
"react-native-windows": "0.77.8"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.25.2",

vnext/CHANGELOG.json

+39
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Apr 2025 15:27:12 GMT",
6+
"version": "0.77.8",
7+
"tag": "react-native-windows_v0.77.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-windows",
13+
"commit": "2d5d4403e856e1c3862117ce5e30c39781eeb69d",
14+
"comment": "Fix Narrator Bug"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "react-native-windows",
19+
"commit": "0560f78e0bd1d8d677335e4386b67dede9267525",
20+
"comment": "Enforce SendPendingMessages in dispatch queue (#14487)"
21+
},
22+
{
23+
"author": "[email protected]",
24+
"package": "react-native-windows",
25+
"commit": "961389282c21fbf131f21bca64845903eefbb568",
26+
"comment": "Allow portals to have independent layout constraints and scale factor (#14315)"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "react-native-windows",
31+
"comment": "Bump @react-native-windows/cli to v0.77.3",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "react-native-windows",
37+
"comment": "Bump @react-native-windows/codegen to v0.77.2",
38+
"commit": "not available"
39+
}
40+
]
41+
}
42+
},
443
{
544
"date": "Mon, 07 Apr 2025 15:26:10 GMT",
645
"version": "0.77.7",

vnext/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - react-native-windows
22

3-
<!-- This log was last generated on Mon, 07 Apr 2025 15:26:10 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 14 Apr 2025 15:27:12 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.77.8
8+
9+
Mon, 14 Apr 2025 15:27:12 GMT
10+
11+
### Patches
12+
13+
- Fix Narrator Bug ([email protected])
14+
- Enforce SendPendingMessages in dispatch queue (#14487) ([email protected])
15+
- Allow portals to have independent layout constraints and scale factor (#14315) ([email protected])
16+
- Bump @react-native-windows/cli to v0.77.3
17+
- Bump @react-native-windows/codegen to v0.77.2
18+
719
## 0.77.7
820

921
Mon, 07 Apr 2025 15:26:10 GMT

vnext/PropertySheets/Generated/PackageVersion.g.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
-->
1111
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1212
<PropertyGroup>
13-
<ReactNativeWindowsVersion>0.77.7</ReactNativeWindowsVersion>
13+
<ReactNativeWindowsVersion>0.77.8</ReactNativeWindowsVersion>
1414
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
1515
<ReactNativeWindowsMinor>77</ReactNativeWindowsMinor>
16-
<ReactNativeWindowsPatch>7</ReactNativeWindowsPatch>
16+
<ReactNativeWindowsPatch>8</ReactNativeWindowsPatch>
1717
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18-
<ReactNativeWindowsCommitId>57e6a39ef4f9f12fe8ec098dc73d6909a455690d</ReactNativeWindowsCommitId>
18+
<ReactNativeWindowsCommitId>2d5d4403e856e1c3862117ce5e30c39781eeb69d</ReactNativeWindowsCommitId>
1919
</PropertyGroup>
2020
</Project>

vnext/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.77.7",
3+
"version": "0.77.8",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"@react-native-community/cli": "^15.0.0",
2727
"@react-native-community/cli-platform-android": "^15.0.0",
2828
"@react-native-community/cli-platform-ios": "^15.0.0",
29-
"@react-native-windows/cli": "0.77.2",
29+
"@react-native-windows/cli": "0.77.3",
3030
"@react-native/assets": "1.0.0",
3131
"@react-native/assets-registry": "0.77.1",
3232
"@react-native/codegen": "0.77.1",
@@ -69,7 +69,7 @@
6969
"yargs": "^17.6.2"
7070
},
7171
"devDependencies": {
72-
"@react-native-windows/codegen": "0.77.1",
72+
"@react-native-windows/codegen": "0.77.2",
7373
"@react-native/metro-config": "0.77.0-nightly-20241001-223e98cc4",
7474
"@rnw-scripts/babel-react-native-config": "0.0.0",
7575
"@rnw-scripts/eslint-config": "1.2.30",

0 commit comments

Comments
 (0)