diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dd8c8b81..ecbb21a51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## 8.3.3-wip +## 8.3.3 * Require Dart 3.6 or later. -* Require analyzer 7.2.0 APIs. +* Require analyzer 7.3.0 APIs. * Update the design of GitHub-flavored Markdown alerts for improved accessibility and to better match GitHub and other Dart sites. +* Many internal migrations for analyzer APIs. ## 8.3.2 diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index f3ec6b1669..01513eea5a 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.3-wip/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.3/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index ec3f41f51b..dfdd62ad95 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.3.3-wip'; +const packageVersion = '8.3.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 2e11498188..658a28bb1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.3.3-wip +version: 8.3.3 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc