Skip to content

Commit bce994d

Browse files
kevmoodevoncarew
authored andcommitted
Support the latest version of pkg:analyzer (#1992)
* Support the latest version of pkg:analyzer Also bump pkg:coverage version * oops * things
1 parent d6f6d44 commit bce994d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.28.5-dev
2+
* Support the latest version of `package:analyzer`.
3+
14
## 0.28.4
25
* **Breaking change** Change the default for `allow-tools` command line flag to false.
36
* Fix some lints.

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.4/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.5-dev/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.4';
2+
const packageVersion = '0.28.5-dev';

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.28.4
3+
version: 0.28.5-dev
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
77
environment:
8-
sdk: '>=2.1.0-dev.9.4 <3.0.0'
8+
sdk: '>=2.1.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: ^0.36.3
11+
analyzer: '>=0.36.3 <0.38.0'
1212
args: '>=1.4.1 <2.0.0'
1313
collection: ^1.2.0
1414
crypto: ^2.0.6
@@ -32,7 +32,7 @@ dev_dependencies:
3232
build: ^1.0.1
3333
build_runner: ^1.0.0
3434
build_version: ^2.0.0
35-
coverage: ^0.12.4
35+
coverage: ^0.13.0
3636
dhttpd: ^3.0.0
3737
glob: ^1.1.5
3838
grinder: ^0.8.2

0 commit comments

Comments
 (0)