@react-native-windows/codegen 0.66.0 → 0.66.1

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@react-native-windows/codegen",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 11 Oct 2021 15:06:48 GMT",
5
+ "date": "Mon, 24 Jan 2022 16:10:41 GMT",
6
+ "tag": "@react-native-windows/codegen_v0.66.1",
7
+ "version": "0.66.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Promote 0.66 to legacy",
12
+ "author": "ngerlem@microsoft.com",
13
+ "commit": "919d91a3e9845f9a60417fb8e47a36d7caedbc28",
14
+ "package": "@react-native-windows/codegen"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 11 Oct 2021 15:07:19 GMT",
6
21
  "tag": "@react-native-windows/codegen_v0.66.0",
7
22
  "version": "0.66.0",
8
23
  "comments": {
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 Mon, 11 Oct 2021 15:06:48 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jan 2022 16:10:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.66.0
7
+ ## 0.66.1
8
8
 
9
- Mon, 11 Oct 2021 15:06:48 GMT
9
+ Mon, 24 Jan 2022 16:10:41 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Promote 0.66 to latest (ngerlem@microsoft.com)
13
+ - Promote 0.66 to legacy (ngerlem@microsoft.com)
14
14
 
15
+ ## 0.66.0
16
+
17
+ Mon, 11 Oct 2021 15:07:19 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.66 to latest (ngerlem@microsoft.com)
22
+
15
23
  ## 0.66.0-preview.1
16
24
 
17
25
  Fri, 03 Sep 2021 18:48:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.66.0",
3
+ "version": "0.66.1",
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",
@@ -43,7 +43,7 @@
43
43
  "typescript": "^3.8.3"
44
44
  },
45
45
  "beachball": {
46
- "defaultNpmTag": "latest",
46
+ "defaultNpmTag": "v0.66-stable",
47
47
  "disallowedChangeTypes": [
48
48
  "major",
49
49
  "minor",