From facdb5e5bd26e92d516017092cee49a213d05ecc Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 30 Jun 2023 15:07:27 -0700 Subject: [PATCH] Support latest pkg:analyzer, release v6.7.1 (#1333) --- json_serializable/CHANGELOG.md | 4 ++++ json_serializable/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 0effefc6..49a067ba 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.1 + +- Support the latest `package:analyzer`. + ## 6.7.0 - Support `Record` types. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index d6403906..cfb3dd8a 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.7.0 +version: 6.7.1 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes. @@ -13,7 +13,7 @@ topics: - codegen dependencies: - analyzer: ^5.12.0 + analyzer: '>=5.12.0 <7.0.0' async: ^2.8.0 build: ^2.0.0 build_config: '>=0.4.4 <2.0.0'