From 31350762c51aec8e5dc5361d567207c06c79ba39 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 14 Nov 2023 14:49:46 +0100 Subject: [PATCH] chore(release): publish packages - wyatt_crud_bloc@0.2.0 - wyatt_crud_bloc_firestore@0.2.0 - wyatt_bloc_layout@0.1.2+4 --- CHANGELOG.md | 41 +++++++++++++++++++ packages/wyatt_bloc_layout/CHANGELOG.md | 4 ++ .../wyatt_bloc_layout/example/pubspec.yaml | 2 +- packages/wyatt_bloc_layout/pubspec.yaml | 4 +- packages/wyatt_crud_bloc/CHANGELOG.md | 13 ++++++ packages/wyatt_crud_bloc/pubspec.yaml | 2 +- .../wyatt_crud_bloc_firestore/CHANGELOG.md | 8 ++++ .../wyatt_crud_bloc_firestore/pubspec.yaml | 4 +- 8 files changed, 72 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a90c3e..c9a9c1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-11-14 + +### Changes + +--- + +Packages with breaking changes: + + - [`wyatt_crud_bloc` - `v0.2.0`](#wyatt_crud_bloc---v020) + - [`wyatt_crud_bloc_firestore` - `v0.2.0`](#wyatt_crud_bloc_firestore---v020) + +Packages with other changes: + + - [`wyatt_bloc_layout` - `v0.1.2+4`](#wyatt_bloc_layout---v0124) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `wyatt_bloc_layout` - `v0.1.2+4` + +--- + +#### `wyatt_crud_bloc` - `v0.2.0` + + - **REFACTOR**: make CrudLoading instanciable. + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **FIX**: apply dart format. + - **FIX**: apply dart fix --apply. + - **FEAT**(crud): add streaming usecase (closes #180). + - **DOCS**(crud): update readme. + - **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181). + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + +#### `wyatt_crud_bloc_firestore` - `v0.2.0` + + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **DOCS**(crud): update readme. + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + + ## 2023-10-04 ### Changes diff --git a/packages/wyatt_bloc_layout/CHANGELOG.md b/packages/wyatt_bloc_layout/CHANGELOG.md index 95ead937..b04ce841 100644 --- a/packages/wyatt_bloc_layout/CHANGELOG.md +++ b/packages/wyatt_bloc_layout/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2+4 + + - Update a dependency to the latest release. + ## 0.1.2+3 - Update a dependency to the latest release. diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index 561efbaa..2ec7576e 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: version: ^0.1.2+3 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.1+1 + version: ^0.2.0 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^0.3.0+2 diff --git a/packages/wyatt_bloc_layout/pubspec.yaml b/packages/wyatt_bloc_layout/pubspec.yaml index 002ff776..7488bd3a 100644 --- a/packages/wyatt_bloc_layout/pubspec.yaml +++ b/packages/wyatt_bloc_layout/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_bloc_layout description: Layouts based on bloc helper library repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout -version: 0.1.2+3 +version: 0.1.2+4 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -23,7 +23,7 @@ dependencies: wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.1+1 + version: ^0.2.0 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_crud_bloc/CHANGELOG.md b/packages/wyatt_crud_bloc/CHANGELOG.md index 4cea9759..020f78cf 100644 --- a/packages/wyatt_crud_bloc/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.2.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: make CrudLoading instanciable. + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **FIX**: apply dart format. + - **FIX**: apply dart fix --apply. + - **FEAT**(crud): add streaming usecase (closes #180). + - **DOCS**(crud): update readme. + - **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181). + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + ## 0.1.1+1 - **FIX**: apply dart format. diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index cd9ec7eb..c66385f2 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.1.1+1 +version: 0.2.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md index 41cc7d81..c6517991 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.0 + +> Note: This release has breaking changes. + + - **FIX**: rename wyatt_bruc_bloc_firestore main package file. + - **DOCS**(crud): update readme. + - **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package. + ## 0.0.1 * TODO: Describe initial release. diff --git a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml index eb9dc7dc..aa1bac63 100644 --- a/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml +++ b/packages/wyatt_crud_bloc/wyatt_crud_bloc_firestore/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_crud_bloc_firestore description: Create/Read/Update/Delete implementation for Cloud Firestore repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc -version: 0.1.1+1 +version: 0.2.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub @@ -25,7 +25,7 @@ dependencies: wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ - version: ^0.1.1+1 + version: ^0.2.0 dev_dependencies: flutter_test: { sdk: flutter }