Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstniy committed Dec 20, 2023
1 parent 332ded0 commit 44f2be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1 - 2023-12-21

- `Element::build`: Always rebuild, unless there is a cached build already
- Added mixin for stateful widgets

## 0.1.0 - 2023-12-17

- `ComputedWidget`, `ComputedStatefulWidget`, `ComputedBuilder`, `ComputedFlutterMixin`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Straightforward, reliable, performant and testable reactive state m

repository: https://github.com/mstniy/computed_flutter

version: 0.1.0
version: 0.1.1

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down

0 comments on commit 44f2be7

Please sign in to comment.