chore(release): publish packages

- wyatt_authentication_bloc@0.2.1
 - wyatt_bloc_helper@1.1.0
This commit is contained in:
Hugo Pointcheval 2022-05-20 22:33:30 +02:00
parent 9ef37633cb
commit d60ff3ee27
Signed by: hugo
GPG Key ID: A9E8E9615379254F
5 changed files with 36 additions and 2 deletions

View File

@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-05-20
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_authentication_bloc` - `v0.2.1`](#wyatt_authentication_bloc---v021)
- [`wyatt_bloc_helper` - `v1.1.0`](#wyatt_bloc_helper---v110)
---
#### `wyatt_authentication_bloc` - `v0.2.1`
- **FEAT**: add google, facebook, apple, twitter login.
#### `wyatt_bloc_helper` - `v1.1.0`
- **FEAT**: add provider, consumer and helpers.
## 2022-05-05
### Changes

View File

@ -1,3 +1,7 @@
## 0.2.1
- **FEAT**: add google, facebook, apple, twitter login.
## 0.2.0+1
- Update a dependency to the latest release.

View File

@ -1,7 +1,7 @@
name: wyatt_authentication_bloc
description: Authentication BLoC for Flutter
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
version: 0.2.0+1
version: 0.2.1
environment:
sdk: ">=2.15.1 <3.0.0"

View File

@ -1,3 +1,7 @@
## 1.1.0
- **FEAT**: add provider, consumer and helpers.
## 1.0.0
- Initial version.

View File

@ -1,7 +1,7 @@
name: wyatt_bloc_helper
description: Your best friend for blocs in Flutter
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_helper
version: 1.0.0
version: 1.1.0
environment:
sdk: '>=2.17.0 <3.0.0'