Skip to content

Commit 121e5e3

Browse files
authored
Bump version to publish 3.1.0. (#1719)
Bump version to publish 3.1.0. These changes have already rolled into the SDK, Flutter, and google3.
1 parent e7264fc commit 121e5e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

lib/src/cli/formatter_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'show.dart';
1313
import '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.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)