From c4991a96f2ca5e0e92213e7cc8838717393e63ba Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 2 Jan 2019 13:26:21 -0800 Subject: [PATCH] Update dartdoc version and changelog --- CHANGELOG.md | 8 ++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdc5d39d5..2eeafdd03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.27.0 +* Several dartdoc project infrastructure changes, including coverage + support. (#1869, #1878, #1879, #1881, #1882) +* Fixed many issues that made mobile/small screen usage of dartdoc + impossible. Mobile users should now be able to do basic browsing and + searching in API docs. (#1873, #908, #1048, #1348, #1469) +* Support import prefix resolution in dartdoc. (#1875, #1402). + ## 0.26.1 * Fix bug that accidentally caused dartdoc to create (and overwrite with) multiple snapshots in parallel for a single tool (#1861, #1862) diff --git a/lib/src/version.dart b/lib/src/version.dart index 10c81cc43c..20a0174b54 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.26.1'; +const packageVersion = '0.27.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c04c02ac83..7a730f74f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.26.1 +version: 0.27.0 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc @@ -8,7 +8,7 @@ environment: sdk: '>=2.1.0-dev.9.4 <3.0.0' dependencies: - analyzer: ^0.34.0 + analyzer: ^0.34.1 args: '>=1.4.1 <2.0.0' collection: ^1.2.0 crypto: ^2.0.6