From 29818c76504263f05927dd02676634174603078f Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Sun, 30 Jun 2024 12:25:06 -0300 Subject: [PATCH] change version --- CHANGELOG.md | 2 +- README.md | 1 - pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1bf69..b0f5a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.0+1 +# 2.0.0+2 - Remove AsyncValueSelector - Remove set diff --git a/README.md b/README.md index d3d7c61..db28fac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ A Flutter package that provides computed values for `ValueNotifier`, inspired by This package includes two main classes: - `ValueSelector`: Computes a synchronous value based on a given scope. -- `AsyncValueSelector`: Computes an asynchronous value based on a given scope. These classes allow you to create computed values that automatically update when their dependencies change, providing a reactive programming model similar to Recoil selectors. diff --git a/pubspec.yaml b/pubspec.yaml index 4415a54..06c7d77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: value_selectable description: "A Flutter package that provides computed values for `ValueNotifier`, inspired by the Selectors from Recoil." repository: https://github.com/Flutterando/value_selectable -version: 2.0.0+1 +version: 2.0.0+2 environment: sdk: '>=3.0.0 <4.0.0'