Prepare to publish analyzer 1.5.0 and _fe_analyzer_shared 21.0.0

R=brianwilkerson@google.com

Bug: https://github.com/dart-lang/sdk/issues/45728
Change-Id: I03a78cf0d3a0d9819079a16843edf83294170383
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196104
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-04-20 22:03:48 +00:00 committed by commit-bot@chromium.org
parent add079c222
commit b345ef9fb3
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,10 @@
name: _fe_analyzer_shared
version: 20.0.0
version: 21.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
environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
dependencies:
meta: ^1.0.2
dev_dependencies:

View file

@ -1,4 +1,5 @@
## 1.5.0-dev
## 1.5.0
* Support for the language version `2.14`.
* Deprecated `AnalysisSession.getUnitElement()`.
Use `AnalysisSession.getUnitElement2()` instead.
* Deprecated `AnalysisSession.getResolvedUnit()`.

View file

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