Skip to content

Commit

Permalink
Update pubspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Mar 12, 2024
1 parent f7b571d commit 72a2f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.2

* Add default `onErrorCallback` for `RequestCubitBuilder`
* Change `PaginatedCubitLayout` first page error callback from `cubit.run` to `cubit.refresh`

## 0.0.1

* Initial version containing utilities for creating paginated page and page for performing a single request on a page.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: leancode_cubit_utils
description: A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.
version: 0.0.1
version: 0.0.2
repository: https://github.com/leancodepl/leancode_cubit_utils

environment:
Expand Down

0 comments on commit 72a2f60

Please sign in to comment.