File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 3.0.1-wip
1
+ ## 3.0.1
2
2
3
3
* Handle trailing commas in for-loop updaters (#1354 ).
4
4
* Format ` || ` patterns like fallthrough cases in switch expressions (#1602 ).
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import 'show.dart';
12
12
import 'summary.dart' ;
13
13
14
14
// Note: The following line of code is modified by tool/grind.dart.
15
- const dartStyleVersion = '3.0.1-wip ' ;
15
+ const dartStyleVersion = '3.0.1' ;
16
16
17
17
/// Global options that affect how the formatter produces and uses its outputs.
18
18
final class FormatterOptions {
Original file line number Diff line number Diff line change 1
1
name : dart_style
2
2
# Note: See tool/grind.dart for how to bump the version.
3
- version : 3.0.1-wip
3
+ version : 3.0.1
4
4
description : >-
5
5
Opinionated, automatic Dart source code formatter.
6
6
Provides an API and a CLI tool.
You can’t perform that action at this time.
0 commit comments