diff --git a/packages/altive_lints/CHANGELOG.md b/packages/altive_lints/CHANGELOG.md index a64364f..c7cdf72 100644 --- a/packages/altive_lints/CHANGELOG.md +++ b/packages/altive_lints/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.15.0 + + - **FIX**: No warnings in test directory ([#70](https://github.com/altive/altive_lints/issues/70)). ([02d2fa8a](https://github.com/altive/altive_lints/commit/02d2fa8abb7249232f7eca6b3f99df20239b5fc8)) + - **FEAT**: update all_lint_rules ([#69](https://github.com/altive/altive_lints/issues/69)). ([bce2f105](https://github.com/altive/altive_lints/commit/bce2f105048733af9c77c81481f719a0fe08b146)) + ## 1.14.1 - **FIX**: Exclude Colors.transparent from the target of avoid_hardcoded_color ([#63](https://github.com/altive/altive_lints/issues/63)). ([f1a1f5f5](https://github.com/altive/altive_lints/commit/f1a1f5f5cf2a01bac1c032730ff1c44be1857d12)) diff --git a/packages/altive_lints/pubspec.yaml b/packages/altive_lints/pubspec.yaml index 76a526f..1b09fdb 100644 --- a/packages/altive_lints/pubspec.yaml +++ b/packages/altive_lints/pubspec.yaml @@ -2,7 +2,7 @@ name: altive_lints description: >- Provides `all_lint_rules.yaml` that activates all rules and `altive_lints.yaml` with Altive recommended rule selection. -version: 1.14.1 +version: 1.15.0 homepage: https://altive.dev repository: https://github.com/altive/altive_lints issue_tracker: https://github.com/altive/altive_lints/issues diff --git a/packages/diffscrape/pubspec.yaml b/packages/diffscrape/pubspec.yaml index 962ee15..4aee8e5 100644 --- a/packages/diffscrape/pubspec.yaml +++ b/packages/diffscrape/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: http: ^1.2.1 dev_dependencies: - altive_lints: ^1.14.1 + altive_lints: ^1.15.0 test: ^1.25.7