diff --git a/json_annotation/CHANGELOG.md b/json_annotation/CHANGELOG.md index eb1277ac..1b3d6be2 100644 --- a/json_annotation/CHANGELOG.md +++ b/json_annotation/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.8.2-wip +## 4.9.0-wip - Require Dart 3.0 - Added `JsonSerializable(createJsonKeys: true)`. diff --git a/json_annotation/pubspec.yaml b/json_annotation/pubspec.yaml index a6b97a23..aabbd968 100644 --- a/json_annotation/pubspec.yaml +++ b/json_annotation/pubspec.yaml @@ -1,5 +1,5 @@ name: json_annotation -version: 4.8.2-wip +version: 4.9.0-wip description: >- Classes and helper functions that support JSON code generation via the `json_serializable` package. diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 826b34f0..845d563b 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.7.2-wip +## 6.8.0-wip - Add type arguments to `Map` literals used for `Record` serialization. - Added support for generating `ExampleJsonKeys`, exposing a secured way to access the json keys from the properties. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 1c309e2a..307e1f76 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.7.2-wip +version: 6.8.0-wip description: >- Automatically generate code for converting to and from JSON by annotating Dart classes.