diff --git a/pkg/analyzer_plugin/CHANGELOG.md b/pkg/analyzer_plugin/CHANGELOG.md index 6bd1493179c..56f547da45d 100644 --- a/pkg/analyzer_plugin/CHANGELOG.md +++ b/pkg/analyzer_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.3 + +- Support version `6.x` of the `analyzer` package + ## 0.11.2 - Support version `5.x` of the `analyzer` package diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml index cf785ea9941..54cb0410fb7 100644 --- a/pkg/analyzer_plugin/pubspec.yaml +++ b/pkg/analyzer_plugin/pubspec.yaml @@ -1,16 +1,16 @@ name: analyzer_plugin description: A framework and support code for building plugins for the analysis server. -version: 0.11.2 +version: 0.11.3 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '^3.0.0' dependencies: - analyzer: ^5.0.0 + analyzer: ^6.0.0 collection: ^1.15.0 dart_style: ^2.2.1 - pub_semver: ^2.0.0 + pub_semver: ^2.1.0 yaml: ^3.1.0 # We use 'any' version constraints here as we get our package versions from