Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit af68bf0

Browse files
authored
rev to 5.0.0 in preparation for publishing (#210)
1 parent 9e4fd7d commit af68bf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## 5.0.0-wip
1+
## 5.0.0
22

33
- `recommended`:
4-
- added [unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181)
54
- added [invalid_runtime_check_with_js_interop_types] (https://github.com/dart-lang/lints/issues/188)
5+
- added [unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181)
66
- removed [avoid_null_checks_in_equality_operators] (https://github.com/dart-lang/lints/issues/200)
77
- Updated the SDK lower-bound to 3.5.
88

9-
[unnecessary_library_name]: https://dart.dev/lints/unnecessary_library_name
109
[invalid_runtime_check_with_js_interop_types]: https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types
10+
[unnecessary_library_name]: https://dart.dev/lints/unnecessary_library_name
1111
[avoid_null_checks_in_equality_operators]: https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators
1212

1313
## 4.0.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lints
2-
version: 5.0.0-wip
2+
version: 5.0.0
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.

0 commit comments

Comments
 (0)