Skip to content

Commit b1f60db

Browse files
committed
Prepare 0.9.14-dev for SDK
1 parent a5d8143 commit b1f60db

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.14-dev
2+
3+
* Enable support for generic function types (#1321)
4+
15
## 0.9.13
26

37
* fix grind check-links and check-sdk-links (#1360)

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export 'src/package_meta.dart';
4040

4141
const String name = 'dartdoc';
4242
// Update when pubspec version changes.
43-
const String version = '0.9.13';
43+
const String version = '0.9.14-dev';
4444

4545
final String defaultOutDir = path.join('doc', 'api');
4646

pubspec.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
packages:
44
analyzer:
55
description:
6-
name: analyzer
7-
url: "https://pub.dartlang.org"
8-
source: hosted
9-
version: "0.29.9"
6+
path: "../sdk/sdk/pkg/analyzer"
7+
relative: true
8+
source: path
9+
version: "0.29.20"
1010
ansicolor:
1111
description:
1212
name: ansicolor
@@ -73,6 +73,12 @@ packages:
7373
url: "https://pub.dartlang.org"
7474
source: hosted
7575
version: "0.13.4"
76+
front_end:
77+
description:
78+
path: "../sdk/sdk/pkg/front_end"
79+
relative: true
80+
source: path
81+
version: "0.1.0-alpha.1"
7682
glob:
7783
description:
7884
name: glob
@@ -115,6 +121,12 @@ packages:
115121
url: "https://pub.dartlang.org"
116122
source: hosted
117123
version: "1.0.0"
124+
kernel:
125+
description:
126+
path: "../sdk/sdk/pkg/kernel"
127+
relative: true
128+
source: path
129+
version: "0.2.0"
118130
logging:
119131
description:
120132
name: logging
@@ -279,9 +291,9 @@ packages:
279291
version: "1.0.0"
280292
test:
281293
description:
282-
name: test
283-
url: "https://pub.dartlang.org"
284-
source: hosted
294+
path: "../test"
295+
relative: true
296+
source: path
285297
version: "0.12.20+4"
286298
typed_data:
287299
description:

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.9.13
3+
version: 0.9.14-dev
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

testing/test_package_docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="generator" content="made with love by dartdoc 0.9.13">
7+
<meta name="generator" content="made with love by dartdoc 0.9.14-dev">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

0 commit comments

Comments
 (0)