Skip to content

Commit 0f9d266

Browse files
committed
applying package updates ***NO_CI***
1 parent c15cbb7 commit 0f9d266

File tree

12 files changed

+36
-20
lines changed

12 files changed

+36
-20
lines changed

change/react-native-windows-94cad441-d079-4e22-bfcc-f2beb900bad1.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.5",
35-
"react-native-windows": "0.74.28",
35+
"react-native-windows": "0.74.29",
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.28",
22+
"react-native-windows": "0.74.29",
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.5",
3535
"react-native-platform-override": "^1.9.25",
36-
"react-native-windows": "0.74.28",
36+
"react-native-windows": "0.74.29",
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.5",
24-
"react-native-windows": "0.74.28"
24+
"react-native-windows": "0.74.29"
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.5",
24-
"react-native-windows": "0.74.28",
24+
"react-native-windows": "0.74.29",
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.5",
21-
"react-native-windows": "0.74.28"
21+
"react-native-windows": "0.74.29"
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.5",
20-
"react-native-windows": "0.74.28"
20+
"react-native-windows": "0.74.29"
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.5",
20-
"react-native-windows": "0.74.28"
20+
"react-native-windows": "0.74.29"
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": "Wed, 08 Jan 2025 20:05:17 GMT",
6+
"version": "0.74.29",
7+
"tag": "react-native-windows_v0.74.29",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-windows",
13+
"commit": "c15cbb774b3faa73f63778955cc8a4085e39210e",
14+
"comment": "std::aligned_storage is deprecated"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 07 Jan 2025 22:01:59 GMT",
621
"version": "0.74.28",

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 Tue, 07 Jan 2025 22:01:59 GMT and should not be manually modified.
3+
This log was last generated on Wed, 08 Jan 2025 20:05:17 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.74.29
8+
9+
Wed, 08 Jan 2025 20:05:17 GMT
10+
11+
### Patches
12+
13+
- std::aligned_storage is deprecated ([email protected])
14+
715
## 0.74.28
816

917
Tue, 07 Jan 2025 22:01:59 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.28</ReactNativeWindowsVersion>
13+
<ReactNativeWindowsVersion>0.74.29</ReactNativeWindowsVersion>
1414
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
1515
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
16-
<ReactNativeWindowsPatch>28</ReactNativeWindowsPatch>
16+
<ReactNativeWindowsPatch>29</ReactNativeWindowsPatch>
1717
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18-
<ReactNativeWindowsCommitId>5ba9938ca2e5f47ca374e84cc22cfdd07b2eb634</ReactNativeWindowsCommitId>
18+
<ReactNativeWindowsCommitId>c15cbb774b3faa73f63778955cc8a4085e39210e</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.28",
3+
"version": "0.74.29",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)