Prepare to publish analyzer 0.39.11 and _fe_analyzer_shared 5.0.0.

R=brianwilkerson@google.com, paulberry@google.com

Change-Id: Ia7cb0355c2595ba6f84f19f6f62b468ccd6d7d72
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152986
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Konstantin Shcheglov 2020-06-30 23:14:37 +00:00 committed by commit-bot@chromium.org
parent db61737086
commit 7ee4dd1be5
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 4.0.0
version: 5.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,8 +1,11 @@
## 0.39.11-dev
## 0.39.11
* Deprecated `ClassElement.hasReferenceToSuper`.
It was used internally, should not be part of API.
* Deprecated `LibraryElement.languageVersionMajor/minor`.
Use `LibraryElement.languageVersion` to access more specific information.
* Bug fixes: #42007, #42474, #37293, #42385, #36315, #42356, #42274, #42321,
#42337, #27387, #34806, #37810, #41072, #42278, #38306, #35036, #23353,
#42178, #42216, #42201.
## 0.39.10
* Restored the default constructor in internal `SummaryBuilder`,

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.39.11-dev
version: 0.39.11
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.6.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^4.0.0
_fe_analyzer_shared: ^5.0.0
args: ^1.0.0
charcode: ^1.1.0
collection: ^1.10.1