Skip to content

Commit

Permalink
bumping to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis committed Nov 21, 2023
1 parent 865d0c1 commit 6bd3144
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_preact_signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Fixing recursive call after refactor
-
## 0.0.1

- Adding extensions for `ValueNotifier`, `ValueListenable` and `BuildContext`
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_preact_signals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_preact_signals
description: Preact signals in flutter with widget helpers
version: 0.0.1
version: 0.0.2
repository: https://github.com/rodydavis/preact_signals.dart

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
preact_signals: ^0.0.1
preact_signals: ^0.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/preact_signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Fixing recursive call after refactor

## 0.0.1

- Adding `computed`, `effect`, `signal`, `untracked`
Expand Down
2 changes: 1 addition & 1 deletion packages/preact_signals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: preact_signals
description: Signal, Computed and Effect built with dart
version: 0.0.1+1
version: 0.0.2
repository: https://github.com/rodydavis/preact_signals.dart

environment:
Expand Down

0 comments on commit 6bd3144

Please sign in to comment.