Skip to content

Commit

Permalink
freezed_annotation : 2.4.2 -> 2.4.3
Browse files Browse the repository at this point in the history
freezed_lint       : 0.0.3 -> 0.0.4
freezed            : 2.5.4 -> 2.5.5
  • Loading branch information
rrousselGit committed Jul 9, 2024
1 parent 280a863 commit 4c5dd7b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/freezed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.5.5 - 2024-07-09

- Stop using `JsonKey(ignore: true)` in favour of `JsonKey(includeFromJson: false, includeToJson: false)`
(thanks to @lrsvmb)
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.5.4
version: 2.5.5
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.9.1
source_gen: ^1.4.0
freezed_annotation: ^2.4.2
freezed_annotation: ^2.4.3
json_annotation: ^4.8.0
# Indirect dependency, but fixes a compiler error when using `pub downgrade`
dart_style: ^2.3.6
Expand Down
2 changes: 1 addition & 1 deletion packages/freezed_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.4.3 - 2024-07-09

- Stop using `JsonKey(ignore: true)` in favour of `JsonKey(includeFromJson: false, includeToJson: false)`
(thanks to @lrsvmb)
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.4.2
version: 2.4.3
repository: https://github.com/rrousselGit/freezed
issue_tracker: https://github.com/rrousselGit/freezed/issues

Expand Down
4 changes: 4 additions & 0 deletions packages/freezed_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4 - 2024-07-09

- `freezed_annotation` upgraded to `2.4.3`

## 0.0.3 - 2024-07-02

- `freezed_annotation` upgraded to `2.4.2`
Expand Down
4 changes: 2 additions & 2 deletions packages/freezed_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: freezed_lint
version: 0.0.3
version: 0.0.4
description: >
Linter rules for freezed.
repository: https://github.com/rrousselGit/freezed
Expand All @@ -12,7 +12,7 @@ dependencies:
analyzer: ^6.5.0
analyzer_plugin: ^0.11.2
custom_lint_builder: ^0.6.0
freezed_annotation: ^2.4.2
freezed_annotation: ^2.4.3

dev_dependencies:
custom_lint: ^0.6.0
Expand Down

0 comments on commit 4c5dd7b

Please sign in to comment.