Skip to content

Commit 2fb6279

Browse files
committed
chore: bumped version
1 parent ac1cee7 commit 2fb6279

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ All notable changes to this project will be documented in this file.
6666
- Added StoreDefinition
6767
- Added Documentation
6868

69+
## [0.1.14] - 2025-01-25
70+
### Added
71+
- Fixed missing characters on doducumentation
72+
73+
## [0.1.15] - 2025-01-25
74+
### Added
75+
- Added USE Cases Examples on DOCS
76+
6977
### Improved
7078
- Optimized `_notifyListeners` in `BaseStore` for better performance with large subscriber counts.
7179
- Refactored individual stores to support lifecycle management and debugging seamlessly.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the package to your `pubspec.yaml`:
2828

2929
```yaml
3030
dependencies:
31-
upper_flutter_stores: ^0.1.13
31+
upper_flutter_stores: ^0.1.15
3232
```
3333
3434
Run:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: upper_flutter_stores
22
description: >
33
A lightweight, super-friendly, and non-verbose state management solution for Flutter.
4-
version: 0.1.14
4+
version: 0.1.15
55
homepage: https://github.com/upperdo/upper_flutter_stores
66
repository: https://github.com/upperdo/upper_flutter_stores
77
issue_tracker: https://github.com/upperdo/upper_flutter_stores/issues

0 commit comments

Comments
 (0)