Skip to content

Commit 80c6f18

Browse files
authored
Bump to 8.2.1 (#3902)
1 parent 2d82987 commit 80c6f18

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 8.2.1
2+
3+
* When calculating the "directory name" of an anonymous library, strip the
4+
enclosing package's lowercase name. This should only affect documentation
5+
generated with the `--auto-include-dependencies` flag, like the Flutter SDK.
6+
(#3883)
7+
* Add basic support for the "Enhanced Parts" Dart language feature.
8+
* Require analyzer 6.10.0 APIs. (#3899)
9+
110
## 8.2.0
211

312
* Include extension members on the extended type's page. Each extension

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

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.2.0
2+
version: 8.2.1
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)