diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index b433e3c4..ca0f09f8 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.11.1 + +- Allow `build: '>=3.0.0 <5.0.0'`. +- Allow `source_gen: '>=3.1.0 <5.0.0'`. + ## 6.11.0 - Support `JsonKey` annotation on constructor parameters. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 659350fd..f6884b8c 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.11.0 +version: 6.11.1 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes. @@ -17,7 +17,7 @@ resolution: workspace dependencies: analyzer: '>=7.4.0 <9.0.0' async: ^2.10.0 - build: ^3.0.0 + build: '>=3.0.0 <5.0.0' build_config: ^1.1.0 dart_style: ^3.0.0 @@ -28,7 +28,7 @@ dependencies: path: ^1.9.0 pub_semver: ^2.1.4 pubspec_parse: ^1.0.0 - source_gen: ^3.1.0 + source_gen: '>=3.1.0 <5.0.0' source_helper: ^1.3.6 dev_dependencies: