Prepare to publish analyzer_plugin 0.8.0
Change-Id: Ia1c799e7ed7e52eb86a01fe31fe05bb7c399720d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215244 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
23cf71efba
commit
6dd77ca4cc
@@ -11,7 +11,7 @@
|
|||||||
"constraint, update this by running tools/generate_package_config.dart."
|
"constraint, update this by running tools/generate_package_config.dart."
|
||||||
],
|
],
|
||||||
"configVersion": 2,
|
"configVersion": 2,
|
||||||
"generated": "2021-10-01T13:54:59.751334",
|
"generated": "2021-10-03T09:32:39.517171",
|
||||||
"generator": "tools/generate_package_config.dart",
|
"generator": "tools/generate_package_config.dart",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"name": "analyzer_plugin",
|
"name": "analyzer_plugin",
|
||||||
"rootUri": "../pkg/analyzer_plugin",
|
"rootUri": "../pkg/analyzer_plugin",
|
||||||
"packageUri": "lib/",
|
"packageUri": "lib/",
|
||||||
"languageVersion": "2.12"
|
"languageVersion": "2.14"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "analyzer_utilities",
|
"name": "analyzer_utilities",
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
## 0.7.0
|
## 0.8.0
|
||||||
|
- Require SDK `2.14` to use `Object.hash()`.
|
||||||
|
- Require `yaml 3.1.0` to use `recover`.
|
||||||
|
|
||||||
- Support verison `2.x` of the `analyzer` package
|
## 0.7.0
|
||||||
|
- Support version `2.x` of the `analyzer` package
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
- Bug fixes to the protocol.
|
- Bug fixes to the protocol.
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
name: analyzer_plugin
|
name: analyzer_plugin
|
||||||
description: A framework and support code for building plugins for the analysis server.
|
description: A framework and support code for building plugins for the analysis server.
|
||||||
version: 0.7.0
|
version: 0.8.0
|
||||||
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.14.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ^2.0.0
|
analyzer: ^2.4.0
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
dart_style: ^2.0.0
|
dart_style: ^2.0.0
|
||||||
pub_semver: ^2.0.0
|
pub_semver: ^2.0.0
|
||||||
yaml: ^3.0.0
|
yaml: ^3.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
analyzer_utilities:
|
analyzer_utilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user