Prepare to publish analyzer 1.6.0 and _fe_analyzer_shared 22.0.0

Change-Id: Ib0ffcccad4284c9200a20576221ba1485b5cdf6b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201341
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-05-25 21:27:01 +00:00 committed by commit-bot@chromium.org
parent 481a28d6af
commit d696ca2f2b
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 21.0.0
version: 22.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,4 +1,4 @@
## 1.6.0-dev
## 1.6.0
* Deprecated `AnalysisDriver` default constructor. Added `tmp1`. The goal
is to allow deprecating and removing unused parameters.
* Added AST structures and visit methods to support the upcoming "constructor

View file

@ -1,5 +1,5 @@
name: analyzer
version: 1.6.0-dev
version: 1.6.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: ^21.0.0
_fe_analyzer_shared: ^22.0.0
cli_util: ^0.3.0
collection: ^1.15.0
convert: ^3.0.0