@react-native-windows/cli 0.66.1 → 0.66.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
@@ -2,7 +2,22 @@
2
2
  "name": "@react-native-windows/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 15 Nov 2021 16:09:26 GMT",
5
+ "date": "Mon, 24 Jan 2022 16:10:41 GMT",
6
+ "tag": "@react-native-windows/cli_v0.66.2",
7
+ "version": "0.66.2",
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/cli"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 15 Nov 2021 16:09:53 GMT",
6
21
  "tag": "@react-native-windows/cli_v0.66.1",
7
22
  "version": "0.66.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - @react-native-windows/cli
2
2
 
3
- This log was last generated on Mon, 15 Nov 2021 16:09:26 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.1
7
+ ## 0.66.2
8
8
 
9
- Mon, 15 Nov 2021 16:09:26 GMT
9
+ Mon, 24 Jan 2022 16:10:41 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - [0.66] Fix autolinking to support solution files using LF instead of CRLF (jthysell@microsoft.com)
13
+ - Promote 0.66 to legacy (ngerlem@microsoft.com)
14
14
 
15
+ ## 0.66.1
16
+
17
+ Mon, 15 Nov 2021 16:09:53 GMT
18
+
19
+ ### Patches
20
+
21
+ - [0.66] Fix autolinking to support solution files using LF instead of CRLF (jthysell@microsoft.com)
22
+
15
23
  ## 0.66.0
16
24
 
17
25
  Mon, 11 Oct 2021 15:07:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
- "version": "0.66.1",
3
+ "version": "0.66.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.66.0",
21
- "@react-native-windows/telemetry": "0.66.0",
20
+ "@react-native-windows/package-utils": "0.66.1",
21
+ "@react-native-windows/telemetry": "0.66.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.66-stable",
71
71
  "disallowedChangeTypes": [
72
72
  "major",
73
73
  "minor",