Skip to content

Commit da27c93

Browse files
committed
prepare release 2.2.0
1 parent 53c72c2 commit da27c93

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
3+
* Updated `analyzer` dependency constraints to `">=5.12.0 <7.0.0"`
4+
* Updated `custom_lint_builder` dependency constraints to `">=0.5.2 <0.6.0"`
5+
16
## 2.1.0
27

38
* Updated documentation of the package

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: fd_lints
22
description: An opiniated set of lint rules for Dart and Flutter projects. Made
33
by yours truly Floating Dartists.
4-
version: 2.1.0
4+
version: 2.2.0
55
repository: https://github.com/Floating-Dartists/fd_lints
66
issue_tracker: https://github.com/Floating-Dartists/fd_lints/issues
77

88
environment:
99
sdk: ">=2.18.0 <4.0.0"
1010

1111
dependencies:
12-
analyzer: ^5.12.0
12+
analyzer: ">=5.12.0 <7.0.0"
1313
analyzer_plugin: ^0.11.2
14-
custom_lint_builder: ^0.5.0
14+
custom_lint_builder: ">=0.5.2 <0.6.0"

0 commit comments

Comments
 (0)