@react-native-windows/cli 0.67.1 → 0.67.2

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,48 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 04 Apr 2022 15:12:54 GMT",
6
+ "tag": "@react-native-windows/cli_v0.67.2",
7
+ "version": "0.67.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "34109996+chiaramooney@users.noreply.github.com",
12
+ "package": "@react-native-windows/cli",
13
+ "commit": "f4f970be35618e9942c5c96e6c15c88f8426c91c",
14
+ "comment": "Promote 0.67 to legacy"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@react-native-windows/cli",
19
+ "comment": "Bump @react-native-windows/package-utils to v0.67.1",
20
+ "commit": "e92602643cb768e9ce34430e9800d76769a31a2a"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@react-native-windows/cli",
25
+ "comment": "Bump @react-native-windows/telemetry to v0.67.1",
26
+ "commit": "e92602643cb768e9ce34430e9800d76769a31a2a"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 21 Feb 2022 16:18:09 GMT",
33
+ "tag": "@react-native-windows/cli_v0.67.1",
34
+ "version": "0.67.1",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "jthysell@microsoft.com",
39
+ "package": "@react-native-windows/cli",
40
+ "commit": "not available",
41
+ "comment": "[0.67] fix(cli): fix cache not being used when there are no dependencies"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "date": "Mon, 21 Feb 2022 16:17:54 GMT",
6
48
  "tag": "@react-native-windows/cli_v0.67.1",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @react-native-windows/cli
2
2
 
3
- This log was last generated on Mon, 21 Feb 2022 16:17:54 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.1
7
+ ## 0.67.2
8
8
 
9
- Mon, 21 Feb 2022 16:17:54 GMT
9
+ Mon, 04 Apr 2022 15:12:54 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
13
+ - Promote 0.67 to legacy (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/package-utils to v0.67.1
15
+ - Bump @react-native-windows/telemetry to v0.67.1
14
16
 
17
+ ## 0.67.1
18
+
19
+ Mon, 21 Feb 2022 16:18:09 GMT
20
+
21
+ ### Patches
22
+
23
+ - [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
24
+
25
+ ## 0.67.1
26
+
27
+ Mon, 21 Feb 2022 16:17:54 GMT
28
+
29
+ ### Patches
30
+
31
+ - [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
32
+
15
33
  ## 0.67.0
16
34
 
17
35
  Mon, 24 Jan 2022 16:13:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
- "version": "0.67.1",
3
+ "version": "0.67.2",
4
4
  "license": "MIT",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -17,8 +17,8 @@
17
17
  "watch": "rnw-scripts watch"
18
18
  },
19
19
  "dependencies": {
20
- "@react-native-windows/package-utils": "0.67.0",
21
- "@react-native-windows/telemetry": "0.67.0",
20
+ "@react-native-windows/package-utils": "0.67.1",
21
+ "@react-native-windows/telemetry": "0.67.1",
22
22
  "@xmldom/xmldom": "^0.7.5",
23
23
  "chalk": "^4.1.0",
24
24
  "cli-spinners": "^2.2.0",
@@ -67,7 +67,7 @@
67
67
  "powershell"
68
68
  ],
69
69
  "beachball": {
70
- "defaultNpmTag": "latest",
70
+ "defaultNpmTag": "v0.67-stable",
71
71
  "disallowedChangeTypes": [
72
72
  "major",
73
73
  "minor",