Skip to content

Commit

Permalink
Bump to version 8.3.1 (#3944)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Dec 12, 2024
1 parent e3ecb4d commit 3d16206
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 8.3.1-wip
## 8.3.1

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

## 8.3.0

Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.1-wip/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.1/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '8.3.1-wip';
const packageVersion = '8.3.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dartdoc
version: 8.3.1-wip
version: 8.3.1
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

Expand Down

0 comments on commit 3d16206

Please sign in to comment.