Prepare to publish analyzer 1.3.0 and _fe_analyzer_shared 19.0.0.

Change-Id: Ic0983c724e01ca11d1eb72cd9e5424a74874dcc9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192862
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-03-24 06:13:43 +00:00 committed by commit-bot@chromium.org
parent 2fa31c9dbd
commit 4a04e0ae3d
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 18.0.0
version: 19.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.3.0-dev
## 1.3.0
* Added `Expression.inConstantContext` to API.
* Updated documentation comments for some getters that don't return `null`.
* Fixed an issue with accessing `CompilationUnitElement.mixins` before `types`.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 1.3.0-dev
version: 1.3.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-0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^18.0.0
_fe_analyzer_shared: ^19.0.0
cli_util: ^0.3.0
collection: ^1.15.0
convert: ^3.0.0