Skip to content

Commit

Permalink
Prepare for dartdoc 6.3.0. (#3430)
Browse files Browse the repository at this point in the history
* Update changelog and pubspec for dartdoc 6.3.0.

* Missed a crucial change in the changelog
  • Loading branch information
jcollins-g authored Jun 7, 2023
1 parent 2b7340d commit 81af1bf
Show file tree
Hide file tree
Showing 6 changed files with 2,783 additions and 2,780 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 6.2.2-dev
## 6.3.0
* Add a hideImplementations directive to disable showing constant
implementations alongside one-line docs on class pages (#3398)
* Update highlight.js to 11.8.0 for Dart 3 syntax highlight support. (#3416)
* Split sidebars out into separate HTML files (#3384)
* Update several required dependency versions, switch to Dart
language version 3.0, and several internal refactors. (various)

## 6.2.2
* Add chips to class pages for class modifiers (#3401)
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/v6.2.2-dev/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.3.0/%f%#L%l%'
Loading

0 comments on commit 81af1bf

Please sign in to comment.