File tree 7 files changed +19
-7
lines changed
7 files changed +19
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.5 - 2025-02-27
2
+
3
+ Fix inconsistent version
4
+
1
5
## 0.7.4 - 2025-02-27
2
6
3
7
- Upgrade Freezed to 3.0
Original file line number Diff line number Diff line change 1
1
name : custom_lint
2
- version : 0.7.4
2
+ version : 0.7.5
3
3
description : Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
issue_tracker : https://github.com/invertase/dart_custom_lint/issues
@@ -15,7 +15,7 @@ dependencies:
15
15
ci : ^0.1.0
16
16
cli_util : ^0.4.2
17
17
collection : ^1.16.0
18
- custom_lint_core : 0.7.1
18
+ custom_lint_core : 0.7.5
19
19
freezed_annotation : ^3.0.0
20
20
json_annotation : ^4.7.0
21
21
meta : ^1.7.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
sdk : " >=3.0.0 <4.0.0"
8
8
9
9
dependencies :
10
- custom_lint : 0.7.4
10
+ custom_lint : 0.7.5
11
11
12
12
# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
13
13
# in this folder, containing the following:
Original file line number Diff line number Diff line change
1
+ ## 0.7.5 - 2025-02-27
2
+
3
+ Fix inconsistent version
4
+
1
5
## 0.7.4 - 2025-02-27
2
6
3
7
- ` custom_lint ` upgraded to ` 0.7.4 `
Original file line number Diff line number Diff line change 1
1
name : custom_lint_builder
2
- version : 0.7.4
2
+ version : 0.7.5
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
@@ -12,10 +12,10 @@ dependencies:
12
12
collection : ^1.16.0
13
13
# Using tight constraints as custom_lint_builder communicate with each-other
14
14
# using a specific contract
15
- custom_lint : 0.7.4
15
+ custom_lint : 0.7.5
16
16
# Using tight constraints as custom_lint_builder communicate with each-other
17
17
# using a specific contract
18
- custom_lint_core : 0.7.1
18
+ custom_lint_core : 0.7.5
19
19
# Using loose constraint to support a range of analyzer versions.
20
20
custom_lint_visitor : ^1.0.0
21
21
glob : ^2.1.1
Original file line number Diff line number Diff line change
1
+ ## 0.7.2 - 2025-02-27
2
+
3
+ Fix inconsistent version
4
+
1
5
## 0.7.1 - 2025-01-08
2
6
3
7
- Support analyzer 7.0.0
Original file line number Diff line number Diff line change 1
1
name : custom_lint_core
2
- version : 0.7.1
2
+ version : 0.7.5
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
You can’t perform that action at this time.
0 commit comments