Skip to content

Commit 7710ca0

Browse files
authored
Prepare for dartdoc-0.30.1 (#2127)
* Prepare for dartdoc-0.30.1 * Update changelog for latest changes * Update changelog * Reformat changelog
1 parent 223a369 commit 7710ca0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.30.1
2+
* A more complete fix for the broken search box. (#2125, #2124)
3+
* Fix the "--rel-canonical-prefix" flag post `base href`. (#2126, #2122)
4+
* Tool change: `grind serve-pub-package` can now serve packages depending
5+
on flutter for debugging purposes (#2130)
6+
* More internal changes preparing for markdown output (#2138, #2140, #2132,
7+
#2121, #2115)
8+
* Fix a crash when using --no-generate-docs (#2139)
9+
110
## 0.30.0+1
211
* Fix a broken search box on pages in subdirectories (#2117, #2118)
312

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.0+1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.1/%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.0+1';
2+
const packageVersion = '0.30.1';

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.0+1
3+
version: 0.30.1
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)