@react-native-windows/cli 0.67.1 → 0.67.3

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,90 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 14 Nov 2022 16:09:48 GMT",
6
+ "tag": "@react-native-windows/cli_v0.67.3",
7
+ "version": "0.67.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "@react-native-windows/cli",
13
+ "commit": "ea73b0256684b8622e7b75d7ca2f2b6f87f1de7c",
14
+ "comment": "[0.67] CG 11/7/22: Update `@xmldom/xmldom`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 04 Apr 2022 15:13:28 GMT",
21
+ "tag": "@react-native-windows/cli_v0.67.2",
22
+ "version": "0.67.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "34109996+chiaramooney@users.noreply.github.com",
27
+ "package": "@react-native-windows/cli",
28
+ "commit": "not available",
29
+ "comment": "Promote 0.67 to legacy"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@react-native-windows/cli",
34
+ "comment": "Bump @react-native-windows/package-utils to v0.67.1",
35
+ "commit": "4d4f19bef79e0fb2f6198b18c9e77d0da98a6938"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@react-native-windows/cli",
40
+ "comment": "Bump @react-native-windows/telemetry to v0.67.1",
41
+ "commit": "4d4f19bef79e0fb2f6198b18c9e77d0da98a6938"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Mon, 04 Apr 2022 15:12:54 GMT",
48
+ "tag": "@react-native-windows/cli_v0.67.2",
49
+ "version": "0.67.2",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "34109996+chiaramooney@users.noreply.github.com",
54
+ "package": "@react-native-windows/cli",
55
+ "commit": "f4f970be35618e9942c5c96e6c15c88f8426c91c",
56
+ "comment": "Promote 0.67 to legacy"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@react-native-windows/cli",
61
+ "comment": "Bump @react-native-windows/package-utils to v0.67.1",
62
+ "commit": "e92602643cb768e9ce34430e9800d76769a31a2a"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@react-native-windows/cli",
67
+ "comment": "Bump @react-native-windows/telemetry to v0.67.1",
68
+ "commit": "e92602643cb768e9ce34430e9800d76769a31a2a"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Mon, 21 Feb 2022 16:18:09 GMT",
75
+ "tag": "@react-native-windows/cli_v0.67.1",
76
+ "version": "0.67.1",
77
+ "comments": {
78
+ "patch": [
79
+ {
80
+ "author": "jthysell@microsoft.com",
81
+ "package": "@react-native-windows/cli",
82
+ "commit": "not available",
83
+ "comment": "[0.67] fix(cli): fix cache not being used when there are no dependencies"
84
+ }
85
+ ]
86
+ }
87
+ },
4
88
  {
5
89
  "date": "Mon, 21 Feb 2022 16:17:54 GMT",
6
90
  "tag": "@react-native-windows/cli_v0.67.1",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,53 @@
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, 14 Nov 2022 16:09:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.67.1
7
+ ## 0.67.3
8
8
 
9
- Mon, 21 Feb 2022 16:17:54 GMT
9
+ Mon, 14 Nov 2022 16:09:48 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
+ - [0.67] CG 11/7/22: Update `@xmldom/xmldom` (jthysell@microsoft.com)
14
14
 
15
+ ## 0.67.2
16
+
17
+ Mon, 04 Apr 2022 15:13:28 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.67 to legacy (34109996+chiaramooney@users.noreply.github.com)
22
+ - Bump @react-native-windows/package-utils to v0.67.1
23
+ - Bump @react-native-windows/telemetry to v0.67.1
24
+
25
+ ## 0.67.2
26
+
27
+ Mon, 04 Apr 2022 15:12:54 GMT
28
+
29
+ ### Patches
30
+
31
+ - Promote 0.67 to legacy (34109996+chiaramooney@users.noreply.github.com)
32
+ - Bump @react-native-windows/package-utils to v0.67.1
33
+ - Bump @react-native-windows/telemetry to v0.67.1
34
+
35
+ ## 0.67.1
36
+
37
+ Mon, 21 Feb 2022 16:18:09 GMT
38
+
39
+ ### Patches
40
+
41
+ - [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
42
+
43
+ ## 0.67.1
44
+
45
+ Mon, 21 Feb 2022 16:17:54 GMT
46
+
47
+ ### Patches
48
+
49
+ - [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
50
+
15
51
  ## 0.67.0
16
52
 
17
53
  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.3",
4
4
  "license": "MIT",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -17,9 +17,9 @@
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",
22
- "@xmldom/xmldom": "^0.7.5",
20
+ "@react-native-windows/package-utils": "0.67.1",
21
+ "@react-native-windows/telemetry": "0.67.1",
22
+ "@xmldom/xmldom": "^0.7.7",
23
23
  "chalk": "^4.1.0",
24
24
  "cli-spinners": "^2.2.0",
25
25
  "envinfo": "^7.5.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",