diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd43b9a3..25303c178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.7.1 + +- Update `analyzer` constraint to `>=1.7.0 <3.0.0`. +- Update `meta` constraint to `>=1.3.0 <3.0.0`. + # 1.7.0 - fixed case-sensitive false positive in `use_full_hex_values_for_flutter_colors` diff --git a/lib/src/version.dart b/lib/src/version.dart index 678209392..d7b66dbbc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -3,4 +3,4 @@ // BSD-style license that can be found in the LICENSE file. /// Package version. Synchronized w/ pubspec.yaml. -const String version = '1.7.0'; +const String version = '1.7.1'; diff --git a/pubspec.yaml b/pubspec.yaml index f7b1f55ba..bcac0f84b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 1.7.0 +version: 1.7.1 description: >- The implementation of the lint rules supported by the analyzer framework. @@ -12,12 +12,12 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - analyzer: ^1.7.0 + analyzer: '>=1.7.0 <3.0.0' args: ^2.0.0 collection: ^1.15.0 glob: ^2.0.0 http: ^0.13.0 - meta: ^1.3.0 + meta: '>=1.3.0 <3.0.0' path: ^1.8.0 source_span: ^1.8.0 yaml: ^3.0.0