Skip to content

Commit fb36bba

Browse files
authored
Update dartdoc to v6.2.2. (#125650)
This PR updates the dartdoc version to v6.2.2. Release notes: https://github.com/dart-lang/dartdoc/releases/tag/v6.2.2 The main impact for Flutter is to update dartdoc to add chips to class and/or mixin pages for class modifiers. See dart-lang/dartdoc#3391, dart-lang/dartdoc#3402. This will also be a cherry-pick candidate for 3.1 if it can land in time. - [ test-exempt ] I added new tests to check the change I am making, or this PR is [test-exempt].
1 parent 746cacc commit fb36bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function generate_docs() {
2020
# Install and activate dartdoc.
2121
# When updating to a new dartdoc version, please also update
2222
# `dartdoc_options.yaml` to include newly introduced error and warning types.
23-
"$DART" pub global activate dartdoc 6.2.1
23+
"$DART" pub global activate dartdoc 6.2.2
2424

2525
# Install and activate the snippets tool, which resides in the
2626
# assets-for-api-docs repo:

0 commit comments

Comments
 (0)