From c781fa474ca0e1cfed11aa39ca4556eb7cc87174 Mon Sep 17 00:00:00 2001 From: Konstantin Shcheglov Date: Wed, 2 Sep 2020 01:45:31 +0000 Subject: [PATCH] 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 Commit-Queue: Konstantin Shcheglov --- pkg/analyzer/CHANGELOG.md | 3 +++ pkg/analyzer/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md index 8f199a4d0b9..7353b55e480 100644 --- a/pkg/analyzer/CHANGELOG.md +++ b/pkg/analyzer/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.40.2 +* Require `meta: ^1.2.3`. + ## 0.40.1 * Added `LocalVariableElement.hasInitializer`, `PropertyInducingElement.hasInitializer`, `ParameterElement.hasDefaultValue`. diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 1204ae15275..0cff7cf892d 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -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