Skip to content

Commit

Permalink
Prepare for dartdoc 6.2.0 release (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g authored Mar 3, 2023
1 parent 5c2a996 commit 5956d82
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 6.2.0-dev
## 6.2.0

* Add basic support for Dart 3.0 features, including records and class
modifiers. (#3340, #3354)
* Stop generating a null-safety badge for elements in a null-safe library.
(#3295)
* Use a sun icon for switching to the light theme. (#3309)
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.2.0-dev/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.2.0/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '6.2.0-dev';
const packageVersion = '6.2.0';
23 changes: 12 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
name: dartdoc
# Run `dart run grinder build` after updating.
version: 6.2.0-dev
version: 6.2.0
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

environment:
sdk: '>=2.18.0 <3.0.0'

dependencies:
analyzer: ^5.2.0
analyzer: ^5.7.1
args: ^2.3.0
cli_util: ^0.3.5
collection: ^1.15.0
collection: ^1.17.0
crypto: ^3.0.1
glob: ^2.0.1
glob: ^2.1.1
html: ^0.15.0
logging: ^1.0.2
markdown: ^7.0.0
meta: ^1.7.0
package_config: ^2.0.2
path: ^1.8.0
pub_semver: ^2.1.0
pub_semver: ^2.1.3
source_span: ^1.8.1
yaml: ^3.1.0

dev_dependencies:
async: ^2.8.2
build: ^2.1.0
build_runner: ^2.1.2
build_test: ^2.1.3
build_version: ^2.1.0
code_builder: ^4.2.0
build: ^2.3.1
build_runner: ^2.3.0
build_test: ^2.1.6
build_version: ^2.1.1
code_builder: ^4.4.0
coverage: ^1.0.3
dart_style: ^2.2.0
grinder: ^0.9.0
http: ^0.13.3
js: ^0.6.5
lints: ^2.0.0
test: ^1.19.0
matcher: ^0.12.14
test: ^1.23.1
test_descriptor: ^2.0.0
test_process: ^2.0.2
test_reflective_loader: ^0.2.0
Expand Down

0 comments on commit 5956d82

Please sign in to comment.