Skip to content

Commit

Permalink
Roll analyzer and release 8.0.5 (#3644)
Browse files Browse the repository at this point in the history
Rolling analyzer as required per dart-lang/sdk#54754 so that it can roll into Flutter.
  • Loading branch information
dcharkes authored Jan 31, 2024
1 parent 5cac62b commit 69ca6a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.0.5

* Require `analyzer: ^6.4.1`.

## 8.0.4

* Remove explicit library names. (#3609)
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.4/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.5/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '8.0.4';
const packageVersion = '8.0.5';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: dartdoc
version: 8.0.4
version: 8.0.5
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

environment:
sdk: ^3.2.0

dependencies:
analyzer: ^6.4.0
analyzer: ^6.4.1
args: ^2.4.1
collection: ^1.17.0
crypto: ^3.0.3
Expand Down

0 comments on commit 69ca6a8

Please sign in to comment.