Skip to content

Commit 2751ba5

Browse files
authored
Support the latest version of pkg:html (#1953)
1 parent baa7864 commit 2751ba5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.28.3+2
2+
* Support the latest version of `package:html`.
3+
14
## 0.28.3+1
25
* Fix scroll physics and behavior for Safari on iOS.
36

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
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.3+1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+2/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.3+1';
2+
const packageVersion = '0.28.3+2';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.3+1
3+
version: 0.28.3+2
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
@@ -12,7 +12,7 @@ dependencies:
1212
args: '>=1.4.1 <2.0.0'
1313
collection: ^1.2.0
1414
crypto: ^2.0.6
15-
html: '>=0.12.1 <0.14.0'
15+
html: '>=0.12.1 <0.15.0'
1616
# We don't use http_parser directly; this dep exists to ensure that we get at
1717
# least version 3.0.3 to work around an issue with 3.0.2.
1818
http_parser: '>=3.0.3 <4.0.0'

0 commit comments

Comments
 (0)