Skip to content

Commit a1f8bc6

Browse files
committed
small changelog tweak
1 parent fc122fc commit a1f8bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source_gen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
`GeneratorForAnnotation.generateForAnnotatedElement`.
55
- Support all the glob quotes.
66
- Require Dart 3.4.0
7-
- Require `analyzer: '>=6.4.0 <7.0.0'`
7+
- Require `analyzer: ^6.4.0`
88

99
## 1.5.0
1010

source_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.4.0
99

1010
dependencies:
11-
analyzer: '>=6.4.0 <7.0.0'
11+
analyzer: ^6.4.0
1212
async: ^2.5.0
1313
build: ^2.1.0
1414
dart_style: ^2.0.0

0 commit comments

Comments
 (0)