@react-native-windows/codegen 0.0.0-canary.28 → 0.0.0-canary.29
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 -4
- package/package.json +2 -2
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
|
|
3
|
+
This log was last generated on Fri, 01 Apr 2022 05:08:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.29
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 01 Apr 2022 05:08:52 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
- Fix
|
|
13
|
+
- Fix publish after promotion to preview (ngerlem@microsoft.com)
|
|
14
|
+
- Bump @react-native-windows/fs to v0.0.0-canary.1
|
|
14
15
|
|
|
16
|
+
## 0.0.0-canary.28
|
|
17
|
+
|
|
18
|
+
Wed, 09 Mar 2022 06:09:07 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Fix turbo module codegen to generate correct import statement and registration (53799235+ZihanChen-MSFT@users.noreply.github.com)
|
|
23
|
+
|
|
15
24
|
## 0.0.0-canary.27
|
|
16
25
|
|
|
17
26
|
Fri, 04 Mar 2022 06:09:13 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/codegen",
|
|
3
|
-
"version": "0.0.0-canary.
|
|
3
|
+
"version": "0.0.0-canary.29",
|
|
4
4
|
"description": "Generators for react-native-codegen targeting react-native-windows",
|
|
5
5
|
"main": "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": "^
|
|
21
|
+
"@react-native-windows/fs": "^0.0.0-canary.1",
|
|
22
22
|
"chalk": "^4.1.0",
|
|
23
23
|
"globby": "^9.2.0",
|
|
24
24
|
"mustache": "^4.0.1",
|