Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jun 30, 2024
1 parent aad45cd commit 29818c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.0+1
# 2.0.0+2

- Remove AsyncValueSelector
- Remove set
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 29818c7

Please sign in to comment.