Skip to content

Commit 152f932

Browse files
committed
Merge pull request #690 from keertip/publish
publish 0.1.0+5
2 parents 5244b97 + 36500a2 commit 152f932

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,11 @@
7373
* add dart identity to page
7474
* left nav links to dedicated page for element
7575

76+
## 0.1.0+5
77+
78+
* show peers in left navigation bar
79+
* show inherited on a separate line
80+
* fix links to anchors
81+
* fix comments for properties
82+
7683

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export 'src/package_meta.dart';
3030

3131
const String name = 'dartdoc';
3232
// Update when pubspec version changes.
33-
const String version = '0.1.0+4';
33+
const String version = '0.1.0+5';
3434

3535
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
3636

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: 0.1.0+4
2+
version: 0.1.0+5
33
author: Dart Team <[email protected]>
44
description: A documentation generator for Dart.
55
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)