From c568a05654389ada1be9d4e1024807091b9a8eb0 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Sun, 6 Nov 2022 19:38:31 -0500 Subject: [PATCH] chore(release): publish packages - wyatt_type_utils@0.0.3 - wyatt_architecture@0.0.1+1 --- CHANGELOG.md | 30 ++++++++++++++++++++++++ packages/wyatt_architecture/CHANGELOG.md | 4 ++++ packages/wyatt_architecture/pubspec.yaml | 4 ++-- packages/wyatt_type_utils/CHANGELOG.md | 6 +++++ packages/wyatt_type_utils/pubspec.yaml | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a781c17c..3d3d0e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-11-06 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_type_utils` - `v0.0.3`](#wyatt_type_utils---v003) + - [`wyatt_architecture` - `v0.0.1+1`](#wyatt_architecture---v0011) + +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_architecture` - `v0.0.1+1` + +--- + +#### `wyatt_type_utils` - `v0.0.3` + + - **REFACTOR**: move either folder. + - **FEAT**: add object, string, datetime, iterable extensions. + - **FEAT**: add new pair type. + + ## 2022-11-06 ### Changes diff --git a/packages/wyatt_architecture/CHANGELOG.md b/packages/wyatt_architecture/CHANGELOG.md index 7ad72ac3..bc5f64c4 100644 --- a/packages/wyatt_architecture/CHANGELOG.md +++ b/packages/wyatt_architecture/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1+1 + + - Update a dependency to the latest release. + # 0.0.1 - TODO: Describe initial release. diff --git a/packages/wyatt_architecture/pubspec.yaml b/packages/wyatt_architecture/pubspec.yaml index 1c38719d..785e3c3f 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 +version: 0.0.1+1 environment: sdk: '>=2.17.0 <3.0.0' @@ -14,7 +14,7 @@ dependencies: wyatt_type_utils: git: url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages - ref: wyatt_type_utils-v0.0.2 + ref: wyatt_type_utils-v0.0.3 path: packages/wyatt_type_utils dev_dependencies: diff --git a/packages/wyatt_type_utils/CHANGELOG.md b/packages/wyatt_type_utils/CHANGELOG.md index 4c5d679f..b44ea67c 100644 --- a/packages/wyatt_type_utils/CHANGELOG.md +++ b/packages/wyatt_type_utils/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.3 + + - **REFACTOR**: move either folder. + - **FEAT**: add object, string, datetime, iterable extensions. + - **FEAT**: add new pair type. + ## 0.0.2 - **FEAT**: add strongly typed Option and Result. diff --git a/packages/wyatt_type_utils/pubspec.yaml b/packages/wyatt_type_utils/pubspec.yaml index cffd63af..c9610f73 100644 --- a/packages/wyatt_type_utils/pubspec.yaml +++ b/packages/wyatt_type_utils/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_type_utils description: Either, Option and other useful types. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_type_utils -version: 0.0.2 +version: 0.0.3 publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub