@react-native-windows/codegen 0.72.0-preview.1 → 0.72.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,36 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Mon, 01 May 2023 16:41:45 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 23 Jun 2023 22:29:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.72.0-preview.1
7
+ ## 0.72.0
8
8
 
9
- Mon, 01 May 2023 16:41:45 GMT
9
+ Fri, 23 Jun 2023 22:29:26 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Promote 0.72 to preview (34109996+chiaramooney@users.noreply.github.com)
14
- - Bump @react-native-windows/fs to v0.72.0-preview.1
13
+ - Promote 0.72 to latest (jthysell@microsoft.com)
14
+ - Bump @react-native-windows/fs to v0.72.0
15
15
 
16
+ ## 0.72.0-preview.2
17
+
18
+ Thu, 04 May 2023 20:58:54 GMT
19
+
20
+ ### Changes
21
+
22
+ - Backport Node 16 (34109996+chiaramooney@users.noreply.github.com)
23
+ - Bump @react-native-windows/fs to v0.72.0-preview.2
24
+
25
+ ## 0.72.0-preview.1
26
+
27
+ Mon, 01 May 2023 16:43:58 GMT
28
+
29
+ ### Changes
30
+
31
+ - Promote 0.72 to preview (34109996+chiaramooney@users.noreply.github.com)
32
+ - Bump @react-native-windows/fs to v0.72.0-preview.1
33
+
16
34
  ## 0.0.0-canary.54
17
35
 
18
36
  Tue, 21 Mar 2023 21:21:55 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.72.0-preview.1",
3
+ "version": "0.72.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.72.0-preview.1",
25
+ "@react-native-windows/fs": "0.72.0",
26
26
  "chalk": "^4.1.0",
27
27
  "globby": "^11.0.4",
28
28
  "mustache": "^4.0.1",
@@ -36,7 +36,7 @@
36
36
  "@rnw-scripts/ts-config": "2.0.3",
37
37
  "@types/chalk": "^2.2.0",
38
38
  "@types/jest": "^29.2.2",
39
- "@types/node": "^14.14.22",
39
+ "@types/node": "^16.0.0",
40
40
  "@types/yargs": "16.0.0",
41
41
  "@typescript-eslint/eslint-plugin": "^5.30.5",
42
42
  "@typescript-eslint/parser": "^5.30.5",
@@ -57,15 +57,15 @@
57
57
  "src"
58
58
  ],
59
59
  "beachball": {
60
- "defaultNpmTag": "preview",
60
+ "defaultNpmTag": "latest",
61
61
  "disallowedChangeTypes": [
62
62
  "major",
63
63
  "minor",
64
- "patch"
64
+ "prerelease"
65
65
  ]
66
66
  },
67
67
  "promoteRelease": true,
68
68
  "engines": {
69
- "node": ">= 14"
69
+ "node": ">= 16"
70
70
  }
71
71
  }