Skip to content

Commit 83523b3

Browse files
committed
Merge branch 'v2_2_x' into merge_2_2_5
Bump pre-release version to 2.3.0-dev Fix changelog for 6d19435
2 parents 6d19435 + faf7b05 commit 83523b3

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.2.5-dev
1+
# 2.3.0-dev
22

33
* Format patterns and related features.
44
* Handle `sync*` and `async*` functions with `=>` bodies.
@@ -9,15 +9,19 @@
99
* Format record expressions and record type annotations.
1010
* Format class modifiers `base`, `final`, `interface`, `mixin`, and `sealed`
1111
* Better indentation of multiline function types inside type argument lists.
12-
* Require `package:analyzer` `^5.1.0`.
13-
* Format unnamed libraries.
14-
* Require Dart 2.18.
1512
* Use typed `_visitFunctionOrMethodDeclaration` instead of dynamically typed.
1613
* Fix metadata test to not fail when record syntax makes whitespace between
1714
metadata annotation names and `(` significant ([sdk#50769][]).
15+
* Require Dart 2.19.
16+
* Require `package:analyzer` `^5.1.0`.
1817

1918
[sdk#50769]: https://github.com/dart-lang/sdk/issues/50769
2019

20+
# 2.2.5
21+
22+
* Format unnamed libraries.
23+
* Require Dart 2.17.
24+
2125
# 2.2.4
2226

2327
* Unify how brace-delimited syntax is formatted. This is mostly an internal

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

0 commit comments

Comments
 (0)