Skip to content

Commit

Permalink
Prepare to publish analyzer 0.40.3 and _fe_analyzer_shared 10.0.0.
Browse files Browse the repository at this point in the history
Bug: #43550
Change-Id: I555a958c14eb435ab6a8522e89cd90dd851da2c1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164600
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
scheglov authored and commit-bot@chromium.org committed Sep 25, 2020
1 parent 441a883 commit b53d016
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
5 changes: 5 additions & 0 deletions 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`.

Expand Down
4 changes: 2 additions & 2 deletions pkg/analyzer/pubspec.yaml
@@ -1,13 +1,13 @@
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

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'
Expand Down

0 comments on commit b53d016

Please sign in to comment.