Skip to content

Commit ed34275

Browse files
authored
Bump version to 8.0.2. (#3596)
* Remove Class assert for ClassTypedef. * Bump to 8.0.2.
1 parent 337f40f commit ed34275

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 8.0.2
2+
3+
* Remove @hideConstantImplementations fully. (#3593)
4+
* Remove Class assert for ClassTypedef. (#3595)
5+
16
## 8.0.1
27

38
* The deprecated public APIs will be removed in the next major release.

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

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.1';
1+
const packageVersion = '8.0.2';

pubspec.yaml

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