Skip to content

Commit

Permalink
Actually bump pkg:analyzer dep (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Dec 17, 2024
1 parent 52c25cc commit d8311be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 6.9.2

- Support the latest `package:analyzer`.

## 6.9.1

- Support the latest `package:analyzer` and `package:source_gen`.
- Support the latest `package:source_gen`.
- Require Dart 3.6

## 6.9.0
Expand Down
4 changes: 2 additions & 2 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.9.1
version: 6.9.2
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand All @@ -15,7 +15,7 @@ topics:
resolution: workspace

dependencies:
analyzer: '>=6.5.0 <7.0.0'
analyzer: '>=6.5.0 <8.0.0'
async: ^2.10.0
build: ^2.4.1
build_config: ^1.1.0
Expand Down

0 comments on commit d8311be

Please sign in to comment.