From d8311be1823007344bd17eb7f5f00b885ab2b033 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 17 Dec 2024 16:54:51 -0600 Subject: [PATCH] Actually bump pkg:analyzer dep (#1466) --- json_serializable/CHANGELOG.md | 6 +++++- json_serializable/pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 8ebbd107..a0e2db27 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -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 diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 9df24fd0..4a3c00a2 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -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. @@ -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