Skip to content

Commit

Permalink
small changelog tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 9, 2024
1 parent fc122fc commit a1f8bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
`GeneratorForAnnotation.generateForAnnotatedElement`.
- Support all the glob quotes.
- Require Dart 3.4.0
- Require `analyzer: '>=6.4.0 <7.0.0'`
- Require `analyzer: ^6.4.0`

## 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion source_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ^3.4.0

dependencies:
analyzer: '>=6.4.0 <7.0.0'
analyzer: ^6.4.0
async: ^2.5.0
build: ^2.1.0
dart_style: ^2.0.0
Expand Down

0 comments on commit a1f8bc6

Please sign in to comment.