We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ed4f14 + a06591a commit e1fe432Copy full SHA for e1fe432
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 4.2.3
4
+
5
+- Fixed bug where `organizeDirectives` would incorrectly sort directives when `// @dart=x.xx`
6
+was at the start of the file
7
+- Fixed analyzer issues cased by args 2.7.0
8
9
## 4.2.2
10
- For Dart 3x, use webdev ^3 for the serve task
11
pubspec.yaml
@@ -1,5 +1,5 @@
name: dart_dev
-version: 4.2.2
+version: 4.2.3
description: >
Centralized tooling for Dart projects.
Consistent interface across projects.
0 commit comments