File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.29.1
2
+ * Fix edge cases on extension discovery (#2062 )
3
+ * Make sure that enum documentation contains unique IDs for animations (#2060 )
4
+
1
5
## 0.29.0
2
6
* Internal change to our use of FunctionTypeAliasElement for the analyzer
3
7
(#2051 ).
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
root : ' .'
4
- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.29.0 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.29.1 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.29.0 ' ;
2
+ const packageVersion = '0.29.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.29.0
3
+ version : 0.29.1
4
4
author : Dart Team <misc@dartlang.org>
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments