From a83a5d61268ec361a2829ec2c2811e5a75c440d2 Mon Sep 17 00:00:00 2001 From: PiotrRogulski Date: Tue, 28 Jan 2025 16:51:35 +0100 Subject: [PATCH] Update version, add changelog entry --- packages/leancode_cubit_utils/CHANGELOG.md | 4 ++++ packages/leancode_cubit_utils/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/leancode_cubit_utils/CHANGELOG.md b/packages/leancode_cubit_utils/CHANGELOG.md index 37b0e6e..6302b2f 100644 --- a/packages/leancode_cubit_utils/CHANGELOG.md +++ b/packages/leancode_cubit_utils/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.2 + +* Upgrade `bloc` to ^9.0.0 + ## 0.3.1 * Rename `headerBuilder` and `footerBuilder` to `headerSliverBuilder` and `footerSliverBuilder` in `PaginatedCubitLayout` diff --git a/packages/leancode_cubit_utils/pubspec.yaml b/packages/leancode_cubit_utils/pubspec.yaml index b97ebca..ca44c09 100644 --- a/packages/leancode_cubit_utils/pubspec.yaml +++ b/packages/leancode_cubit_utils/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.3.1 +version: 0.3.2 repository: https://github.com/leancodepl/leancode_cubit_utils environment: