Skip to content

Commit aafa512

Browse files
authored
Prepare for dartdoc 0.23.1. (#1787)
1 parent afc4082 commit aafa512

File tree

8 files changed

+30
-16
lines changed

8 files changed

+30
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## 0.23.1
2+
* Make mixins appear under their own category, even if they are reexported (#1785)
3+
14
## 0.23.0
25
* Document covariant parameters and fields (#1782)
3-
* Implement new-style mixin support for Dart 2.1 (#1765)
6+
* Implement new-style mixin support for Dart 2.1 (#1765, #1752, #1778, #1779)
47
* Remove direct dependency on front_end package (#1780)
58
* Travis/testing and grinder script changes (#1777, #1771)
69
* Captions on class pages now use nouns consistently (#1767)

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages:
3535
name: build
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "0.12.7+3"
38+
version: "1.0.1"
3939
build_cli_annotations:
4040
dependency: transitive
4141
description:
@@ -56,21 +56,21 @@ packages:
5656
name: build_resolvers
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "0.2.2+5"
59+
version: "0.2.2+6"
6060
build_runner:
6161
dependency: "direct dev"
6262
description:
6363
name: build_runner
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "0.9.2"
66+
version: "1.0.0"
6767
build_runner_core:
6868
dependency: transitive
6969
description:
7070
name: build_runner_core
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.2.2+2"
73+
version: "1.0.1"
7474
build_version:
7575
dependency: "direct dev"
7676
description:
@@ -337,6 +337,13 @@ packages:
337337
url: "https://pub.dartlang.org"
338338
source: hosted
339339
version: "1.6.2"
340+
pedantic:
341+
dependency: transitive
342+
description:
343+
name: pedantic
344+
url: "https://pub.dartlang.org"
345+
source: hosted
346+
version: "1.2.0"
340347
platform:
341348
dependency: transitive
342349
description:
@@ -484,6 +491,13 @@ packages:
484491
url: "https://pub.dartlang.org"
485492
source: hosted
486493
version: "1.3.3"
494+
timing:
495+
dependency: transitive
496+
description:
497+
name: timing
498+
url: "https://pub.dartlang.org"
499+
source: hosted
500+
version: "0.1.1"
487501
typed_data:
488502
dependency: transitive
489503
description:

pubspec.yaml

Lines changed: 3 additions & 6 deletions
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.23.0
3+
version: 0.23.1
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc
@@ -30,8 +30,8 @@ dependencies:
3030
yaml: ^2.1.0
3131

3232
dev_dependencies:
33-
build: ^0.12.6
34-
build_runner: ^0.9.0
33+
build: ^1.0.1
34+
build_runner: ^1.0.0
3535
build_version: ^1.0.0
3636
dhttpd: ^3.0.0
3737
glob: ^1.1.5
@@ -41,8 +41,5 @@ dev_dependencies:
4141
meta: ^1.0.0
4242
test: ^1.3.0
4343

44-
dependency_overrides:
45-
analyzer: 0.33.0
46-
4744
executables:
4845
dartdoc: null

testing/test_package_docs/__404error.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.23.0">
7+
<meta name="generator" content="made with love by dartdoc 0.23.1">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

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.23.0">
7+
<meta name="generator" content="made with love by dartdoc 0.23.1">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

testing/test_package_docs_dev/__404error.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.23.0">
7+
<meta name="generator" content="made with love by dartdoc 0.23.1">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

testing/test_package_docs_dev/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.23.0">
7+
<meta name="generator" content="made with love by dartdoc 0.23.1">
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)