Skip to content

Commit

Permalink
Prepare for version 0.29.1 (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g authored Nov 8, 2019
1 parent 8c4227b commit b0e8c3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.29.1
* Fix edge cases on extension discovery (#2062)
* Make sure that enum documentation contains unique IDs for animations (#2060)

## 0.29.0
* Internal change to our use of FunctionTypeAliasElement for the analyzer
(#2051).
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/v0.29.0/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.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,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.29.0';
const packageVersion = '0.29.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.29.0
version: 0.29.1
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down

0 comments on commit b0e8c3d

Please sign in to comment.