Skip to content

Commit 3d16206

Browse files
authored
Bump to version 8.3.1 (#3944)
1 parent e3ecb4d commit 3d16206

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## 8.3.1-wip
1+
## 8.3.1
22

33
* Require Dart 3.5 or later.
4+
* Append the href of each library with a slash. (#3940)
5+
* Compress generated css by configuring sass output style. (#3919)
6+
* Generate included css using sass. (#3917)
7+
* Correct links to remote, canonical libraries (#3912)
8+
* Use web 1.1. (#3915)
49

510
## 8.3.0
611

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
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.1-wip/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.1/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.3.1-wip';
1+
const packageVersion = '8.3.1';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.3.1-wip
2+
version: 8.3.1
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)