Skip to content

Commit

Permalink
Bump version to public 2.3.4. (#1327)
Browse files Browse the repository at this point in the history
This commit has already been rolled into the SDK and internally, so
getting ready to publish a new version of the dart_style package.
  • Loading branch information
munificent committed Nov 21, 2023
1 parent a8ab052 commit 8df008e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3.4-wip
## 2.3.4

* Add `tall-style` experiment flag to enable the in-progress unstable new
formatting style (#1253).
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/formatter_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'show.dart';
import 'summary.dart';

// Note: The following line of code is modified by tool/grind.dart.
const dartStyleVersion = '2.3.3';
const dartStyleVersion = '2.3.4';

/// Global options that affect how the formatter produces and uses its outputs.
class FormatterOptions {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
version: 2.3.4-wip
version: 2.3.4
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
Expand Down

0 comments on commit 8df008e

Please sign in to comment.