Skip to content

Commit 3aaed0c

Browse files
committed
custom_lint_core : 0.7.1 -> 0.7.2
custom_lint : 0.7.4 -> 0.7.5 custom_lint_builder : 0.7.4 -> 0.7.5
1 parent 97bc6bb commit 3aaed0c

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

Diff for: packages/custom_lint/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.5 - 2025-02-27
2+
3+
Fix inconsistent version
4+
15
## 0.7.4 - 2025-02-27
26

37
- Upgrade Freezed to 3.0

Diff for: packages/custom_lint/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint
2-
version: 0.7.4
2+
version: 0.7.5
33
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.
44
repository: https://github.com/invertase/dart_custom_lint
55
issue_tracker: https://github.com/invertase/dart_custom_lint/issues
@@ -15,7 +15,7 @@ dependencies:
1515
ci: ^0.1.0
1616
cli_util: ^0.4.2
1717
collection: ^1.16.0
18-
custom_lint_core: 0.7.1
18+
custom_lint_core: 0.7.5
1919
freezed_annotation: ^3.0.0
2020
json_annotation: ^4.7.0
2121
meta: ^1.7.0

Diff for: packages/custom_lint/tools/analyzer_plugin/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
custom_lint: 0.7.4
10+
custom_lint: 0.7.5
1111

1212
# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
1313
# in this folder, containing the following:

Diff for: packages/custom_lint_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.5 - 2025-02-27
2+
3+
Fix inconsistent version
4+
15
## 0.7.4 - 2025-02-27
26

37
- `custom_lint` upgraded to `0.7.4`

Diff for: packages/custom_lint_builder/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint_builder
2-
version: 0.7.4
2+
version: 0.7.5
33
description: A package to help writing custom linters
44
repository: https://github.com/invertase/dart_custom_lint
55

@@ -12,10 +12,10 @@ dependencies:
1212
collection: ^1.16.0
1313
# Using tight constraints as custom_lint_builder communicate with each-other
1414
# using a specific contract
15-
custom_lint: 0.7.4
15+
custom_lint: 0.7.5
1616
# Using tight constraints as custom_lint_builder communicate with each-other
1717
# using a specific contract
18-
custom_lint_core: 0.7.1
18+
custom_lint_core: 0.7.5
1919
# Using loose constraint to support a range of analyzer versions.
2020
custom_lint_visitor: ^1.0.0
2121
glob: ^2.1.1

Diff for: packages/custom_lint_core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.2 - 2025-02-27
2+
3+
Fix inconsistent version
4+
15
## 0.7.1 - 2025-01-08
26

37
- Support analyzer 7.0.0

Diff for: packages/custom_lint_core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint_core
2-
version: 0.7.1
2+
version: 0.7.5
33
description: A package to help writing custom linters
44
repository: https://github.com/invertase/dart_custom_lint
55

0 commit comments

Comments
 (0)