Skip to content

Commit f2bb6e9

Browse files
authored
Bump to 6.1.4 (#3266)
1 parent 4d7dc93 commit f2bb6e9

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.1.4
2+
3+
* Fix using the Enter key in the search bar, on Flutter. (#3256)
4+
* Make many Strings in DocumentationComment non-nullable. (#3243)
5+
* Differentiate between enums and mixins and classes, in container titles and
6+
descriptions. (#3258)
7+
* Weigh enums the same as classes in search results. (#3260)
8+
19
## 6.1.3
210

311
* Deprecate `lib/src/model/model.dart` as public API. (#3208)

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.3/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.1.4/%f%#L%l%'

lib/src/generator/templates.runtime_renderers.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15967,6 +15967,7 @@ const _invisibleGetters = {
1596715967
'isCovariant',
1596815968
'isEnumConstant',
1596915969
'isExternal',
15970+
'isPromotable',
1597015971
'isStatic',
1597115972
'runtimeType'
1597215973
},

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.3';
2+
const packageVersion = '6.1.4';

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.3
3+
version: 6.1.4
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)