Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 14, 2022
1 parent 1a83535 commit d0275f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
4 changes: 2 additions & 2 deletions packages/freezed/pubspec.yaml
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.1.1
version: 2.2.0
repository: https://github.com/rrousselGit/freezed
issue_tracker: https://github.com/rrousselGit/freezed/issues

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/freezed_annotation/pubspec.yaml
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.1.0
version: 2.2.0
repository: https://github.com/rrousselGit/freezed
issue_tracker: https://github.com/rrousselGit/freezed/issues

Expand Down

0 comments on commit d0275f2

Please sign in to comment.