chore(release): publish packages

- wyatt_authentication_bloc@0.2.1
 - wyatt_bloc_helper@1.1.0
This commit is contained in:
2022-05-20 22:33:30 +02:00
parent 9ef37633cb
commit d60ff3ee27
5 changed files with 36 additions and 2 deletions
@@ -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.
@@ -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"
+4
View File
@@ -1,3 +1,7 @@
## 1.1.0
- **FEAT**: add provider, consumer and helpers.
## 1.0.0
- Initial version.
+1 -1
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'