Skip to content

Commit 9085150

Browse files
authored
Merge branch 'master' into feature.hwb
2 parents 093ff58 + 4a0da21 commit 9085150

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626

2727
[HWB]: https://en.wikipedia.org/wiki/HWB_color_model
2828

29+
## 1.27.2
30+
31+
* No user-visible changes.
32+
2933
## 1.27.1
3034

3135
* **Potentially breaking bug fix:** `meta.load-css()` now correctly uses the
@@ -36,7 +40,6 @@
3640
* Emit a proper parse error for a `=` with no right-hand side in a function.
3741

3842
* Avoid going exponential on certain recursive `@extend` edge cases.
39-
>>>>>>> master
4043

4144
## 1.27.0
4245

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
dev_dependencies:
3535
archive: ">=1.0.0 <3.0.0"
3636
analyzer: "^0.40.0"
37-
cli_pkg: "^1.0.0-beta.12"
37+
cli_pkg: "^1.0.0-beta.13"
3838
crypto: ">=0.9.2 <3.0.0"
3939
dart_style: "^1.2.0"
4040
grinder: "^0.8.0"

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void main(List<String> args) {
4444
"\n"
4545
"# Changes\n"
4646
"\n"
47-
"${pkg.githubReleaseNotes}";
47+
"${pkg.githubReleaseNotes.defaultValue}";
4848

4949
pkg.addAllTasks();
5050
grind(args);

0 commit comments

Comments
 (0)