@react-native-windows/codegen 0.0.0-canary.38 → 0.0.0-canary.39

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 +12 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Fri, 07 Oct 2022 05:11:14 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 15 Oct 2022 05:11:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.38
7
+ ## 0.0.0-canary.39
8
8
 
9
- Fri, 07 Oct 2022 05:11:14 GMT
9
+ Sat, 15 Oct 2022 05:11:00 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Remove extra paren in codegen output (30809111+acoates-ms@users.noreply.github.com)
13
+ - Bump @react-native-windows/fs to v0.0.0-canary.7
14
14
 
15
+ ## 0.0.0-canary.38
16
+
17
+ Fri, 07 Oct 2022 05:11:46 GMT
18
+
19
+ ### Changes
20
+
21
+ - Remove extra paren in codegen output (30809111+acoates-ms@users.noreply.github.com)
22
+
15
23
  ## 0.0.0-canary.37
16
24
 
17
25
  Wed, 05 Oct 2022 05:13:46 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.38",
3
+ "version": "0.0.0-canary.39",
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.0.0-canary.6",
21
+ "@react-native-windows/fs": "^0.0.0-canary.7",
22
22
  "@typescript-eslint/eslint-plugin": "^5.30.5",
23
23
  "@typescript-eslint/parser": "^5.30.5",
24
24
  "chalk": "^4.1.0",