From e0e0f436ce95a72f2dfd03a1d5e8ad5a97ab2068 Mon Sep 17 00:00:00 2001 From: jinyus Date: Sat, 20 Apr 2024 17:59:42 -0500 Subject: [PATCH] v0.45.1 --- packages/state_beacon/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/state_beacon/CHANGELOG.md b/packages/state_beacon/CHANGELOG.md index f3dfc97..5162e94 100644 --- a/packages/state_beacon/CHANGELOG.md +++ b/packages/state_beacon/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.45.1 + +- [Dependency] Updated `lite_ref` to `0.8.1` + # 0.45.0 - [Feat] Add `ValueNotifier.toBeacon()` which converts a `ValueNotifier` to a `WritableBeacon`. All changes to the notifier are reflected in the beacon and vice versa.