Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 6, 2023
1 parent d0ec324 commit 752529e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Unreleased patch

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
is a false positive.
- Removed unused dependency (thanks to @passsy)

## 2.3.2 - 2023-03-13

- Deprecated the generic parameter of `Family`.
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Unreleased patch

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
is a false positive.
- Removed unused dependency (thanks to @passsy)

## 2.3.2 - 2023-03-13

- Deprecated the generic parameter of `Family`.
Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Unreleased
## Unreleased patch

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
is a false positive.
- Removed unused deependency (thanks to @passsy)
- Removed unused dependency (thanks to @passsy)

## 2.3.2 - 2023-03-13

Expand Down

0 comments on commit 752529e

Please sign in to comment.