Prepare to publish analyzer 7.2.0 and _fe_analyzer_shared 79.0.0 Change-Id: Id04050dac5db6d4d646ffd5649022452dadd0dce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404922 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml index a7a1cc6..0f5cf91 100644 --- a/pkg/_fe_analyzer_shared/pubspec.yaml +++ b/pkg/_fe_analyzer_shared/pubspec.yaml
@@ -1,5 +1,5 @@ name: _fe_analyzer_shared -version: 78.0.0 +version: 79.0.0 description: Logic that is shared between the front_end and analyzer packages. repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md index b103066..005b60b 100644 --- a/pkg/analyzer/CHANGELOG.md +++ b/pkg/analyzer/CHANGELOG.md
@@ -1,4 +1,4 @@ -## 7.2.0-dev +## 7.2.0 * Add `ElementDirective` as superinterface for `LibraryExport`, `LibraryImport`, and `PartInclude`. It implements `Annotatable`.
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 5ef034e..b332826 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@ name: analyzer -version: 7.2.0-dev +version: 7.2.0 description: >- This package provides a library that performs static analysis of Dart code. repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer @@ -8,7 +8,7 @@ sdk: '>=3.3.0 <4.0.0' dependencies: - _fe_analyzer_shared: ^78.0.0 + _fe_analyzer_shared: ^79.0.0 collection: ^1.19.0 convert: ^3.0.0 crypto: ^3.0.0