Skip to content

Commit

Permalink
Prepare to publish analyzer 7.2.0 and _fe_analyzer_shared 79.0.0
Browse files Browse the repository at this point in the history
Change-Id: Id04050dac5db6d4d646ffd5649022452dadd0dce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404922
Reviewed-by: Samuel Rawlins <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>
  • Loading branch information
scheglov authored and Commit Queue committed Jan 17, 2025
1 parent 2f7670a commit 5daaead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/_fe_analyzer_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 7.2.0-dev
## 7.2.0
* Add `ElementDirective` as superinterface for `LibraryExport`, `LibraryImport`,
and `PartInclude`. It implements `Annotatable`.

Expand Down
4 changes: 2 additions & 2 deletions pkg/analyzer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,7 +8,7 @@ environment:
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
Expand Down

0 comments on commit 5daaead

Please sign in to comment.