@react-native-windows/cli 0.67.2 → 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,48 @@
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
+ },
4
46
  {
5
47
  "date": "Mon, 04 Apr 2022 15:12:54 GMT",
6
48
  "tag": "@react-native-windows/cli_v0.67.2",
package/CHANGELOG.md CHANGED
@@ -1,19 +1,37 @@
1
1
  # Change Log - @react-native-windows/cli
2
2
 
3
- This log was last generated on Mon, 04 Apr 2022 15:12: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.2
7
+ ## 0.67.3
8
8
 
9
- Mon, 04 Apr 2022 15:12:54 GMT
9
+ Mon, 14 Nov 2022 16:09:48 GMT
10
10
 
11
11
  ### Patches
12
12
 
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
13
+ - [0.67] CG 11/7/22: Update `@xmldom/xmldom` (jthysell@microsoft.com)
16
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
+
17
35
  ## 0.67.1
18
36
 
19
37
  Mon, 21 Feb 2022 16:18:09 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
- "version": "0.67.2",
3
+ "version": "0.67.3",
4
4
  "license": "MIT",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@react-native-windows/package-utils": "0.67.1",
21
21
  "@react-native-windows/telemetry": "0.67.1",
22
- "@xmldom/xmldom": "^0.7.5",
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",