Skip to content

Commit 23c8f18

Browse files
authored
Bump to 8.0.14 (#3840)
1 parent 51f0768 commit 23c8f18

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.0.14
2+
3+
* Library elements are now deduplicated in Dartdoc's model. This should be a
4+
no-op with regards to generated docs, but noting here in case an issue crops
5+
up. (#3838)
6+
* Add tests supporting the new Dart 'wildcards' feature.
7+
* Fix links in the sidebar of extension type pages. (#3831)
8+
19
## 8.0.13
210

311
* Fix an issue around referencing elements not explicitly included in a

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

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.13';
1+
const packageVersion = '8.0.14';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.13
2+
version: 8.0.14
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)