diff --git a/CHANGELOG.md b/CHANGELOG.md index fc04006..9c6c28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 6016b2a..8acbbca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: