Skip to content

Commit

Permalink
Bump min dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jul 15, 2024
1 parent 3e5db32 commit 39b3464
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/freezed_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 2.4.3 - 2024-07-09
## Unreleased patch

- Require json_annotation ^4.8.0

## 2.4.3 - 2024-07-09 (retracted)

- Stop using `JsonKey(ignore: true)` in favour of `JsonKey(includeFromJson: false, includeToJson: false)`
(thanks to @lrsvmb)
- Require json_annotation ^4.8.0

## 2.4.2 - 2024-07-02

Expand Down
2 changes: 1 addition & 1 deletion packages/freezed_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
collection: ^1.15.0
json_annotation: ^4.6.0
json_annotation: ^4.8.0
meta: ^1.7.0

dev_dependencies:
Expand Down

0 comments on commit 39b3464

Please sign in to comment.