diff --git a/CHANGELOG.md b/CHANGELOG.md index ffaf6a07..e51a86a7 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-11-13 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_crud_bloc` - `v0.1.0`](#wyatt_crud_bloc---v010) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `wyatt_crud_bloc` - `v0.1.0` + + - **REFACTOR**: add vscode config. + - **FIX**: update example. + - **BREAKING** **REFACTOR**: migrate to wyatt architecture. + + ## 2022-11-11 ### Changes diff --git a/packages/wyatt_crud_bloc/CHANGELOG.md b/packages/wyatt_crud_bloc/CHANGELOG.md index cc2a22a8..b105e6ea 100644 --- a/packages/wyatt_crud_bloc/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: add vscode config. + - **FIX**: update example. + - **BREAKING** **REFACTOR**: migrate to wyatt architecture. + ## 0.0.2 - Migrate crud_package in monorepo diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index 8d39d169..115186b5 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_crud_bloc description: Create/Read/Update/Delete BLoC for Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc -version: 0.0.2 +version: 0.1.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub