Skip to content

Commit 9eadb60

Browse files
authored
Prepare for 0.28.1+2 and fix search box alignment in Safari (#1927)
1 parent bd21a47 commit 9eadb60

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.28.1+2
2+
* Fix alignment of search box text in Safari (#1926).
3+
14
## 0.28.1+1
25
* Make hamburger menu appear in Chrome 72.
36

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.28.1+1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.1+2/%f%#L%l%'

lib/resources/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ button {
847847
.tt-hint {
848848
width: 200px;
849849
height: 20px;
850-
padding: 4px 12px;
851-
line-height: 30px;
850+
padding: 2px 7px 1px 7px;
851+
line-height: 20px;
852852
outline: none;
853853
}
854854

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.28.1+1';
2+
const packageVersion = '0.28.1+2';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.28.1+1
3+
version: 0.28.1+2
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)