Skip to content

Commit 184311c

Browse files
authored
Bump to 8.3.3 (#4002)
1 parent 8502845 commit 184311c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## 8.3.3-wip
1+
## 8.3.3
22

33
* Require Dart 3.6 or later.
4-
* Require analyzer 7.2.0 APIs.
4+
* Require analyzer 7.3.0 APIs.
55
* Update the design of GitHub-flavored Markdown alerts for
66
improved accessibility and to better match GitHub and other Dart sites.
7+
* Many internal migrations for analyzer APIs.
78

89
## 8.3.2
910

dartdoc_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.3-wip/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.3/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.3.3-wip';
1+
const packageVersion = '8.3.3';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.3.3-wip
2+
version: 8.3.3
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

0 commit comments

Comments
 (0)