From 034633ece40a22539fca77da118c2a6296e0a905 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Fri, 27 Jun 2025 17:23:47 +0000 Subject: [PATCH 1/2] dart_dev_4.2.4 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e5b92a6e..462118b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 4.2.3 +version: 4.2.4 description: > Centralized tooling for Dart projects. Consistent interface across projects. From 5cab58e46e719ea2b2ccb9f46c16dcfeef1362a9 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Fri, 27 Jun 2025 10:26:13 -0700 Subject: [PATCH 2/2] Add 4.2.4 changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2beceadd..3b02de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2.4 + +- Update dependencies to allow analyzer 7 + ## 4.2.3 - Fixed bug where `organizeDirectives` would incorrectly sort directives when `// @dart=x.xx`