Skip to content

Commit b44818f

Browse files
committed
Begin changelog for next release after 6.1.5
1 parent bc7bdc4 commit b44818f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.2.0-dev
2+
3+
* Stop generating a null-safety badge for elements
4+
in a null-safe library. (#3295)
5+
* Switch to using a sun icon for switching to the light theme. (#3309)
6+
* Standardize the search icon style to a new SVG. (#3302)
7+
* Remove CSS classes no longer used in dartdoc generated content. (#3302)
8+
19
## 6.1.5
210

311
* Fix remote linking in Dart 2.18. (#3267)
@@ -45,7 +53,7 @@
4553
* Reduce memory usage by much more extensive use of non-growable Lists, and
4654
constant empty lists. (#3151 and #3154)
4755
* Make `Warnable.package` non-nullable. (#3155)
48-
* Refactor the various `Renderer` classses. Specifically add abstract
56+
* Refactor the various `Renderer` classes. Specifically add abstract
4957
`ElementTypeRendererHtml` and `ElementTypeRendererMd` classes which implement
5058
some shared calculations. (#3163)
5159
* Deprecate `ElementTypeRenderer.wrapNullability`. (#3163)

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/v6.1.5/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.2.0-dev/%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 = '6.1.5';
2+
const packageVersion = '6.2.0-dev';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `dart run grinder build` after updating.
3-
version: 6.1.5
3+
version: 6.2.0-dev
44
description: A non-interactive HTML documentation generator for Dart source code.
55
repository: https://github.com/dart-lang/dartdoc
66

0 commit comments

Comments
 (0)