Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Jan 1, 2024
1 parent 20139f5 commit 0ddb295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions state_beacon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion state_beacon/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0ddb295

Please sign in to comment.