Skip to content

Commit 7aa484c

Browse files
committed
applying package updates ***NO_CI***
1 parent 2bdaa5c commit 7aa484c

File tree

12 files changed

+36
-20
lines changed

12 files changed

+36
-20
lines changed

change/react-native-windows-ad718918-4357-4159-a94e-c6d14bb6c3bf.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "2.8.8",
3333
"react": "18.2.0",
3434
"react-native": "0.74.7",
35-
"react-native-windows": "0.74.44",
35+
"react-native-windows": "0.74.45",
3636
"typescript": "5.0.4"
3737
},
3838
"files": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-native-picker/picker": "2.4.10",
2020
"react": "18.0.0",
2121
"react-native": "^0.74.0",
22-
"react-native-windows": "0.74.44",
22+
"react-native-windows": "0.74.45",
2323
"react-native-xaml": "^0.0.78"
2424
},
2525
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"just-scripts": "^1.3.3",
3434
"react-native": "0.74.7",
3535
"react-native-platform-override": "^1.9.25",
36-
"react-native-windows": "0.74.44",
36+
"react-native-windows": "0.74.45",
3737
"typescript": "5.0.4"
3838
},
3939
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/parser": "^5.21.0",
2222
"react": "18.2.0",
2323
"react-native": "0.74.7",
24-
"react-native-windows": "0.74.44"
24+
"react-native-windows": "0.74.45"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.20.0",

packages/e2e-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/parser": "^5.21.0",
2222
"react": "18.2.0",
2323
"react-native": "0.74.7",
24-
"react-native-windows": "0.74.44",
24+
"react-native-windows": "0.74.45",
2525
"react-native-xaml": "^0.0.78"
2626
},
2727
"devDependencies": {

packages/integration-test-app/package.json

Lines changed: 1 addition & 1 deletion
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.74.7",
21-
"react-native-windows": "0.74.44"
21+
"react-native-windows": "0.74.45"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.20.0",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^5.21.0",
1818
"react": "18.2.0",
1919
"react-native": "0.74.7",
20-
"react-native-windows": "0.74.44"
20+
"react-native-windows": "0.74.45"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.20.0",

packages/sample-apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^5.57.1",
1818
"react": "18.2.0",
1919
"react-native": "0.74.7",
20-
"react-native-windows": "0.74.44"
20+
"react-native-windows": "0.74.45"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.20.0",

vnext/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",
33
"entries": [
4+
{
5+
"date": "Tue, 20 May 2025 23:30:04 GMT",
6+
"version": "0.74.45",
7+
"tag": "react-native-windows_v0.74.45",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "acoates@microsoft.com",
12+
"package": "react-native-windows",
13+
"commit": "2bdaa5c1f325505be2d0ee9c8f4347594b480d18",
14+
"comment": "Fix await on new arch - switching to CallInvoker for TM callbacks"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 28 Apr 2025 15:24:30 GMT",
621
"version": "0.74.44",

vnext/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
22

3-
This log was last generated on Mon, 28 Apr 2025 15:24:30 GMT and should not be manually modified.
3+
This log was last generated on Tue, 20 May 2025 23:30:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.74.45
8+
9+
Tue, 20 May 2025 23:30:04 GMT
10+
11+
### Patches
12+
13+
- Fix await on new arch - switching to CallInvoker for TM callbacks (acoates@microsoft.com)
14+
715
## 0.74.44
816

917
Mon, 28 Apr 2025 15:24:30 GMT

vnext/PropertySheets/Generated/PackageVersion.g.props

Lines changed: 3 additions & 3 deletions
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.74.44</ReactNativeWindowsVersion>
13+
<ReactNativeWindowsVersion>0.74.45</ReactNativeWindowsVersion>
1414
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
1515
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
16-
<ReactNativeWindowsPatch>44</ReactNativeWindowsPatch>
16+
<ReactNativeWindowsPatch>45</ReactNativeWindowsPatch>
1717
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18-
<ReactNativeWindowsCommitId>47d2ccdf0c6c9819757e442c98a6ce79763f67a6</ReactNativeWindowsCommitId>
18+
<ReactNativeWindowsCommitId>2bdaa5c1f325505be2d0ee9c8f4347594b480d18</ReactNativeWindowsCommitId>
1919
</PropertyGroup>
2020
</Project>

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.74.44",
3+
"version": "0.74.45",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)