Prepare to publish analyzer 1.1.0 and _fe_analyzer_shared 17.0.0.
Change-Id: I8a79e77d70ad780f5c5b3c3b6cc08f993a5ff16e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/187560 Reviewed-by: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
807874d51a
commit
49642ffaa9
@@ -1,5 +1,5 @@
|
||||
name: _fe_analyzer_shared
|
||||
version: 16.0.0
|
||||
version: 17.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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 1.1.0-dev
|
||||
## 1.1.0
|
||||
* Deprecated `TypeProvider.futureType2()`, `iterableType2()`, etc.
|
||||
Use corresponding `TypeProvider.futureType()`, `iterableType()`, etc.
|
||||
* Remove experimental markers from Null Safety APIs.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: analyzer
|
||||
version: 1.1.0-dev
|
||||
version: 1.1.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: ^16.0.0
|
||||
_fe_analyzer_shared: ^17.0.0
|
||||
args: ^2.0.0
|
||||
cli_util: ^0.3.0
|
||||
collection: ^1.15.0
|
||||
|
||||
Reference in New Issue
Block a user