Skip to content

Commit

Permalink
custom_lint : 0.7.1 -> 0.7.2
Browse files Browse the repository at this point in the history
custom_lint_builder : 0.7.1 -> 0.7.2
  • Loading branch information
rrousselGit committed Jan 29, 2025
1 parent 7095532 commit 2c62827
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/custom_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased fix
## 0.7.2 - 2025-01-29

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

Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint
version: 0.7.1
version: 0.7.2
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.
repository: /~https://github.com/invertase/dart_custom_lint
issue_tracker: /~https://github.com/invertase/dart_custom_lint/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/custom_lint_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.2 - 2025-01-29

- `custom_lint` upgraded to `0.7.2`

## 0.7.1 - 2025-01-08

- Support analyzer 7.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/custom_lint_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint_builder
version: 0.7.1
version: 0.7.2
description: A package to help writing custom linters
repository: /~https://github.com/invertase/dart_custom_lint

Expand All @@ -12,7 +12,7 @@ dependencies:
collection: ^1.16.0
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint: 0.7.1
custom_lint: 0.7.2
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint_core: 0.7.1
Expand Down

0 comments on commit 2c62827

Please sign in to comment.