Skip to content

Commit 69ca6a8

Browse files
authoredJan 31, 2024
Roll analyzer and release 8.0.5 (#3644)
Rolling analyzer as required per dart-lang/sdk#54754 so that it can roll into Flutter.
1 parent 5cac62b commit 69ca6a8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.0.5
2+
3+
* Require `analyzer: ^6.4.1`.
4+
15
## 8.0.4
26

37
* Remove explicit library names. (#3609)

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

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dartdoc
2-
version: 8.0.4
2+
version: 8.0.5
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

66
environment:
77
sdk: ^3.2.0
88

99
dependencies:
10-
analyzer: ^6.4.0
10+
analyzer: ^6.4.1
1111
args: ^2.4.1
1212
collection: ^1.17.0
1313
crypto: ^3.0.3

0 commit comments

Comments
 (0)
Please sign in to comment.