chore(release): publish packages

- wyatt_form_bloc@0.0.1
This commit is contained in:
Hugo Pointcheval 2022-04-20 18:28:09 +02:00
parent 7e433fc0dd
commit d191afad33
3 changed files with 28 additions and 1 deletions

View File

@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-04-20
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_form_bloc` - `v0.0.1`](#wyatt_form_bloc---v001)
Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):
- `wyatt_form_bloc` - `v0.0.1`
---
#### `wyatt_form_bloc` - `v0.0.1`
## 2022-04-20
### Changes

View File

@ -1,3 +1,7 @@
## 0.0.1
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
## 0.0.1-dev.0
- **REFACTOR**: all package structure/documentation.

View File

@ -1,7 +1,7 @@
name: wyatt_form_bloc
description: Manage forms in Dart & Flutter with Bloc
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc
version: 0.0.1-dev.0
version: 0.0.1
environment:
sdk: '>=2.16.2 <3.0.0'