chore(release): publish packages

- wyatt_form_bloc@0.0.1-dev.0
This commit is contained in:
Hugo Pointcheval 2022-04-20 00:03:22 +02:00
parent 9c7ea4adfd
commit 793b304c1d
3 changed files with 32 additions and 1 deletions

View File

@ -3,6 +3,30 @@
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-dev.0`](#wyatt_form_bloc---v001-dev0)
---
#### `wyatt_form_bloc` - `v0.0.1-dev.0`
- **REFACTOR**: all package structure/documentation.
- **FEAT**: new utility package for forms and bloc.
- **DOCS**: add example app.
- **DOCS**: add few project files.
## 2022-04-19
### Changes

View File

@ -1,3 +1,10 @@
## 0.0.1-dev.0
- **REFACTOR**: all package structure/documentation.
- **FEAT**: new utility package for forms and bloc.
- **DOCS**: add example app.
- **DOCS**: add few project files.
## 0.0.0
- Initial version.

View File

@ -1,6 +1,6 @@
name: wyatt_form_bloc
description: Manage forms in a Flutter app with Bloc
version: 0.0.0
version: 0.0.1-dev.0
environment:
sdk: '>=2.16.2 <3.0.0'