diff --git a/CHANGELOG.md b/CHANGELOG.md index 9255beab2f..95b822df74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.28.3+2 +* Support the latest version of `package:html`. + ## 0.28.3+1 * Fix scroll physics and behavior for Safari on iOS. diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index efd59e457d..1bfe477c2f 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+1/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+2/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index c80190f101..bf3835954b 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.28.3+1'; +const packageVersion = '0.28.3+2'; diff --git a/pubspec.yaml b/pubspec.yaml index 596cfbe9c1..673774b2b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.28.3+1 +version: 0.28.3+2 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc @@ -12,7 +12,7 @@ dependencies: args: '>=1.4.1 <2.0.0' collection: ^1.2.0 crypto: ^2.0.6 - html: '>=0.12.1 <0.14.0' + html: '>=0.12.1 <0.15.0' # We don't use http_parser directly; this dep exists to ensure that we get at # least version 3.0.3 to work around an issue with 3.0.2. http_parser: '>=3.0.3 <4.0.0'