Prepare to publish analyzer_plugin version 0.0.1-alpha.7

We need a version of analyzer_plugin that supports analyzer 0.35.x.

Change-Id: I581ed6951f3e7f68d86743bfdfdf387a10c73f30
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/95681
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2019-03-06 18:57:13 +00:00
parent 0e578056e9
commit 8bb8d11859
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 0.0.1-alpha.7
- Remove CompletionSuggestion.elementUri, replaced with AvailableSuggestionSet.
- Remove 'importUri' from CompletionSuggestion.
- Include type parameters into suggested code completions.
## 0.0.1-alpha.4
- Upgrade the Dart SDK version contraint

View file

@ -1,6 +1,6 @@
name: analyzer_plugin
description: A framework for building plugins for the analysis server.
version: 0.0.1-alpha.6
version: 0.0.1-alpha.7
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
@ -8,7 +8,7 @@ environment:
sdk: '>=1.8.0 <3.0.0'
dependencies:
analyzer: '^0.34.2'
analyzer: '^0.35.3'
charcode: '^1.1.0'
html: '^0.13.1'
meta: ^1.0.2