Skip to content

Commit 50b88e7

Browse files
authored
Update dartdoc version and changelog (#1883)
1 parent 9a0212a commit 50b88e7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.27.0
2+
* Several dartdoc project infrastructure changes, including coverage
3+
support. (#1869, #1878, #1879, #1881, #1882)
4+
* Fixed many issues that made mobile/small screen usage of dartdoc
5+
impossible. Mobile users should now be able to do basic browsing and
6+
searching in API docs. (#1873, #908, #1048, #1348, #1469)
7+
* Support import prefix resolution in dartdoc. (#1875, #1402).
8+
19
## 0.26.1
210
* Fix bug that accidentally caused dartdoc to create (and overwrite with)
311
multiple snapshots in parallel for a single tool (#1861, #1862)

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.26.1';
2+
const packageVersion = '0.27.0';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.26.1
3+
version: 0.27.0
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
77
environment:
88
sdk: '>=2.1.0-dev.9.4 <3.0.0'
99

1010
dependencies:
11-
analyzer: ^0.34.0
11+
analyzer: ^0.34.1
1212
args: '>=1.4.1 <2.0.0'
1313
collection: ^1.2.0
1414
crypto: ^2.0.6

0 commit comments

Comments
 (0)