Skip to content

Commit

Permalink
release version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis committed Dec 2, 2024
1 parent fbc2c26 commit 4d3e2dc
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 30 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 @@
## 6.0.2

- Fix cycle error with TrackedSignalMixin and Computed
- Add `AsyncErrorReloading`, `AsyncErrorRefreshing`, `AsyncDataReloading`, `AsyncDataRefreshing`

## 6.0.1

- Fix issue with StreamSignal `_stream not initialized`
Expand Down
50 changes: 29 additions & 21 deletions packages/signals/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.19.0"
version: "1.18.0"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -79,18 +79,18 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
url: "https://pub.dev"
source: hosted
version: "10.0.7"
version: "10.0.5"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
url: "https://pub.dev"
source: hosted
version: "3.0.8"
version: "3.0.5"
leak_tracker_testing:
dependency: transitive
description:
Expand Down Expand Up @@ -139,34 +139,42 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.0"
preact_signals:
dependency: transitive
description:
name: preact_signals
sha256: a5b445796a02244b85fa43d79a7030fbfbbb08f7c48277ee93c636140a8fb2e0
url: "https://pub.dev"
source: hosted
version: "1.8.3"
signals:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "5.5.0"
version: "6.0.2"
signals_core:
dependency: transitive
description:
name: signals_core
sha256: f4af1dd285e89bf0bb268676c9d175ea6fb6a894d81260f6b564decad46ad240
sha256: "5668ff1fb953fe48c88b03d50d43c5fe128cd7c831b932a4157f5f6be868b80f"
url: "https://pub.dev"
source: hosted
version: "5.5.0"
version: "6.0.2"
signals_flutter:
dependency: transitive
description:
name: signals_flutter
sha256: "2d9678e39d698ca633c8609872354797511f2af33b4d4ee7b6bfeb487aad6258"
sha256: "66b36ed0b5961cc7d8d0606813bc3fd66758dc1728cbfcffef0d2a97c7a706a2"
url: "https://pub.dev"
source: hosted
version: "5.5.0"
version: "6.0.2"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
version: "0.0.99"
source_span:
dependency: transitive
description:
Expand All @@ -179,10 +187,10 @@ packages:
dependency: transitive
description:
name: stack_trace
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.11.1"
stream_channel:
dependency: transitive
description:
Expand All @@ -195,10 +203,10 @@ packages:
dependency: transitive
description:
name: string_scanner
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.2.0"
term_glyph:
dependency: transitive
description:
Expand All @@ -211,10 +219,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
version: "0.7.3"
version: "0.7.2"
vector_math:
dependency: transitive
description:
Expand All @@ -227,10 +235,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.3.0"
version: "14.2.5"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
8 changes: 4 additions & 4 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: 6.0.1
version: 6.0.2

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

dev_dependencies:
flutter_test:
Expand Down Expand Up @@ -42,4 +42,4 @@ scripts:
docs_build:
- dart doc .
docs_run:
- dart pub global run dhttpd --path doc/api
- dart pub global run dhttpd --path doc/api
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 @@
## 6.0.2

- Fix cycle error with TrackedSignalMixin and Computed
- Add `AsyncErrorReloading`, `AsyncErrorRefreshing`, `AsyncDataReloading`, `AsyncDataRefreshing`

## 6.0.1

- Fix issue with StreamSignal `_stream not initialized`
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: 6.0.1
version: 6.0.2
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 @@
## 6.0.2

- Fix cycle error with TrackedSignalMixin and Computed
- Add `AsyncErrorReloading`, `AsyncErrorRefreshing`, `AsyncDataReloading`, `AsyncDataRefreshing`

## 6.0.1

- Fix issue with StreamSignal `_stream not initialized`
Expand Down
4 changes: 2 additions & 2 deletions packages/signals_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ packages:
path: "../../signals_core"
relative: true
source: path
version: "6.0.1"
version: "6.0.2"
signals_flutter:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "6.0.1"
version: "6.0.2"
sky_engine:
dependency: transitive
description: flutter
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: 6.0.1
version: 6.0.2
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: ^6.0.1
signals_core: ^6.0.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4d3e2dc

Please sign in to comment.