From b22aff956e967040019f1b37adbaefbb1a2d92ae Mon Sep 17 00:00:00 2001 From: Kartal Kaan Bozdogan Date: Mon, 25 Dec 2023 20:31:36 +0100 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcebd65..3712f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0 - 2023-12-25 + +- Upgraded Computed to 0.4 +- Rebuild `Widget`s during `build()`, instead of when their dependencies change + ## 0.1.1 - 2023-12-21 - `Element::build`: Always rebuild, unless there is a cached build already diff --git a/pubspec.yaml b/pubspec.yaml index 8e55ac6..a002345 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Straightforward, reliable, performant and testable reactive state m repository: https://github.com/mstniy/computed_flutter -version: 0.1.1 +version: 0.2.0 environment: sdk: ">=2.17.0 <4.0.0"