Prepare to publish analyzer 2.2.0 and _fe_analyzer_shared 25.0.0

Change-Id: Ice3a628fe70d88901d9db9de64fd9dd9deaf4ebd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212264
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-09-02 02:15:31 +00:00 committed by commit-bot@chromium.org
parent 87ccae9e3f
commit c88fbeec63
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 24.0.0
version: 25.0.0
description: Logic that is shared between the front_end and analyzer packages.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/_fe_analyzer_shared

View file

@ -1,3 +1,6 @@
## 2.2.0
* Improvements in constructors tear-off implementation.
## 2.1.0
* Changed `AnalysisResult.path` to be non-nullable.
* Changed `ParsedLibraryResult.units` to be non-nullable.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 2.1.0
version: 2.2.0
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@ -7,7 +7,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^24.0.0
_fe_analyzer_shared: ^25.0.0
cli_util: ^0.3.0
collection: ^1.15.0
convert: ^3.0.0