Skip to content

Commit

Permalink
minor version bump - because features
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Mar 3, 2024
1 parent c94920c commit 0134b53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.8.2-wip
## 4.9.0-wip

- Require Dart 3.0
- Added `JsonSerializable(createJsonKeys: true)`.
Expand Down
2 changes: 1 addition & 1 deletion json_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0134b53

Please sign in to comment.