Skip to content

Commit 451c718

Browse files
authored
Prepare for dartdoc 0.28.7 (#2035)
* Prepare for dartdoc 0.28.7 * Update CHANGELOG to reflect newest bugfix
1 parent 4ef9310 commit 451c718

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.28.7
2+
* Remove obsolete references to Element.type and ElementHandle (#2028, #2031).
3+
* Fix problem with return values for typedefs with analyzer 0.38.5 (#2036).
4+
15
## 0.28.6
26
* Support for 0.38.3 version of `package:analyzer`.
37
* Support generating docs for extension methods (#2001).

dartdoc_options.yaml

+1-1
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.6/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.7/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.6';
2+
const packageVersion = '0.28.7';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.28.6
3+
version: 0.28.7
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)