@react-native-windows/codegen 0.67.0 → 0.67.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
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 04 Apr 2022 15:12:54 GMT",
6
+ "tag": "@react-native-windows/codegen_v0.67.1",
7
+ "version": "0.67.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@react-native-windows/codegen",
13
+ "commit": "f4f970be35618e9942c5c96e6c15c88f8426c91c",
14
+ "comment": "Promote 0.67 to legacy"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 24 Jan 2022 16:13:22 GMT",
21
+ "tag": "@react-native-windows/codegen_v0.67.0",
22
+ "version": "0.67.0",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "ngerlem@microsoft.com",
27
+ "package": "@react-native-windows/codegen",
28
+ "commit": "not available",
29
+ "comment": "Promote 0.67 to latest"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Mon, 24 Jan 2022 16:12:32 GMT",
6
36
  "tag": "@react-native-windows/codegen_v0.67.0",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 16:12:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 04 Apr 2022 15:12:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.67.0
7
+ ## 0.67.1
8
8
 
9
- Mon, 24 Jan 2022 16:12:32 GMT
9
+ Mon, 04 Apr 2022 15:12:54 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Promote 0.67 to latest (ngerlem@microsoft.com)
13
+ - Promote 0.67 to legacy (34109996+chiaramooney@users.noreply.github.com)
14
14
 
15
+ ## 0.67.0
16
+
17
+ Mon, 24 Jan 2022 16:13:22 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.67 to latest (ngerlem@microsoft.com)
22
+
23
+ ## 0.67.0
24
+
25
+ Mon, 24 Jan 2022 16:12:32 GMT
26
+
27
+ ### Patches
28
+
29
+ - Promote 0.67 to latest (ngerlem@microsoft.com)
30
+
15
31
  ## 0.67.0-preview.1
16
32
 
17
33
  Mon, 25 Oct 2021 15:07:48 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.67.0",
3
+ "version": "0.67.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",
@@ -50,7 +50,7 @@
50
50
  "src"
51
51
  ],
52
52
  "beachball": {
53
- "defaultNpmTag": "latest",
53
+ "defaultNpmTag": "v0.67-stable",
54
54
  "disallowedChangeTypes": [
55
55
  "major",
56
56
  "minor",