Skip to content

Commit 015c112

Browse files
committed
prepare release v2.1.0
1 parent 7121cd9 commit 015c112

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.1.0
22

33
* Updated documentation of the package
4+
* Upgraded dependencies
45
* Created custom rule
56
* `avoid_unassigned_late_fields`: Avoid unassigned late fields in class :warning:
67

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ environment:
66
sdk: ">=2.18.0 <3.0.0"
77

88
dev_dependencies:
9-
custom_lint: ^0.4.0
9+
custom_lint: ^0.5.0
1010
fd_lints:
1111
path: ../

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ environment:
1111
dependencies:
1212
analyzer: ^5.12.0
1313
analyzer_plugin: ^0.11.2
14-
custom_lint_builder: ^0.4.0
14+
custom_lint_builder: ^0.5.0

0 commit comments

Comments
 (0)