Skip to content

Commit

Permalink
release(flutter_crystalline): Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
easazade committed Sep 22, 2023
1 parent eb7c30d commit 901eb86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/flutter_crystalline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## 0.5.0

- Update crystalline version to to v0.5.0

## 0.4.0

- Change term onLoading to onOperate
- Bump crystalline version to 0.4.0
- Remove equatable dependency
- Increase test coverage to 100%

## 0.3.0

- Bump crystalline 0.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_crystalline/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_crystalline
description: Define Crystal clear state definition across all state management libraries.
version: 0.4.0
version: 0.5.0
homepage: https://github.com/easazade/crystalline

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
crystalline: ^0.4.0
crystalline: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 901eb86

Please sign in to comment.