upgrade dartdoc to 0.28.4

Change-Id: I5f6c491a515e6bad3ca07efa2370e01c2eb6b5bb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108667
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2019-07-10 20:36:09 +00:00 committed by commit-bot@chromium.org
parent 2e8f642ece
commit 1f718b2dcf
2 changed files with 6 additions and 1 deletions

View file

@ -125,6 +125,11 @@
The Linter was updated to `0.1.94`, which includes a number of internal fixes.
#### Dartdoc
Dartdoc was updated to `0.28.4`; this version includes several fixes and is based
on a newer version of the analyzer package.
## 2.4.0 - 2019-06-27
### Core libraries

2
DEPS
View file

@ -82,7 +82,7 @@ vars = {
# For more details, see https://github.com/dart-lang/sdk/issues/30164
"dart_style_tag": "1.2.8", # Please see the note above before updating.
"dartdoc_tag" : "v0.28.2",
"dartdoc_tag" : "0.28.4",
"fixnum_tag": "0.10.9",
"glob_tag": "1.1.7",
"html_tag" : "0.14.0+1",