Skip to content

Commit 75a2661

Browse files
jcollins-gcommit-bot@chromium.org
authored andcommitted
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 <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Devon Carew <[email protected]>
1 parent a4ecc44 commit 75a2661

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.31.1
2+
3+
* Update to reflect that `_InternalLinkedHashMap` is not a subtype of `HashMap`
4+
in sdk 2.0.0-dev.22.0.
5+
16
## 0.31.0+1
27

38
* Update SDK constraint to require Dart v2-dev release.

pkg/analyzer/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 0.31.0+1
2+
version: 0.31.1
33
author: Dart Team <[email protected]>
44
description: Static analyzer for Dart.
55
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@@ -11,11 +11,11 @@ dependencies:
1111
collection: ^1.10.1
1212
convert: ^2.0.0
1313
crypto: '>=1.1.1 <3.0.0'
14-
front_end: 0.1.0-alpha.8
14+
front_end: 0.1.0-alpha.9
1515
glob: ^1.0.3
1616
html: '>=0.12.0 <1.14.0'
1717
isolate: '>=0.2.2 <2.0.0'
18-
kernel: 0.3.0-alpha.5
18+
kernel: 0.3.0-alpha.9
1919
meta: ^1.0.2
2020
package_config: '>=0.1.5 <2.0.0'
2121
path: '>=0.9.0 <2.0.0'

pkg/front_end/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: front_end
2-
version: 0.1.0-alpha.8
2+
version: 0.1.0-alpha.9
33
author: Dart Team <[email protected]>
44
description: Front end for compilation of Dart code.
55
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
@@ -9,7 +9,7 @@ dependencies:
99
charcode: '^1.1.1'
1010
convert: '^2.0.1'
1111
crypto: '^2.0.2'
12-
kernel: 0.3.0-alpha.5
12+
kernel: 0.3.0-alpha.9
1313
meta: '^1.1.1'
1414
package_config: '^1.0.1'
1515
path: '^1.3.9'

pkg/kernel/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kernel
2-
version: 0.3.0-alpha.5
2+
version: 0.3.0-alpha.9
33
author: Dart Team <[email protected]>
44
description: Dart IR (Intermediate Representation)
55
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel
@@ -12,7 +12,7 @@ dependencies:
1212
package_config: ^1.0.0
1313
dev_dependencies:
1414
analyzer: '>=0.30.0 <0.32.0'
15-
front_end: 0.1.0-alpha.8
15+
front_end: 0.1.0-alpha.9
1616
test: ^0.12.15+6
1717
stack_trace: ^1.6.6
1818
ansicolor: ^0.0.9

0 commit comments

Comments
 (0)