diff --git a/CHANGELOG.md b/CHANGELOG.md index d6791d82..7d5cf589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-04-20 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_form_bloc` - `v0.0.1`](#wyatt_form_bloc---v001) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `wyatt_form_bloc` - `v0.0.1` + +--- + +#### `wyatt_form_bloc` - `v0.0.1` + + ## 2022-04-20 ### Changes diff --git a/packages/wyatt_form_bloc/CHANGELOG.md b/packages/wyatt_form_bloc/CHANGELOG.md index 1cdc6418..8a40d9ab 100644 --- a/packages/wyatt_form_bloc/CHANGELOG.md +++ b/packages/wyatt_form_bloc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 0.0.1-dev.0 - **REFACTOR**: all package structure/documentation. diff --git a/packages/wyatt_form_bloc/pubspec.yaml b/packages/wyatt_form_bloc/pubspec.yaml index 2a10809a..229edc01 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.0.1-dev.0 +version: 0.0.1 environment: sdk: '>=2.16.2 <3.0.0'