Skip to content

Commit

Permalink
freezed_lint : 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
freezed      : 2.5.7 -> 2.5.8
  • Loading branch information
rrousselGit committed Jan 6, 2025
1 parent 0a0ecee commit 40a551a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 path
## 2.5.8 - 2025-01-06

Support analyzer 7.0.0

Expand Down
2 changes: 1 addition & 1 deletion 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.7
version: 2.5.8
repository: https://github.com/rrousselGit/freezed
issue_tracker: https://github.com/rrousselGit/freezed/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/freezed_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased fix
## 0.0.6 - 2025-01-06

- fix false positive `freezed_missing_private_empty_constructor` if accessor/method/field is static (thanks to @SunlightBro)

Expand Down
2 changes: 1 addition & 1 deletion 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.5
version: 0.0.6
description: >
Linter rules for freezed.
repository: https://github.com/rrousselGit/freezed
Expand Down

0 comments on commit 40a551a

Please sign in to comment.