diff --git a/CHANGELOG.md b/CHANGELOG.md index 9013db00..ffaf6a07 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. +## 2022-11-11 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_authentication_bloc` - `v0.3.0+1`](#wyatt_authentication_bloc---v0301) + +--- + +#### `wyatt_authentication_bloc` - `v0.3.0+1` + + - **FIX**: fix some bugs to validate publishing. + + ## 2022-11-11 ### Changes diff --git a/packages/wyatt_authentication_bloc/CHANGELOG.md b/packages/wyatt_authentication_bloc/CHANGELOG.md index c4863cf4..853ae6de 100644 --- a/packages/wyatt_authentication_bloc/CHANGELOG.md +++ b/packages/wyatt_authentication_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0+1 + + - **FIX**: fix some bugs to validate publishing. + ## 0.3.0 > Note: This release has breaking changes. diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index f25dd8d6..5ffdeff9 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 +version: 0.3.0+1 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub