Skip to content

Commit

Permalink
Upgrade to 6.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 28, 2022
1 parent 058bcab commit b7d29ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions json_serializable/CHANGELOG.md
@@ -1,3 +1,8 @@
## 6.3.0-dev

- Added support for using a `JsonConverter<MyClass, Object>` on properties
of type `MyClass?`. ([#822](https://github.com/google/json_serializable.dart/issues/822))

## 6.2.0

- Added support for the new `FieldRename.screamingSnake` field in
Expand Down
2 changes: 1 addition & 1 deletion json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.2.0
version: 6.3.0-dev
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand Down

0 comments on commit b7d29ce

Please sign in to comment.