chore(release): publish packages
- wyatt_cloud_messaging_bloc_base@0.1.1 - wyatt_cloud_messaging_bloc_firebase@0.1.0+1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 0.1.1
|
||||
|
||||
- **REFACTOR**: modify methods on usage.
|
||||
- **FIX**: fix notifs listeners.
|
||||
- **FEAT**: check exception in listen notifications use cases.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Initial version.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
name: wyatt_cloud_messaging_bloc_base
|
||||
description: A starting point for Dart libraries or applications.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
publish_to: none
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
@@ -27,7 +27,7 @@ dependencies:
|
||||
version: ^0.0.5
|
||||
wyatt_bloc_helper:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||
version: 2.0.1
|
||||
version: ^2.0.1
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.1.0+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Initial version.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
name: wyatt_cloud_messaging_bloc_firebase
|
||||
description: A.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
|
||||
version: 0.1.0
|
||||
version: 0.1.0+1
|
||||
|
||||
publish_to: none
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
@@ -13,8 +13,8 @@ dependencies:
|
||||
flutter: { sdk: flutter }
|
||||
|
||||
wyatt_cloud_messaging_bloc_base:
|
||||
path: ../wyatt_cloud_messaging_bloc_base
|
||||
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.1.1
|
||||
|
||||
|
||||
path: ^1.8.0
|
||||
|
||||
Reference in New Issue
Block a user