Skip to content

Commit 900137b

Browse files
authored
Publish version 0.28.6 (#2027)
* Publish version 0.28.6 * Pin markdown to 2.0.3 * update markdown version
1 parent 2f3a726 commit 900137b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## 0.28.6-dev
2-
* Support for 0.38.2 version of `package:analyzer`.
1+
## 0.28.6
2+
* Support for 0.38.3 version of `package:analyzer`.
33
* Support generating docs for extension methods (#2001).
44

55
## 0.28.5

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

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.6-dev';
2+
const packageVersion = '0.28.6';

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.28.6-dev
3+
version: 0.28.6
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
@@ -18,7 +18,7 @@ dependencies:
1818
http_parser: '>=3.0.3 <4.0.0'
1919
logging: ^0.11.3+1
2020
process: ^3.0.5
21-
markdown: ^2.0.3
21+
markdown: ^2.1.1
2222
mustache: ^1.1.0
2323
package_config: '>=0.1.5 <2.0.0'
2424
path: ^1.3.0
@@ -39,7 +39,7 @@ dev_dependencies:
3939
io: ^0.3.0
4040
http: ^0.12.0
4141
meta: ^1.0.0
42-
pedantic: ^1.5.0
42+
pedantic: ^1.8.0
4343
test: ^1.3.0
4444

4545
executables:

0 commit comments

Comments
 (0)