From 215e70c12b4719e01d3ed71a4b19e8daa8080cba Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Fri, 23 May 2025 11:14:54 +0000 Subject: [PATCH] Bump to 8.3.4 --- CHANGELOG.md | 2 +- dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7596f8ba37..fcd3cedbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.3.4-wip +## 8.3.4 * The URL for category pages now uses _category name_ instead of _category `displayName`_. * Require analyzer 7.4.4 APIs. diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 0f32c4fac4..d5550db8cd 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.3.4-wip/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.4/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index dfdd62ad95..ca1e6fd8ab 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.3.3'; +const packageVersion = '8.3.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 2f9424f026..0e249d1683 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.3.4-wip +version: 8.3.4 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc