From 2ba11026b4a39a04a87eaf6ef16977f5261a18c0 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 29 Sep 2023 12:03:47 -0700 Subject: [PATCH] release build_resolvers 2.4.1 (#3587) --- build_resolvers/CHANGELOG.md | 2 +- build_resolvers/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_resolvers/CHANGELOG.md b/build_resolvers/CHANGELOG.md index 073d88341..7422173cb 100644 --- a/build_resolvers/CHANGELOG.md +++ b/build_resolvers/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.4.1-wip +## 2.4.1 - Fix an issue where deleted files were not removed from the analysis engine, and were still accessible via the analyzer apis. diff --git a/build_resolvers/pubspec.yaml b/build_resolvers/pubspec.yaml index 970df4141..41373e07a 100644 --- a/build_resolvers/pubspec.yaml +++ b/build_resolvers/pubspec.yaml @@ -1,5 +1,5 @@ name: build_resolvers -version: 2.4.1-wip +version: 2.4.1 description: Resolve Dart code in a Builder repository: https://github.com/dart-lang/build/tree/master/build_resolvers