Skip to content

Commit 7479aa8

Browse files
authored
Prepare for dartdoc 0.32.0 (#2159)
1 parent 6aa2a97 commit 7479aa8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.30.2
2+
* Fix the broken search box with --use-base-href in Flutter (#2158).
3+
* More internal changes preparing for markdown output
4+
(#2145, #2150, #2151, #2153).
5+
16
## 0.30.1
27
* A more complete fix for the broken search box. (#2125, #2124)
38
* Fix the "--rel-canonical-prefix" flag post `base href`. (#2126, #2122)

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/v0.30.1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.2/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.30.1';
2+
const packageVersion = '0.30.2';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.30.1
3+
version: 0.30.2
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)