From f6ef5828bb3f68f213fccad04c1cde95efb70e31 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 13 Dec 2022 17:29:38 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_authentication_bloc@0.4.1 --- CHANGELOG.md | 28 +++++++++++++++++++ .../wyatt_authentication_bloc/CHANGELOG.md | 11 ++++++++ .../wyatt_authentication_bloc/pubspec.yaml | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0931d30a..dfc5d9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-12-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_authentication_bloc` - `v0.4.1`](#wyatt_authentication_bloc---v041) + +--- + +#### `wyatt_authentication_bloc` - `v0.4.1` + + - **REFACTOR**: use fromFirebaseUser factory to parse user. + - **REFACTOR**: update deps and re-export them. + - **FIX**: fix mock on register. + - **FEAT**: add google sign in in signIn cubit. + - **FEAT**: add google sign in parameter in firebase data source constructor. + - **FEAT**: add google sign_in support (closes #59). + - **FEAT**: add reauthenticate, updateEmail and updatePassword. + - **DOCS**: add correct header. + + ## 2022-12-12 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 934f9b7f..5a5ae944 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.4.1 + + - **REFACTOR**: use fromFirebaseUser factory to parse user. + - **REFACTOR**: update deps and re-export them. + - **FIX**: fix mock on register. + - **FEAT**: add google sign in in signIn cubit. + - **FEAT**: add google sign in parameter in firebase data source constructor. + - **FEAT**: add google sign_in support (closes #59). + - **FEAT**: add reauthenticate, updateEmail and updatePassword. + - **DOCS**: add correct header. + ## 0.4.0+3 - Update a dependency to the latest release. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 23471ff1..4d3abe15 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.4.0+3 +version: 0.4.1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub -- 2.47.2