Skip to content

Commit eb04bf8

Browse files
authored
Bump to 8.0.11 (#3817)
1 parent 6e3f1ac commit eb04bf8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 8.0.11-wip
1+
## 8.0.11
22

3-
* Fix the slash key (`/`) not focusing the search box.
3+
* Fix the slash key (`/`) not focusing the search box. (#3810)
4+
* Start using resolution of doc-imports (via `/// @docImport`). (#3805)
5+
* Make `ContainerAccessor.isInherited` a final field.
6+
* Make `PackageGraph.analysisContext` a private field.
47

58
## 8.0.10
69

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.11-wip/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.11/%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.11-wip';
1+
const packageVersion = '8.0.11';

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.11-wip
2+
version: 8.0.11
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)