Skip to content

Commit 13a3a51

Browse files
authored
Get ready to publish 2.3.5. (#1412)
1 parent 5a93630 commit 13a3a51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.5-wip
1+
## 2.3.5
22

33
* Ensure switch expressions containing line comments split (#1404).
44
* Use language version `3.3` to parse so that code with extension types can be

lib/src/cli/formatter_options.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'show.dart';
1111
import 'summary.dart';
1212

1313
// Note: The following line of code is modified by tool/grind.dart.
14-
const dartStyleVersion = '2.3.4';
14+
const dartStyleVersion = '2.3.5';
1515

1616
/// Global options that affect how the formatter produces and uses its outputs.
1717
class FormatterOptions {

pubspec.yaml

+1-1
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: 2.3.5-wip
3+
version: 2.3.5
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.

0 commit comments

Comments
 (0)