@react-native-windows/cli
Advanced tools
Comparing version 0.67.0-preview.2 to 0.67.0
@@ -5,2 +5,50 @@ { | ||
{ | ||
"date": "Mon, 24 Jan 2022 16:12:31 GMT", | ||
"tag": "@react-native-windows/cli_v0.67.0", | ||
"version": "0.67.0", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "jthysell@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "a1a4439e47c2a98356d7b9b1af765d3907567e16", | ||
"comment": "[0.67] Remove ADO NuGet feed from config for new projects" | ||
}, | ||
{ | ||
"author": "ngerlem@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a", | ||
"comment": "Promote 0.67 to latest" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@react-native-windows/cli", | ||
"comment": "Bump @react-native-windows/package-utils to v0.67.0", | ||
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@react-native-windows/cli", | ||
"comment": "Bump @react-native-windows/telemetry to v0.67.0", | ||
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 09 Nov 2021 01:12:34 GMT", | ||
"tag": "@react-native-windows/cli_v0.67.0-preview.2", | ||
"version": "0.67.0-preview.2", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "jthysell@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "not available", | ||
"comment": "Upgrade WinUI/MUX to 2.7" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 09 Nov 2021 01:12:18 GMT", | ||
@@ -7,0 +55,0 @@ "tag": "@react-native-windows/cli_v0.67.0-preview.2", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Tue, 09 Nov 2021 01:12:18 GMT and should not be manually modified. | ||
This log was last generated on Mon, 24 Jan 2022 16:12:31 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.67.0 | ||
Mon, 24 Jan 2022 16:12:31 GMT | ||
### Patches | ||
- [0.67] Remove ADO NuGet feed from config for new projects (jthysell@microsoft.com) | ||
- Promote 0.67 to latest (ngerlem@microsoft.com) | ||
- Bump @react-native-windows/package-utils to v0.67.0 | ||
- Bump @react-native-windows/telemetry to v0.67.0 | ||
## 0.67.0-preview.2 | ||
Tue, 09 Nov 2021 01:12:34 GMT | ||
### Changes | ||
- Upgrade WinUI/MUX to 2.7 (jthysell@microsoft.com) | ||
## 0.67.0-preview.2 | ||
Tue, 09 Nov 2021 01:12:18 GMT | ||
@@ -10,0 +29,0 @@ |
@@ -168,2 +168,3 @@ "use strict"; | ||
nuGetTestFeed: options.nuGetTestFeed, | ||
nuGetADOFeed: nugetVersion.startsWith('0.0.0-'), | ||
// cpp template variables | ||
@@ -170,0 +171,0 @@ useWinUI3: options.useWinUI3, |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.67.0-preview.2", | ||
"version": "0.67.0", | ||
"license": "MIT", | ||
@@ -20,4 +20,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@react-native-windows/package-utils": "0.67.0-preview.1", | ||
"@react-native-windows/telemetry": "0.67.0-preview.1", | ||
"@react-native-windows/package-utils": "0.67.0", | ||
"@react-native-windows/telemetry": "0.67.0", | ||
"@xmldom/xmldom": "^0.7.5", | ||
@@ -71,7 +71,7 @@ "chalk": "^4.1.0", | ||
"beachball": { | ||
"defaultNpmTag": "preview", | ||
"defaultNpmTag": "latest", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"patch" | ||
"prerelease" | ||
] | ||
@@ -78,0 +78,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
708290
7217
+ Added@react-native-windows/find-repo-root@0.67.0(transitive)
+ Added@react-native-windows/package-utils@0.67.0(transitive)
+ Added@react-native-windows/telemetry@0.67.0(transitive)
- Removed@react-native-windows/find-repo-root@0.67.0-preview.1(transitive)
- Removed@react-native-windows/package-utils@0.67.0-preview.1(transitive)
- Removed@react-native-windows/telemetry@0.67.0-preview.1(transitive)