Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Roll analyzer and release 8.0.5
  • Loading branch information
dcharkes committed Jan 31, 2024
commit c08bc3e81824b5f6c2a41de01775abf8988daa7a
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
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