@react-native-windows/cli
Advanced tools
Comparing version 0.64.0-preview.6 to 0.64.0-preview.7
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 01 Feb 2021 15:06:57 GMT", | ||
"date": "Mon, 15 Feb 2021 15:06:45 GMT", | ||
"tag": "@react-native-windows/cli_v0.64.0-preview.7", | ||
"version": "0.64.0-preview.7", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Rename BuildProps to ExperimentalFeatures", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "a67ee081e6b000953cb6387e5c87209c7a6c122c", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 01 Feb 2021 15:07:32 GMT", | ||
"tag": "@react-native-windows/cli_v0.64.0-preview.6", | ||
@@ -8,0 +23,0 @@ "version": "0.64.0-preview.6", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Mon, 01 Feb 2021 15:06:57 GMT and should not be manually modified. | ||
This log was last generated on Mon, 15 Feb 2021 15:06:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.64.0-preview.7 | ||
Mon, 15 Feb 2021 15:06:45 GMT | ||
### Changes | ||
- Rename BuildProps to ExperimentalFeatures (ngerlem@microsoft.com) | ||
## 0.64.0-preview.6 | ||
Mon, 01 Feb 2021 15:06:57 GMT | ||
Mon, 01 Feb 2021 15:07:32 GMT | ||
@@ -11,0 +19,0 @@ ### Changes |
@@ -299,6 +299,6 @@ "use strict"; | ||
} | ||
if (fs.existsSync(path.join(sharedPath, projDir, 'BuildFlags.props'))) { | ||
if (fs.existsSync(path.join(sharedPath, projDir, 'ExperimentalFeatures.props'))) { | ||
sharedProjMappings.push({ | ||
from: path.join(sharedPath, projDir, 'BuildFlags.props'), | ||
to: path.join(windowsDir, 'BuildFlags.props'), | ||
from: path.join(sharedPath, projDir, 'ExperimentalFeatures.props'), | ||
to: path.join(windowsDir, 'ExperimentalFeatures.props'), | ||
}); | ||
@@ -305,0 +305,0 @@ } |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.64.0-preview.6", | ||
"version": "0.64.0-preview.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
336494
4644