File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- ## 3.1.0-wip
1+ ## 3.1.0
2+
3+ This release contains a fairly large number of style changes in response to
4+ feedback we got from shipping the new tall style formatter.
25
36### Features
47
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'show.dart';
1313import 'summary.dart' ;
1414
1515// Note: The following line of code is modified by tool/grind.dart.
16- const dartStyleVersion = '3.1.0-wip ' ;
16+ const dartStyleVersion = '3.1.0' ;
1717
1818/// Global options parsed from the command line that affect how the formatter
1919/// produces and uses its outputs.
Original file line number Diff line number Diff line change 11name : dart_style
22# Note: See tool/grind.dart for how to bump the version.
3- version : 3.1.0-wip
3+ version : 3.1.0
44description : >-
55 Opinionated, automatic Dart source code formatter.
66 Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments