From b2602ae9e2c20805ef20aedadf6c927d936e71ba Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 2 Aug 2024 11:26:56 -0700 Subject: [PATCH] Bump to 8.0.13 --- CHANGELOG.md | 5 +++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c44d320a9..093c1b33c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.0.13 + +* Fix an issue around referencing elements not explicitly included in a + package's documentation. (#3825) + ## 8.0.12 * Allow `markdown-alert` class names in HTML sanitization. (#3820) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 5afa418146..6ba7ff2424 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.12/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.13/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index c175110e68..27aee1aab0 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.0.12'; +const packageVersion = '8.0.13'; diff --git a/pubspec.yaml b/pubspec.yaml index 5eb75286fa..5b364aa874 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.0.12 +version: 8.0.13 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc