Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jul 15, 2022
1 parent df390b6 commit 1b83c86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/freezed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased fixes
# 2.1.0

Fixed a StackOverflow error when defining circular `export`s.
- Add support for de/serializing generic Freezed classes (Thanks to @TimWhiting)
- Fixed a StackOverflow error when defining circular `export`s (Thanks to @TimWhiting)

# 2.0.5

Expand Down
4 changes: 2 additions & 2 deletions packages/freezed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: freezed
description: >
Code generation for immutable classes that has a simple syntax/API without
compromising on the features.
version: 2.0.5
version: 2.1.0
homepage: https://github.com/rrousselGit/freezed

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
collection: ^1.15.0
meta: ^1.7.0
source_gen: ^1.2.0
freezed_annotation: ^2.0.3
freezed_annotation: ^2.1.0
json_annotation: ^4.4.0

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/freezed_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.0

- Add support for de/serializing generic Freezed classes (Thanks to @TimWhiting)

# 2.0.3

– fix: build.yaml decoding crash
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 @@ -2,7 +2,7 @@ name: freezed_annotation
description: >
Annotations for the freezed code-generator.
This package does nothing without freezed too.
version: 2.0.3
version: 2.1.0
homepage: https://github.com/rrousselGit/freezed

environment:
Expand Down

0 comments on commit 1b83c86

Please sign in to comment.