Merge branch 'master' into feature.hwb

This commit is contained in:
Natalie Weizenbaum 2020-10-29 14:49:58 -07:00 committed by GitHub
commit 908515065f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -26,6 +26,10 @@
[HWB]: https://en.wikipedia.org/wiki/HWB_color_model
## 1.27.2
* No user-visible changes.
## 1.27.1
* **Potentially breaking bug fix:** `meta.load-css()` now correctly uses the
@ -36,7 +40,6 @@
* Emit a proper parse error for a `=` with no right-hand side in a function.
* Avoid going exponential on certain recursive `@extend` edge cases.
>>>>>>> master
## 1.27.0

View File

@ -34,7 +34,7 @@ dependencies:
dev_dependencies:
archive: ">=1.0.0 <3.0.0"
analyzer: "^0.40.0"
cli_pkg: "^1.0.0-beta.12"
cli_pkg: "^1.0.0-beta.13"
crypto: ">=0.9.2 <3.0.0"
dart_style: "^1.2.0"
grinder: "^0.8.0"

View File

@ -44,7 +44,7 @@ void main(List<String> args) {
"\n"
"# Changes\n"
"\n"
"${pkg.githubReleaseNotes}";
"${pkg.githubReleaseNotes.defaultValue}";
pkg.addAllTasks();
grind(args);