@react-native-windows/codegen 0.74.8 → 0.74.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -15
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
- # Change Log - @react-native-windows/codegen
2
-
3
- This log was last generated on Fri, 07 Mar 2025 20:21:22 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.74.8
8
-
9
- Fri, 07 Mar 2025 20:21:22 GMT
10
-
11
- ### Patches
12
-
13
- - Fix build issue building component codegen using clang (30809111+acoates-ms@users.noreply.github.com)
14
-
1
+ # Change Log - @react-native-windows/codegen
2
+
3
+ <!-- This log was last generated on Thu, 19 Mar 2026 04:56:08 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 0.74.9
8
+
9
+ Thu, 19 Mar 2026 04:56:08 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix publish pipeline (vmorozov@microsoft.com)
14
+
15
+ ## 0.74.8
16
+
17
+ Fri, 07 Mar 2025 20:21:59 GMT
18
+
19
+ ### Patches
20
+
21
+ - Fix build issue building component codegen using clang (30809111+acoates-ms@users.noreply.github.com)
22
+
15
23
  ## 0.74.7
16
24
 
17
25
  Mon, 03 Feb 2025 19:38:49 GMT
@@ -1012,4 +1020,4 @@ Thu, 23 Apr 2020 00:04:37 GMT
1012
1020
 
1013
1021
  ### Patches
1014
1022
 
1015
- - Initial react-native-windows-codegen (acoates@microsoft.com)
1023
+ - Initial react-native-windows-codegen (acoates@microsoft.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.74.8",
3
+ "version": "0.74.9",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {