Skip to content

Commit 04af01c

Browse files
authored
beta release of pkg:json_annotation (#1050)
To ensure it's backwards compatible
1 parent cd77f7a commit 04af01c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json_annotation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.4.0-dev
1+
## 4.4.0-beta.0
22

33
- Added `JsonKey.readValue`.
44
- Non-breaking updates to `checkedCreate` and `checkedConvert` to support

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 4.3.1-dev
2+
version: 4.4.0-beta.0
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.

0 commit comments

Comments
 (0)