diff --git a/packages/freezed/CHANGELOG.md b/packages/freezed/CHANGELOG.md index 1437696a..dc6379fb 100644 --- a/packages/freezed/CHANGELOG.md +++ b/packages/freezed/CHANGELOG.md @@ -1,4 +1,4 @@ -# [Unreleased] +# 2.2.0 - The generated `copyWith` is now annotated by `@useResult` (thanks to @miDeb) - Improved performance of `copyWith` (thanks to @miDeb) diff --git a/packages/freezed/pubspec.yaml b/packages/freezed/pubspec.yaml index 0bb9bad5..099348ae 100644 --- a/packages/freezed/pubspec.yaml +++ b/packages/freezed/pubspec.yaml @@ -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.1.1 +version: 2.2.0 repository: https://github.com/rrousselGit/freezed issue_tracker: https://github.com/rrousselGit/freezed/issues @@ -16,7 +16,7 @@ dependencies: collection: ^1.15.0 meta: ^1.7.0 source_gen: ^1.2.3 - freezed_annotation: ^2.1.0 + freezed_annotation: ^2.2.0 json_annotation: ^4.6.0 dev_dependencies: diff --git a/packages/freezed_annotation/CHANGELOG.md b/packages/freezed_annotation/CHANGELOG.md index a0e2464c..7e9a8f57 100644 --- a/packages/freezed_annotation/CHANGELOG.md +++ b/packages/freezed_annotation/CHANGELOG.md @@ -1,4 +1,4 @@ -# [Unreleased] +# 2.2.0 - Re-introduced `@With.fromString` and `@Implements.fromString` to allow unions to implement generic types. (thanks to @rorystephenson) diff --git a/packages/freezed_annotation/pubspec.yaml b/packages/freezed_annotation/pubspec.yaml index cbc1cb83..adfc0b5b 100644 --- a/packages/freezed_annotation/pubspec.yaml +++ b/packages/freezed_annotation/pubspec.yaml @@ -2,7 +2,7 @@ name: freezed_annotation description: > Annotations for the freezed code-generator. This package does nothing without freezed too. -version: 2.1.0 +version: 2.2.0 repository: https://github.com/rrousselGit/freezed issue_tracker: https://github.com/rrousselGit/freezed/issues