Skip to content

Commit 532cbe4

Browse files
authored
rev to 5.0.0 in preparation for publishing (dart-archive/lints#210)
1 parent c369399 commit 532cbe4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/lints/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

pkgs/lints/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)