Compare commits
3 Commits
5d88a338ba
...
14a5abd439
Author | SHA1 | Date | |
---|---|---|---|
14a5abd439 | |||
72150de3a3 | |||
524efa2fd1 |
21
CHANGELOG.md
21
CHANGELOG.md
@ -3,6 +3,27 @@
|
|||||||
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
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 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.
|
||||||
|
@ -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+2
|
version: 0.5.1+3
|
||||||
|
|
||||||
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,12 +11,14 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
crypto: ^3.0.2
|
crypto: ^3.0.3
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^8.1.3
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
firebase_auth: ^4.2.0
|
firebase_auth: ^4.10.1
|
||||||
google_sign_in: ^6.1.4
|
google_sign_in: ^6.1.5
|
||||||
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/
|
||||||
@ -29,8 +31,6 @@ 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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user