Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 1, 2023
1 parent 6f7b0cf commit 264e257
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/riverpod_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased fix

- Fix typo in the name of the lint `avoid_manual_providers_as_generated_provider_dependency` (thanks to @mafreud)
## 1.1.6 - 2023-03-13

- No-longer throw "Bad state: Too many elements"
Expand Down Expand Up @@ -34,7 +37,7 @@ Fix quick-fix for provider_dependencies
It also contains a quick-fix to automatically update the list of `dependencies` to match.
This lint only works with generated providers.

- Added `avoid_manual_providers_as_generated_provider_depenency` lint.
- Added `avoid_manual_providers_as_generated_provider_dependency` lint.
This lint warns if a generated provider depends on a non-generated provider,
as this would break the `provider_dependencies` lint.

Expand Down

0 comments on commit 264e257

Please sign in to comment.