Skip to content

Commit 7525fcc

Browse files
authored
Bump to 6.1.0 (#3141)
1 parent eae5d2f commit 7525fcc

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
## 6.0.2-dev
1+
## 6.1.0
22

33
* Trimmed the implementation source code of fields to improve rendering.
4+
* Display various "features" of an element (like "read-only" or "final" or
5+
"inherited") as badges.
6+
* Introduce a toggle for a "Dark Mode" style.
7+
* Bump markdown to 6.0.0.
8+
* Bump analyzer to 4.6.0.
9+
* Introduce a search results page. This allows linking to a page of search
10+
results, and a full screen view of all results for a search.
11+
* Introduce a search fallback, in the case of no results, using the search
12+
feature at <https://dart.dev/search>.
13+
* Display whether a method is `static`, on its page.
14+
415

516
## 6.0.1
617

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

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.0.2-dev
3+
version: 6.1.0
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)