Prepare to publish analyzer 2.5.0 and _fe_analyzer_shared 28.0.0

Change-Id: I72d6b6b6634a949c1b1fb5ff5aa3dfa51ad835e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215644
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2021-10-05 22:05:32 +00:00 committed by commit-bot@chromium.org
parent 32d12aa305
commit 34b2bcb50d
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 27.0.0
version: 28.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.5.0
* Updated `MockSdk` to include more declarations.
## 2.4.0
* Deprecated `ResourceProvider.getModificationTimes()`.
* Deprecated `MemoryResourceProvider.newDummyLink()`.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 2.4.0
version: 2.5.0
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@ -7,7 +7,7 @@ environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^27.0.0
_fe_analyzer_shared: ^28.0.0
cli_util: ^0.3.0
collection: ^1.15.0
convert: ^3.0.0
@ -25,7 +25,7 @@ dev_dependencies:
path: ../analyzer_utilities
args: ^2.0.0
async: ^2.5.0
linter: any
linter: ^1.12.0
matcher: ^0.12.10
test: ^1.16.0
test_reflective_loader: ^0.2.0