Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.3

- Fixed bug where `organizeDirectives` would incorrectly sort directives when `// @dart=x.xx`
was at the start of the file
- Fixed analyzer issues cased by args 2.7.0

## 4.2.2
- For Dart 3x, use webdev ^3 for the serve task

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down