From b53d016f715f5d473fcc03f8ad476f1fe592ec59 Mon Sep 17 00:00:00 2001 From: Konstantin Shcheglov Date: Fri, 25 Sep 2020 17:52:29 +0000 Subject: [PATCH] Prepare to publish analyzer 0.40.3 and _fe_analyzer_shared 10.0.0. Bug: https://github.com/dart-lang/sdk/issues/43550 Change-Id: I555a958c14eb435ab6a8522e89cd90dd851da2c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164600 Reviewed-by: Brian Wilkerson Commit-Queue: Konstantin Shcheglov --- pkg/_fe_analyzer_shared/pubspec.yaml | 2 +- pkg/analyzer/CHANGELOG.md | 5 +++++ pkg/analyzer/pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml index 864c0a67f711..944063b2f3ce 100644 --- a/pkg/_fe_analyzer_shared/pubspec.yaml +++ b/pkg/_fe_analyzer_shared/pubspec.yaml @@ -1,5 +1,5 @@ name: _fe_analyzer_shared -version: 9.0.0 +version: 10.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 diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md index 7353b55e4809..0811da9e4a83 100644 --- a/pkg/analyzer/CHANGELOG.md +++ b/pkg/analyzer/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.40.3 +* Updated the current language version to `2.11`. +* Bug fixes: 43541, 27896, 28066, 28066, 43497, 43478, 28066, 43465, + 43462, 43439, 43162, 43397, 43200. + ## 0.40.2 * Require `meta: ^1.2.3`. diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 0cff7cf892d7..9bfb00ad45d7 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -1,5 +1,5 @@ name: analyzer -version: 0.40.2 +version: 0.40.3 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.7.0 <3.0.0' dependencies: - _fe_analyzer_shared: ^9.0.0 + _fe_analyzer_shared: ^10.0.0 args: ^1.0.0 charcode: ^1.1.2 cli_util: '>=0.1.4 <0.3.0'