Compare commits

...

3 Commits

Author SHA1 Message Date
14a5abd439 chore(authentication_bloc): organize pubspec
All checks were successful
continuous-integration/drone/pr Build is passing
2023-10-04 09:49:21 +02:00
72150de3a3 chore(release): publish packages
- wyatt_authentication_bloc@0.5.1+3
2023-10-04 09:26:49 +02:00
524efa2fd1 chore(authentication_bloc): upgrade deps 2023-10-04 09:23:47 +02:00
3 changed files with 32 additions and 7 deletions

View File

@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2023-10-04
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_authentication_bloc` - `v0.5.1+3`](#wyatt_authentication_bloc---v0513)
---
#### `wyatt_authentication_bloc` - `v0.5.1+3`
- upgrade deps
## 2023-09-29
### Changes

View File

@ -1,3 +1,7 @@
## 0.5.1+3
- upgrade deps
## 0.5.1+2
- **FIX**(authentication_bloc): upgrade google sign to his major v.

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.5.1+2
version: 0.5.1+3
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -11,12 +11,14 @@ environment:
dependencies:
flutter: { sdk: flutter }
crypto: ^3.0.2
flutter_bloc: ^8.1.1
crypto: ^3.0.3
flutter_bloc: ^8.1.3
equatable: ^2.0.5
firebase_auth: ^4.2.0
google_sign_in: ^6.1.4
firebase_auth: ^4.10.1
google_sign_in: ^6.1.5
rxdart: ^0.27.7
flutter_secure_storage: ^9.0.0
http: ^1.1.0
wyatt_form_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
@ -29,8 +31,6 @@ dependencies:
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.0.5
flutter_secure_storage: ^8.0.0
http: ^1.1.0
dev_dependencies:
flutter_test: { sdk: flutter }