Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 5a310b7

Browse files
authored
Update 'analyzer' constraint to '>=1.7.0 <3.0.0', 'meta' constraint to '>=1.3.0 <3.0.0'. (#2746)
1 parent 1963add commit 5a310b7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.7.1
2+
3+
- Update `analyzer` constraint to `>=1.7.0 <3.0.0`.
4+
- Update `meta` constraint to `>=1.3.0 <3.0.0`.
5+
16
# 1.7.0
27

38
- fixed case-sensitive false positive in `use_full_hex_values_for_flutter_colors`

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.7.0';
6+
const String version = '1.7.1';

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.7.0
2+
version: 1.7.1
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.
@@ -12,12 +12,12 @@ environment:
1212
sdk: '>=2.12.0 <3.0.0'
1313

1414
dependencies:
15-
analyzer: ^1.7.0
15+
analyzer: '>=1.7.0 <3.0.0'
1616
args: ^2.0.0
1717
collection: ^1.15.0
1818
glob: ^2.0.0
1919
http: ^0.13.0
20-
meta: ^1.3.0
20+
meta: '>=1.3.0 <3.0.0'
2121
path: ^1.8.0
2222
source_span: ^1.8.0
2323
yaml: ^3.0.0

0 commit comments

Comments
 (0)