diff --git a/packages/custom_lint/CHANGELOG.md b/packages/custom_lint/CHANGELOG.md index 65fcbc27..db7d0cf4 100644 --- a/packages/custom_lint/CHANGELOG.md +++ b/packages/custom_lint/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased fix +## 0.7.2 - 2025-01-29 - Fix Android Studio/InteliJ (thanks to @EricSchlichting) diff --git a/packages/custom_lint/pubspec.yaml b/packages/custom_lint/pubspec.yaml index a98f738a..2f796976 100644 --- a/packages/custom_lint/pubspec.yaml +++ b/packages/custom_lint/pubspec.yaml @@ -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 diff --git a/packages/custom_lint_builder/CHANGELOG.md b/packages/custom_lint_builder/CHANGELOG.md index f402c2d8..8ef44e2c 100644 --- a/packages/custom_lint_builder/CHANGELOG.md +++ b/packages/custom_lint_builder/CHANGELOG.md @@ -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 diff --git a/packages/custom_lint_builder/pubspec.yaml b/packages/custom_lint_builder/pubspec.yaml index 935cb3f5..eac42cdf 100644 --- a/packages/custom_lint_builder/pubspec.yaml +++ b/packages/custom_lint_builder/pubspec.yaml @@ -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 @@ -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