Skip to content

Commit

Permalink
Merge pull request #202 from rodydavis/Virtual-branch
Browse files Browse the repository at this point in the history
Virtual branch
  • Loading branch information
rodydavis committed Feb 29, 2024
2 parents 6202b2b + 368c0ce commit 75a82c2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
9 changes: 9 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.5.0

- Updating documentation comments
- Fixing signals observer bug on effect
- Removing previousValue from value signal
- Add ability to remove an onDispose callback
- Update to `signals_core` 4.5.0
- Update to `signals_flutter` 4.5.0

## 4.4.0

- adding overrideWith
Expand Down
6 changes: 3 additions & 3 deletions packages/signals/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Reactivity made simple. Do more by doing less. Supports Flutter an
repository: https://github.com/rodydavis/signals.dart
homepage: https://rodydavis.github.io/signals.dart
documentation: https://rodydavis.github.io/signals.dart
version: 4.4.0
version: 4.5.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
signals_core: ^4.4.0
signals_flutter: ^4.4.0
signals_core: ^4.5.0
signals_flutter: ^4.5.0

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

- Updating documentation comments
- Fixing signals observer bug on effect
- Removing previousValue from value signal
- Add ability to remove an onDispose callback

## 4.4.0

- adding overrideWith
Expand Down
2 changes: 1 addition & 1 deletion packages/signals_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: signals_core
description: Reactivity made simple. Do more by doing less.
version: 4.4.0
version: 4.5.0
repository: https://github.com/rodydavis/signals.dart
homepage: https://rodydavis.github.io/signals.dart
documentation: https://rodydavis.github.io/signals.dart
Expand Down
8 changes: 8 additions & 0 deletions packages/signals_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.5.0

- Updating documentation comments
- Fixing signals observer bug on effect
- Removing previousValue from value signal
- Add ability to remove an onDispose callback
- Update to `signals_core` 4.5.0

## 4.4.0

- adding overrideWith
Expand Down
4 changes: 2 additions & 2 deletions packages/signals_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: signals_flutter
description: Flutter extensions for signals_core
version: 4.4.0
version: 4.5.0
repository: https://github.com/rodydavis/signals.dart
homepage: https://rodydavis.github.io/signals.dart
documentation: https://rodydavis.github.io/signals.dart
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
signals_core: ^4.4.0
signals_core: ^4.5.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 75a82c2

Please sign in to comment.