@react-native-windows/codegen 0.82.0-preview.2 → 0.82.0
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 +24 -15
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
|
-
# Change Log - @react-native-windows/codegen
|
|
2
|
-
|
|
3
|
-
<!-- This log was last generated on
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 0.82.0
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
1
|
+
# Change Log - @react-native-windows/codegen
|
|
2
|
+
|
|
3
|
+
<!-- This log was last generated on Thu, 12 Mar 2026 14:15:44 GMT and should not be manually modified. -->
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 0.82.0
|
|
8
|
+
|
|
9
|
+
Thu, 12 Mar 2026 14:15:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Promote 0.82 to latest (74712637+iamAbhi-916@users.noreply.github.com)
|
|
14
|
+
- Bump @react-native-windows/fs to v0.82.0
|
|
15
|
+
|
|
16
|
+
## 0.82.0-preview.2
|
|
17
|
+
|
|
18
|
+
Tue, 20 Jan 2026 18:42:50 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- forking GenerateModuleCpp (66076509+vineethkuttan@users.noreply.github.com)
|
|
23
|
+
|
|
15
24
|
## 0.82.0-preview.1
|
|
16
25
|
|
|
17
26
|
Wed, 14 Jan 2026 13:07:18 GMT
|
|
@@ -1393,4 +1402,4 @@ Thu, 23 Apr 2020 00:04:37 GMT
|
|
|
1393
1402
|
|
|
1394
1403
|
### Patches
|
|
1395
1404
|
|
|
1396
|
-
- Initial react-native-windows-codegen (acoates@microsoft.com)
|
|
1405
|
+
- 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.82.0
|
|
3
|
+
"version": "0.82.0",
|
|
4
4
|
"description": "Generators for react-native-codegen targeting react-native-windows",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-native-windows-codegen": "./bin.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-native-windows/fs": "0.82.0
|
|
25
|
+
"@react-native-windows/fs": "0.82.0",
|
|
26
26
|
"chalk": "^4.1.0",
|
|
27
27
|
"globby": "^11.1.0",
|
|
28
28
|
"minimatch": "^10.0.3",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"src"
|
|
59
59
|
],
|
|
60
60
|
"beachball": {
|
|
61
|
-
"defaultNpmTag": "
|
|
61
|
+
"defaultNpmTag": "latest",
|
|
62
62
|
"disallowedChangeTypes": [
|
|
63
63
|
"major",
|
|
64
64
|
"minor",
|
|
65
|
-
"
|
|
65
|
+
"prerelease",
|
|
66
66
|
"premajor",
|
|
67
67
|
"preminor",
|
|
68
68
|
"prepatch"
|