Skip to content

Commit 671b293

Browse files
authored
Release 8.0.4 (#3640)
1 parent 5685195 commit 671b293

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## 8.0.4-wip
1+
## 8.0.4
22

33
* Remove explicit library names. (#3609)
4-
* No longer write the dartdoc version into generated html files.
5-
* Add support for [GitHub markdown alert syntax][].
6-
* Add support for external links to dartdoc categories (#3617).
4+
* No longer write the dartdoc version into generated HTML files.
5+
* Add support for [GitHub Markdown alert syntax][].
6+
* Add support for external links to dartdoc categories. (#3617)
7+
* Fix index.json parsing when packageRank is missing. (#3616)
8+
* Stop double wrapping nullable records. (#3608)
79
* Require Dart 3.2.0 or later.
810
* Require `analyzer: ^6.4.0`.
911

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

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.4-wip';
1+
const packageVersion = '8.0.4';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.4-wip
2+
version: 8.0.4
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)