@react-native-windows/codegen 0.71.4 → 0.71.5

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 +13 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Tue, 13 Jun 2023 16:24:58 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 23 Jun 2023 18:18:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.71.4
7
+ ## 0.71.5
8
8
 
9
- Tue, 13 Jun 2023 16:24:58 GMT
9
+ Fri, 23 Jun 2023 18:18:39 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Support enum/union and T in Promise<T> in codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
13
+ - Promote 0.71 to legacy (jthysell@microsoft.com)
14
+ - Bump @react-native-windows/fs to v0.71.3
14
15
 
16
+ ## 0.71.4
17
+
18
+ Tue, 13 Jun 2023 16:25:28 GMT
19
+
20
+ ### Patches
21
+
22
+ - Support enum/union and T in Promise<T> in codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
23
+
15
24
  ## 0.71.3
16
25
 
17
26
  Thu, 13 Apr 2023 20:50:34 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.71.4",
3
+ "version": "0.71.5",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": "https://github.com/microsoft/react-native-windows",
@@ -18,7 +18,7 @@
18
18
  "react-native-windows-codegen": "./bin.js"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/fs": "0.71.2",
21
+ "@react-native-windows/fs": "0.71.3",
22
22
  "chalk": "^4.1.0",
23
23
  "globby": "^11.0.4",
24
24
  "mustache": "^4.0.1",
@@ -54,7 +54,7 @@
54
54
  "src"
55
55
  ],
56
56
  "beachball": {
57
- "defaultNpmTag": "latest",
57
+ "defaultNpmTag": "v0.71-stable",
58
58
  "disallowedChangeTypes": [
59
59
  "major",
60
60
  "minor",