From fe6d09a9ef258b0a017d7f0e5235a0ac1bcb6249 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 13 Apr 2022 09:31:19 -0700 Subject: [PATCH] Bump Dartdoc to 5.0.1 (#101783) --- dev/bots/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 4463b9f0cd..3312402aab 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -20,7 +20,7 @@ function generate_docs() { # Install and activate dartdoc. # NOTE: When updating to a new dartdoc version, please also update # `dartdoc_options.yaml` to include newly introduced error and warning types. - "$DART" pub global activate dartdoc 4.1.0 + "$DART" pub global activate dartdoc 5.0.1 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: