@react-native-windows/codegen 0.72.3 → 0.72.4
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.
- package/CHANGELOG.md +13 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/codegen
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 01 Jul 2024 15:15:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.72.
|
|
7
|
+
## 0.72.4
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 01 Jul 2024 15:15:55 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @react-native-windows/fs to v0.72.1
|
|
13
|
+
- SFI: Component Governance fixes 6/19/24 (jthysell@microsoft.com)
|
|
15
14
|
|
|
15
|
+
## 0.72.3
|
|
16
|
+
|
|
17
|
+
Fri, 08 Dec 2023 00:49:16 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Promote 0.72 to legacy (tatianakapos@microsoft.com)
|
|
22
|
+
- Bump @react-native-windows/fs to v0.72.1
|
|
23
|
+
|
|
16
24
|
## 0.72.2
|
|
17
25
|
|
|
18
26
|
Mon, 21 Aug 2023 15:14:01 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/codegen",
|
|
3
|
-
"version": "0.72.
|
|
3
|
+
"version": "0.72.4",
|
|
4
4
|
"description": "Generators for react-native-codegen targeting react-native-windows",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@react-native-windows/fs": "0.72.1",
|
|
26
26
|
"chalk": "^4.1.0",
|
|
27
|
-
"globby": "^11.0
|
|
27
|
+
"globby": "^11.1.0",
|
|
28
28
|
"mustache": "^4.0.1",
|
|
29
29
|
"source-map-support": "^0.5.19",
|
|
30
30
|
"yargs": "^16.2.0"
|