From 18a44b316817d555f536b30f3ee73229a53f8e45 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Thu, 27 Jun 2024 08:12:43 -0700 Subject: [PATCH] Bump to 8.0.9+1 --- CHANGELOG.md | 4 ++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1a9c8650..5d7a6b2449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.9+1 + +* Fix referencing an aliased type parameter. (#3784) + ## 8.0.9 * Deprecate the `missingCodeBlockLanguage` warning. This is replaced with the diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 0e9fb7968c..27772d8af6 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.9/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.9+1/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 57ce5ec075..3efc8b103a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.0.9'; +const packageVersion = '8.0.9+1'; diff --git a/pubspec.yaml b/pubspec.yaml index 16dc577ca3..8501cedf4d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.0.9 +version: 8.0.9+1 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc