Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Nov 16, 2021
1 parent a628f5e commit f9271d2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/freezed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.0.0

Freezed is now stable

This release also:

- reverted an involuntary change of how union types were de/serialized, breaking
existing code.
- fixed an issue with generic typedefs (thanks to @SunlightBro #552)
- fixed a potential null exception

# 0.15.1+1

- Fixed a bug where the generated code for serializable unions with a base class was invalid
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: 0.15.1+1
version: 1.0.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.1.1
freezed_annotation: ^0.15.0
freezed_annotation: ^1.0.0

dev_dependencies:
json_serializable: ^6.0.1
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 @@
# 1.0.0

freezed_annotation is now stable

# 0.15.0

- **Breaking** Changed the syntax for `@With` and `@Implements` to use a generic annotation.
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: 0.15.0
version: 1.0.0
homepage: https://github.com/rrousselGit/freezed

environment:
Expand Down

0 comments on commit f9271d2

Please sign in to comment.