File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.28.3+2
2
+ * Support the latest version of ` package:html ` .
3
+
1
4
## 0.28.3+1
2
5
* Fix scroll physics and behavior for Safari on iOS.
3
6
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.28.3+1 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.3+2 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.28.3+1 ' ;
2
+ const packageVersion = '0.28.3+2 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.28.3+1
3
+ version : 0.28.3+2
4
4
author :
Dart Team <[email protected] >
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
@@ -12,7 +12,7 @@ dependencies:
12
12
args : ' >=1.4.1 <2.0.0'
13
13
collection : ^1.2.0
14
14
crypto : ^2.0.6
15
- html : ' >=0.12.1 <0.14 .0'
15
+ html : ' >=0.12.1 <0.15 .0'
16
16
# We don't use http_parser directly; this dep exists to ensure that we get at
17
17
# least version 3.0.3 to work around an issue with 3.0.2.
18
18
http_parser : ' >=3.0.3 <4.0.0'
You can’t perform that action at this time.
0 commit comments