From 56dc31ace507f42103b890bf66f836ac13c9f4eb Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Wed, 16 Aug 2023 15:21:56 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_authentication_bloc@0.5.1+1 --- CHANGELOG.md | 21 +++++++++++++++++++ .../wyatt_authentication_bloc/CHANGELOG.md | 4 ++++ .../wyatt_authentication_bloc/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae972dc..4b92c161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-16 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_authentication_bloc` - `v0.5.1+1`](#wyatt_authentication_bloc---v0511) + +--- + +#### `wyatt_authentication_bloc` - `v0.5.1+1` + + - **FIX**: use correct behavior subject for stream session. + + ## 2023-08-09 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 6b9f8fcb..ee5fd198 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.1+1 + + - **FIX**: use correct behavior subject for stream session. + ## 0.5.1 - **FIX**(authentication): try/catch on cache retrieve. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 11e40a79..74ad5bce 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_authentication_bloc description: Authentication BLoC for Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc -version: 0.5.1 +version: 0.5.1+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub