chore(release): publish packages
- wyatt_type_utils@0.0.2
This commit is contained in:
parent
daf8ec27ab
commit
5515c0e951
23
CHANGELOG.md
23
CHANGELOG.md
@ -3,6 +3,29 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 2022-07-18
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- There are no breaking changes in this release.
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`wyatt_type_utils` - `v0.0.2`](#wyatt_type_utils---v002)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `wyatt_type_utils` - `v0.0.2`
|
||||||
|
|
||||||
|
- **FEAT**: add strongly typed Option and Result.
|
||||||
|
- **FEAT**: add mason generated package.
|
||||||
|
- **DOCS**: remove useless web example.
|
||||||
|
|
||||||
|
|
||||||
## 2022-07-12
|
## 2022-07-12
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
- **FEAT**: add strongly typed Option and Result.
|
||||||
|
- **FEAT**: add mason generated package.
|
||||||
|
- **DOCS**: remove useless web example.
|
||||||
|
|
||||||
# 0.0.1
|
# 0.0.1
|
||||||
|
|
||||||
- TODO: Describe initial release.
|
- TODO: Describe initial release.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_type_utils
|
name: wyatt_type_utils
|
||||||
description: Either, Option and other useful types.
|
description: Either, Option and other useful types.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_type_utils
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_type_utils
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.0 <3.0.0'
|
sdk: '>=2.17.0 <3.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user