Prepare to publish analyzer 0.40.2

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

Change-Id: I44cfccc3258a7df6e7d13ba71eab56134229996a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161446
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov
2020-09-02 01:45:31 +00:00
committed by commit-bot@chromium.org
parent cfc8e6de3f
commit c781fa474c
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
## 0.40.2
* Require `meta: ^1.2.3`.
## 0.40.1
* Added `LocalVariableElement.hasInitializer`,
`PropertyInducingElement.hasInitializer`, `ParameterElement.hasDefaultValue`.
+2 -2
View File
@@ -1,5 +1,5 @@
name: analyzer
version: 0.40.1
version: 0.40.2
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -15,7 +15,7 @@ dependencies:
convert: ^2.0.0
crypto: ^2.0.0
glob: ^1.0.3
meta: ^1.0.2
meta: ^1.2.3
package_config: ^1.0.0
path: ^1.0.0
pub_semver: ^1.4.2