Prepare to publish analyzer 0.31.1 and associated packages.

Verified that the new analyzer at least smoke-tests on .21 still,
so did not update SDK constraints.  Publish is to address
dart-lang/dartdoc#1603.

Change-Id: I39320e5557344f6c1c79df50b792246fc1c29840
Reviewed-on: https://dart-review.googlesource.com/40401
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Janice Collins 2018-02-09 18:29:29 +00:00 committed by commit-bot@chromium.org
parent a4ecc44c30
commit 75a2661f0e
4 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,8 @@
## 0.31.1
* Update to reflect that `_InternalLinkedHashMap` is not a subtype of `HashMap`
in sdk 2.0.0-dev.22.0.
## 0.31.0+1
* Update SDK constraint to require Dart v2-dev release.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.31.0+1
version: 0.31.1
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@ -11,11 +11,11 @@ dependencies:
collection: ^1.10.1
convert: ^2.0.0
crypto: '>=1.1.1 <3.0.0'
front_end: 0.1.0-alpha.8
front_end: 0.1.0-alpha.9
glob: ^1.0.3
html: '>=0.12.0 <1.14.0'
isolate: '>=0.2.2 <2.0.0'
kernel: 0.3.0-alpha.5
kernel: 0.3.0-alpha.9
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'

View file

@ -1,5 +1,5 @@
name: front_end
version: 0.1.0-alpha.8
version: 0.1.0-alpha.9
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
@ -9,7 +9,7 @@ dependencies:
charcode: '^1.1.1'
convert: '^2.0.1'
crypto: '^2.0.2'
kernel: 0.3.0-alpha.5
kernel: 0.3.0-alpha.9
meta: '^1.1.1'
package_config: '^1.0.1'
path: '^1.3.9'

View file

@ -1,5 +1,5 @@
name: kernel
version: 0.3.0-alpha.5
version: 0.3.0-alpha.9
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
@ -12,7 +12,7 @@ dependencies:
package_config: ^1.0.0
dev_dependencies:
analyzer: '>=0.30.0 <0.32.0'
front_end: 0.1.0-alpha.8
front_end: 0.1.0-alpha.9
test: ^0.12.15+6
stack_trace: ^1.6.6
ansicolor: ^0.0.9