Skip to content

Commit

Permalink
Bump analyzer version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jan 8, 2025
1 parent 175b25d commit 7a9005a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
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.7 - 2025-01-08

Bump analyzer version

## 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
10 changes: 5 additions & 5 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.6
version: 0.0.7
description: >
Linter rules for freezed.
repository: https://github.com/rrousselGit/freezed
Expand All @@ -9,12 +9,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
analyzer: ^6.5.0
analyzer_plugin: ^0.11.2
custom_lint_builder: ^0.6.0
analyzer: ^7.0.0
analyzer_plugin: ^0.12.0
custom_lint_builder: ^0.7.1
freezed_annotation: ^2.4.4

dev_dependencies:
custom_lint: ^0.6.0
custom_lint: ^0.7.1
build_verify: ^3.1.0
test: ^1.22.2

0 comments on commit 7a9005a

Please sign in to comment.