From 94f21a664f826ebcc77ed020c25afe443c7bdedb Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 8 Nov 2022 21:45:28 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_architecture@0.0.2-dev.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/wyatt_architecture/CHANGELOG.md | 4 ++++ packages/wyatt_architecture/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dc50a8..5daecd66 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-08 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_architecture` - `v0.0.2-dev.0`](#wyatt_architecture---v002-dev0) + +--- + +#### `wyatt_architecture` - `v0.0.2-dev.0` + + - **FEAT**: add exceptions, datasources, repositories, and usecases. + + ## 2022-11-07 ### Changes diff --git a/packages/wyatt_architecture/CHANGELOG.md b/packages/wyatt_architecture/CHANGELOG.md index 0353e0df..4942d13f 100644 --- a/packages/wyatt_architecture/CHANGELOG.md +++ b/packages/wyatt_architecture/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2-dev.0 + + - **FEAT**: add exceptions, datasources, repositories, and usecases. + ## 0.0.1+2 - Update a dependency to the latest release. diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index 12ec0e1f..d5fd643e 100644 --- a/packages/wyatt_architecture/pubspec.yaml +++ b/packages/wyatt_architecture/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_architecture description: A new Wyatt package repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_architecture -version: 0.0.1+2 +version: 0.0.2-dev.0 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub