File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.0.5
2
+
3
+ * Require ` analyzer: ^6.4.1 ` .
4
+
1
5
## 8.0.4
2
6
3
7
* Remove explicit library names. (#3609 )
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/v8.0.4 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.5 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.4 ' ;
1
+ const packageVersion = '8.0.5 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.4
2
+ version : 8.0.5
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
6
6
environment :
7
7
sdk : ^3.2.0
8
8
9
9
dependencies :
10
- analyzer : ^6.4.0
10
+ analyzer : ^6.4.1
11
11
args : ^2.4.1
12
12
collection : ^1.17.0
13
13
crypto : ^3.0.3
You can’t perform that action at this time.
0 commit comments