diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eca4f4d..9013db00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-11-11 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_authentication_bloc` - `v0.3.0`](#wyatt_authentication_bloc---v030) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `wyatt_authentication_bloc` - `v0.3.0` + + - **REFACTOR**: use correct deps. + - **REFACTOR**: update example with new listeners. + - **FIX**: return exception and not throwing it anymore. + - **FIX**: exception returns msg as message. + - **FEAT**: add fully functionnal mock data source. + - **FEAT**: add toString and equality on entities and models. + - **BREAKING** **FEAT**: add email verification, password reset support. + + ## 2022-11-10 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 50dba38c..c4863cf4 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: use correct deps. + - **REFACTOR**: update example with new listeners. + - **FIX**: return exception and not throwing it anymore. + - **FIX**: exception returns msg as message. + - **FEAT**: add fully functionnal mock data source. + - **FEAT**: add toString and equality on entities and models. + - **BREAKING** **FEAT**: add email verification, password reset support. + ## 0.2.1+6 - Update a dependency to the latest release. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index d541d3ad..1083fb93 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.2.1+6 +version: 0.3.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub