diff --git a/state_beacon/CHANGELOG.md b/state_beacon/CHANGELOG.md index 800a1da3..9825a279 100644 --- a/state_beacon/CHANGELOG.md +++ b/state_beacon/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.0 + +- Beacon.untracked() now only hide the update/access from encompassing effects. + ## 0.14.6 - Add `tryCatch` method to AsyncValue class that executes a future and returns an AsyncData or AsyncError diff --git a/state_beacon/pubspec.yaml b/state_beacon/pubspec.yaml index 92c04bed..a51932dd 100644 --- a/state_beacon/pubspec.yaml +++ b/state_beacon/pubspec.yaml @@ -1,6 +1,6 @@ name: state_beacon description: A reactive primitive and simple state managerment solution for dart and flutter -version: 0.14.6 +version: 0.15.0 repository: https://github.com/jinyus/dart_beacon environment: