Skip to content

Commit 1f42216

Browse files
authored
Bump to 6.1.5 (#3274)
1 parent eb90a44 commit 1f42216

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.1.5
2+
3+
* Fix remote linking in Dart 2.18. (#3267)
4+
* Fix arrow key functions in search. (#3271)
5+
* Don't show `null` in search results with topics. (#3273)
6+
* Remove annotations from the features section of each element. (#3268)
7+
18
## 6.1.4
29

310
* Fix using the Enter key in the search bar, on Flutter. (#3256)

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/v6.1.4/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.1.5/%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 = '6.1.4';
2+
const packageVersion = '6.1.5';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `dart run grinder build` after updating.
3-
version: 6.1.4
3+
version: 6.1.5
44
description: A non-interactive HTML documentation generator for Dart source code.
55
repository: https://github.com/dart-lang/dartdoc
66

0 commit comments

Comments
 (0)