chore(release): publish packages

- wyatt_type_utils@0.0.3
 - wyatt_architecture@0.0.1+1
This commit is contained in:
2022-11-06 19:38:31 -05:00
parent aa721afcaa
commit c568a05654
5 changed files with 43 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.0.1+1
- Update a dependency to the latest release.
# 0.0.1
- TODO: Describe initial release.
+2 -2
View File
@@ -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:
+6
View File
@@ -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.
+1 -1
View File
@@ -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