From c945cd435e73006f7125f7796bda999a43e7bdd7 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Wed, 16 Nov 2022 16:03:13 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_authentication_bloc@0.4.0 - wyatt_form_bloc@0.2.0 --- CHANGELOG.md | 33 +++++++++++++++++++ .../wyatt_authentication_bloc/CHANGELOG.md | 8 +++++ .../example/pubspec.yaml | 2 +- .../wyatt_authentication_bloc/pubspec.yaml | 4 +-- packages/wyatt_form_bloc/CHANGELOG.md | 11 +++++++ packages/wyatt_form_bloc/pubspec.yaml | 2 +- 6 files changed, 56 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51a86a7..e8c2ce10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-11-16 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_authentication_bloc` - `v0.4.0`](#wyatt_authentication_bloc---v040) + - [`wyatt_form_bloc` - `v0.2.0`](#wyatt_form_bloc---v020) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `wyatt_authentication_bloc` - `v0.4.0` + + - **REFACTOR**: update example with new input builders. + - **FIX**: add initial null account event in stream in the mock authentication. + - **BREAKING** **FIX**: add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26. + +#### `wyatt_form_bloc` - `v0.2.0` + + - **FIX**: disable status selection and rebuild SubmitBuilder on every state changes #28. + - **FIX**: fix set operations behaviors. + - **FIX**: add nullable validator on boolean value. + - **FEAT**: add metadata tag to bypass validation #29. + - **FEAT**: add shorthands to access validator status. + - **BREAKING** **REFACTOR**: input builders provides FormInput. + + ## 2022-11-13 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index 853ae6de..ee5e5a7b 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: update example with new input builders. + - **FIX**: add initial null account event in stream in the mock authentication. + - **BREAKING** **FIX**: add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26. + ## 0.3.0+1 - **FIX**: fix some bugs to validate publishing. diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index 3d087b93..ce5b67fd 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: wyatt_form_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: 0.1.0+1 + version: 0.2.0 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 5ffdeff9..baf7f3dd 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.3.0+1 +version: 0.4.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -24,7 +24,7 @@ dependencies: wyatt_form_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.1.0+1 + version: ^0.2.0 wyatt_architecture: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ diff --git a/packages/wyatt_form_bloc/CHANGELOG.md b/packages/wyatt_form_bloc/CHANGELOG.md index 25975534..47ad8ac1 100644 --- a/packages/wyatt_form_bloc/CHANGELOG.md +++ b/packages/wyatt_form_bloc/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.2.0 + +> Note: This release has breaking changes. + + - **FIX**: disable status selection and rebuild SubmitBuilder on every state changes #28. + - **FIX**: fix set operations behaviors. + - **FIX**: add nullable validator on boolean value. + - **FEAT**: add metadata tag to bypass validation #29. + - **FEAT**: add shorthands to access validator status. + - **BREAKING** **REFACTOR**: input builders provides FormInput. + ## 0.1.0+1 - Update a dependency to the latest release. diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index 035515ce..97cd6ab4 100644 --- a/packages/wyatt_form_bloc/pubspec.yaml +++ b/packages/wyatt_form_bloc/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_form_bloc description: Manage forms in Dart & Flutter with Bloc repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc -version: 0.1.0+1 +version: 0.2.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub