Skip to content

Commit 19a5b99

Browse files
v 0.0.15 - Dart 3 support
1 parent f1ec97d commit 19a5b99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.17
2+
3+
- Lock DCM version as they switch to proprietary license.
4+
15
## 0.0.16
26

37
- Update `dart_code_metrics` dependency to 5.7.3

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.0.16
5+
version: 0.0.17
66
homepage: https://github.com/solid-software/solid_lints/
77

88
environment:
99
sdk: '>=2.14.4 <4.0.0'
1010

1111
dependencies:
12-
dart_code_metrics: ^5.7.3
12+
# 5.7.6 has proprietary license so we will not use it
13+
dart_code_metrics: '>=5.7.3 <=5.7.5'

0 commit comments

Comments
 (0)