Skip to content
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
5 changes: 5 additions & 0 deletions json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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:
Expand Down