File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
3434dev_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"
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments