From 7345e415a787f523dbbde2beb940085f7f22259d Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Sun, 13 Nov 2022 20:29:19 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_crud_bloc@0.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/wyatt_crud_bloc/CHANGELOG.md | 8 ++++++++ packages/wyatt_crud_bloc/pubspec.yaml | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) 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