Skip to content

Commit 6bbfc01

Browse files
committed
custom_lint : 0.7.2 -> 0.7.3
custom_lint_builder : 0.7.2 -> 0.7.3
1 parent 2c62827 commit 6bbfc01

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

packages/custom_lint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.3 - 2025-02-08
2+
3+
- Bump analyzer_plugin
4+
15
## 0.7.2 - 2025-01-29
26

37
- Fix Android Studio/InteliJ (thanks to @EricSchlichting)

packages/custom_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint
2-
version: 0.7.2
2+
version: 0.7.3
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

packages/custom_lint/tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0
10+
custom_lint: 0.7.3
1111

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

packages/custom_lint_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.3 - 2025-02-08
2+
3+
- `custom_lint` upgraded to `0.7.3`
4+
15
## 0.7.2 - 2025-01-29
26

37
- `custom_lint` upgraded to `0.7.2`

packages/custom_lint_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint_builder
2-
version: 0.7.2
2+
version: 0.7.3
33
description: A package to help writing custom linters
44
repository: https://github.com/invertase/dart_custom_lint
55

@@ -12,7 +12,7 @@ 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.2
15+
custom_lint: 0.7.3
1616
# Using tight constraints as custom_lint_builder communicate with each-other
1717
# using a specific contract
1818
custom_lint_core: 0.7.1

0 commit comments

Comments
 (0)