Compare commits

..

No commits in common. "14a5abd439d550fc53e9d94fc10f921141e6479f" and "5d88a338ba9f90bce275653a3632cc93d51f0bc6" have entirely different histories.

3 changed files with 7 additions and 32 deletions

View File

@ -3,27 +3,6 @@
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.
## 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 ## 2023-09-29
### Changes ### Changes

View File

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

View File

@ -1,7 +1,7 @@
name: wyatt_authentication_bloc name: wyatt_authentication_bloc
description: Authentication BLoC for Flutter description: Authentication BLoC for Flutter
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
version: 0.5.1+3 version: 0.5.1+2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -11,14 +11,12 @@ environment:
dependencies: dependencies:
flutter: { sdk: flutter } flutter: { sdk: flutter }
crypto: ^3.0.3 crypto: ^3.0.2
flutter_bloc: ^8.1.3 flutter_bloc: ^8.1.1
equatable: ^2.0.5 equatable: ^2.0.5
firebase_auth: ^4.10.1 firebase_auth: ^4.2.0
google_sign_in: ^6.1.5 google_sign_in: ^6.1.4
rxdart: ^0.27.7 rxdart: ^0.27.7
flutter_secure_storage: ^9.0.0
http: ^1.1.0
wyatt_form_bloc: wyatt_form_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
@ -31,6 +29,8 @@ dependencies:
wyatt_type_utils: wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.0.5 version: ^0.0.5
flutter_secure_storage: ^8.0.0
http: ^1.1.0
dev_dependencies: dev_dependencies:
flutter_test: { sdk: flutter } flutter_test: { sdk: flutter }