Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Dec 7, 2023
1 parent 3ea936d commit 7a930b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions state_beacon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.11.1

- Mark internal methods as @protected

## 0.11.0

- FutureBeacon is now a base class for DefaultFutureBeacon and DerivedFutureBeacon
- Expose DerivedFutureBeacon as a FutureBeacon

## 0.10.2

- Add unwrapValue() method to AsyncValue class
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 for dart and flutter
version: 0.10.2
version: 0.11.1
repository: https://github.com/jinyus/dart_beacon

environment:
Expand Down

0 comments on commit 7a930b7

Please sign in to comment.