chore(release): publish packages
- wyatt_form_bloc@0.0.1-dev.0
This commit is contained in:
parent
9c7ea4adfd
commit
89bfb3c482
24
CHANGELOG.md
24
CHANGELOG.md
@ -3,6 +3,30 @@
|
|||||||
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-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
|
## 2022-04-19
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -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
|
## 0.0.0
|
||||||
|
|
||||||
- Initial version.
|
- Initial version.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: wyatt_form_bloc
|
name: wyatt_form_bloc
|
||||||
description: Manage forms in a Flutter app with Bloc
|
description: Manage forms in a Flutter app with Bloc
|
||||||
version: 0.0.0
|
version: 0.0.1-dev.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.2 <3.0.0'
|
sdk: '>=2.16.2 <3.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user