Skip to content

Commit

Permalink
published 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis committed Sep 2, 2024
1 parent c87bb85 commit 4c4a62d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.5.0

- Fix for hot reload
- Removing deprecation warning for watch/unwatch

## 5.4.0

- Add SignalsMixin to replace .watch, createComputed/createSignal, SignalsAutoDisposeMixin and implementation for Watch
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://dartsignals.dev/
documentation: https://dartsignals.dev/
version: 5.4.0
version: 5.5.0

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

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

- Fix for hot reload
- Removing deprecation warning for watch/unwatch

## 5.4.0

- Adding SignalsMixin to replace SignalsAutoDisposeMixin, bindSignal, bindComputed, etc.
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: The signals library exposes four core functions which are the building blocks to model any business logic you can think of.
version: 5.4.0
version: 5.5.0
repository: https://github.com/rodydavis/signals.dart
homepage: https://dartsignals.dev/
documentation: https://dartsignals.dev/
Expand Down
5 changes: 5 additions & 0 deletions packages/signals_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.5.0

- Fix for hot reload
- Removing deprecation warning for watch/unwatch

## 5.4.0

- Add SignalsMixin to replace .watch, createComputed/createSignal, SignalsAutoDisposeMixin and implementation for Watch
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: The signals library exposes four core functions which are the building blocks to model any business logic you can think of.
version: 5.4.0
version: 5.5.0
repository: https://github.com/rodydavis/signals.dart
homepage: https://dartsignals.dev/
documentation: https://dartsignals.dev/
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
signals_core: ^5.4.0
signals_core: ^5.5.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4c4a62d

Please sign in to comment.