diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e29a8c5a..1a113950e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 6.1.5 + +* Fix remote linking in Dart 2.18. (#3267) +* Fix arrow key functions in search. (#3271) +* Don't show `null` in search results with topics. (#3273) +* Remove annotations from the features section of each element. (#3268) + ## 6.1.4 * Fix using the Enter key in the search bar, on Flutter. (#3256) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index d74667dd37..fa0574c558 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.1.4/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.1.5/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index e1aa227247..03ff8ba3d1 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '6.1.4'; +const packageVersion = '6.1.5'; diff --git a/pubspec.yaml b/pubspec.yaml index ecba7dd9f1..8d4aa29358 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `dart run grinder build` after updating. -version: 6.1.4 +version: 6.1.5 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc