Skip to content

Commit 6328d6a

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.4...v3.5.0) (2025-08-19) ### Bug Fixes * github workflow ([af2c44e](af2c44e)) * use latest release action for release.yml ([f3eb5ff](f3eb5ff)) ### Features * Let ListenableServiceMixin implement Listenable ([#1169](#1169)) ([8f1e8de](8f1e8de)) * modernize codebase patterns and dependency update ([#1167](#1167)) ([b0bc379](b0bc379)) * **view_models:** added stackTrace to onError callback for FutureViewModel and StreamViewModel ([#1149](#1149)) ([50b214e](50b214e))
1 parent f3eb5ff commit 6328d6a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.5.0](https://github.com/Stacked-Org/stacked/compare/v3.4.4...v3.5.0) (2025-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* github workflow ([af2c44e](https://github.com/Stacked-Org/stacked/commit/af2c44ed7f6e0e3b0e4e909c4c608081d0401478))
7+
* use latest release action for release.yml ([f3eb5ff](https://github.com/Stacked-Org/stacked/commit/f3eb5ff416dba1af7bf72a428afb2d0f58df0af6))
8+
9+
10+
### Features
11+
12+
* Let ListenableServiceMixin implement Listenable ([#1169](https://github.com/Stacked-Org/stacked/issues/1169)) ([8f1e8de](https://github.com/Stacked-Org/stacked/commit/8f1e8deb15f6283bce20eedb48e064251fcd0c0f))
13+
* modernize codebase patterns and dependency update ([#1167](https://github.com/Stacked-Org/stacked/issues/1167)) ([b0bc379](https://github.com/Stacked-Org/stacked/commit/b0bc379eaafb84dc483d10a77dfbe6e994ab7708))
14+
* **view_models:** added stackTrace to onError callback for FutureViewModel and StreamViewModel ([#1149](https://github.com/Stacked-Org/stacked/issues/1149)) ([50b214e](https://github.com/Stacked-Org/stacked/commit/50b214ea2db965ccc54b55dfaa579a9ce22961b3))
15+
116
## [3.4.4](https://github.com/Stacked-Org/stacked/compare/v3.4.3...v3.4.4) (2024-12-12)
217

318

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stacked
22
description: The framework to build testable, scalable and maintainable flutter apps
3-
version: 3.4.4
3+
version: 3.5.0
44
homepage: https://github.com/FilledStacks/stacked
55
platforms:
66
android:

0 commit comments

Comments
 (0)