Skip to content

Commit 5956d82

Browse files
authored
Prepare for dartdoc 6.2.0 release (#3355)
1 parent 5c2a996 commit 5956d82

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 6.2.0-dev
1+
## 6.2.0
22

3+
* Add basic support for Dart 3.0 features, including records and class
4+
modifiers. (#3340, #3354)
35
* Stop generating a null-safety badge for elements in a null-safe library.
46
(#3295)
57
* Use a sun icon for switching to the light theme. (#3309)

Diff for: dartdoc_options.yaml

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

Diff for: lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '6.2.0-dev';
2+
const packageVersion = '6.2.0';

Diff for: pubspec.yaml

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

77
environment:
88
sdk: '>=2.18.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: ^5.2.0
11+
analyzer: ^5.7.1
1212
args: ^2.3.0
1313
cli_util: ^0.3.5
14-
collection: ^1.15.0
14+
collection: ^1.17.0
1515
crypto: ^3.0.1
16-
glob: ^2.0.1
16+
glob: ^2.1.1
1717
html: ^0.15.0
1818
logging: ^1.0.2
1919
markdown: ^7.0.0
2020
meta: ^1.7.0
2121
package_config: ^2.0.2
2222
path: ^1.8.0
23-
pub_semver: ^2.1.0
23+
pub_semver: ^2.1.3
2424
source_span: ^1.8.1
2525
yaml: ^3.1.0
2626

2727
dev_dependencies:
2828
async: ^2.8.2
29-
build: ^2.1.0
30-
build_runner: ^2.1.2
31-
build_test: ^2.1.3
32-
build_version: ^2.1.0
33-
code_builder: ^4.2.0
29+
build: ^2.3.1
30+
build_runner: ^2.3.0
31+
build_test: ^2.1.6
32+
build_version: ^2.1.1
33+
code_builder: ^4.4.0
3434
coverage: ^1.0.3
3535
dart_style: ^2.2.0
3636
grinder: ^0.9.0
3737
http: ^0.13.3
3838
js: ^0.6.5
3939
lints: ^2.0.0
40-
test: ^1.19.0
40+
matcher: ^0.12.14
41+
test: ^1.23.1
4142
test_descriptor: ^2.0.0
4243
test_process: ^2.0.2
4344
test_reflective_loader: ^0.2.0

0 commit comments

Comments
 (0)