Skip to content

Commit d073f43

Browse files
authored
Bump to 8.3.0 (dart-lang#3909)
1 parent 103ea29 commit d073f43

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.3.0
2+
3+
* The URL for library pages has moved "<em>library-name</em>-library.html" to
4+
"index.html" in the same directory. A redirecting file is left in the
5+
previous location. (#3895)
6+
* Display extension members on the extended type's page, when the extended type
7+
is nullable. (#3908)
8+
19
## 8.2.1
210

311
* When calculating the "directory name" of an anonymous library, strip the

dartdoc_options.yaml

+1-1
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/v8.2.1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.0/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.2.1';
1+
const packageVersion = '8.3.0';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.2.1
2+
version: 8.3.0
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

0 commit comments

Comments
 (0)