Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually bump pkg:analyzer dep #1466

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading