We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ec3fb commit a8efe2dCopy full SHA for a8efe2d
2 files changed
packages/leancode_cubit_utils_cqrs/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.0
2
+
3
+* Use `leancode_cubit_utils` 0.3.0
4
5
## 0.2.0
6
7
* Add:
packages/leancode_cubit_utils_cqrs/pubspec.yaml
@@ -1,6 +1,6 @@
name: leancode_cubit_utils_cqrs
description: An extension of leancode_cubit_utils that provides cqrs support.
-version: 0.2.0
+version: 0.3.0
repository: https://github.com/leancodepl/leancode_cubit_utils
environment:
@@ -12,7 +12,7 @@ dependencies:
12
flutter:
13
sdk: flutter
14
flutter_bloc: ^8.0.0
15
- leancode_cubit_utils: ^0.2.0
+ leancode_cubit_utils: ^0.3.0
16
leancode_hooks: ^0.0.6
17
18
dev_dependencies:
0 commit comments