From 46e4c570ae9711219e6e4ea90f3ba2ae45c7d240 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Sun, 24 Mar 2024 15:07:25 -0500 Subject: [PATCH] chore(bloc_concurrency): v0.2.5 (#4120) --- packages/bloc_concurrency/CHANGELOG.md | 6 ++++++ packages/bloc_concurrency/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/bloc_concurrency/CHANGELOG.md b/packages/bloc_concurrency/CHANGELOG.md index 6e9c6217ca0..46f80c29819 100644 --- a/packages/bloc_concurrency/CHANGELOG.md +++ b/packages/bloc_concurrency/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.5 + +- docs: improve diagrams +- chore: update copyright year +- chore: update sponsors + # 0.2.4 - chore: update sponsors diff --git a/packages/bloc_concurrency/pubspec.yaml b/packages/bloc_concurrency/pubspec.yaml index 479b39a7f52..e9e4da2a95f 100644 --- a/packages/bloc_concurrency/pubspec.yaml +++ b/packages/bloc_concurrency/pubspec.yaml @@ -1,6 +1,6 @@ name: bloc_concurrency description: Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package. -version: 0.2.4 +version: 0.2.5 repository: https://github.com/felangel/bloc/tree/master/packages/bloc_concurrency issue_tracker: https://github.com/felangel/bloc/issues homepage: https://github.com/felangel/bloc