Skip to content

Commit d07d8d6

Browse files
committed
bump signals_hooks version
1 parent 911cdbc commit d07d8d6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/signals_hooks/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
- fix: Check if widget is mounted before rebuilding
4+
15
## 0.2.0
26

37
- feat: Add `useSignalValue` to get the value of a signal directly
@@ -16,4 +20,4 @@
1620
- Add useSignal
1721
- Add useComputed
1822
- Add useSignalEffect
19-
- Add useExistingSignal
23+
- Add useExistingSignal

packages/signals_hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: signals_hooks
22
description: "flutter_hooks bindings for signals"
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/rodydavis/signals.dart
55
homepage: https://dartsignals.dev/
66
documentation: https://dartsignals.dev/

0 commit comments

Comments
 (0)