File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.2.2
2
+ * Add chips to class pages for class modifiers (#3401 )
3
+ * Fix a case where dartdoc was not properly handling extension
4
+ method resolution. (#3393 )
5
+
1
6
## 6.2.1
2
7
* Do not show induced modifiers from analyzer in class headers.
3
8
(#3371 )
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/v6.2.1 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.2.2 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '6.2.1 ' ;
2
+ const packageVersion = '6.2.2 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `dart run grinder build` after updating.
3
- version : 6.2.1
3
+ version : 6.2.2
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
repository : https://github.com/dart-lang/dartdoc
6
6
You can’t perform that action at this time.
0 commit comments