chore(release): publish packages
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
- wyatt_cloud_messaging_bloc_base@0.1.1+1 - wyatt_cloud_messaging_bloc_firebase@0.1.0+1
This commit is contained in:
parent
a8e826f58b
commit
a1c44bfb28
26
CHANGELOG.md
26
CHANGELOG.md
@ -3,6 +3,32 @@
|
|||||||
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-08-18
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Packages with breaking changes:
|
||||||
|
|
||||||
|
- There are no breaking changes in this release.
|
||||||
|
|
||||||
|
Packages with other changes:
|
||||||
|
|
||||||
|
- [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+1`](#wyatt_cloud_messaging_bloc_base---v0111)
|
||||||
|
- [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1`](#wyatt_cloud_messaging_bloc_firebase---v0101)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1+1`
|
||||||
|
|
||||||
|
- **FIX**: fix unimplemented error in listenable use case.
|
||||||
|
|
||||||
|
#### `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1`
|
||||||
|
|
||||||
|
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
||||||
|
|
||||||
|
|
||||||
## 2023-08-18
|
## 2023-08-18
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.1+1
|
||||||
|
|
||||||
|
- **FIX**: fix unimplemented error in listenable use case.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
- **REFACTOR**: modify methods on usage.
|
- **REFACTOR**: modify methods on usage.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_cloud_messaging_bloc_base
|
name: wyatt_cloud_messaging_bloc_base
|
||||||
description: A starting point for Dart libraries or applications.
|
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
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
||||||
version: 0.1.1
|
version: 0.1.1+1
|
||||||
|
|
||||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.0+1
|
||||||
|
|
||||||
|
- **REFACTOR**(cloud_messaging_bloc_firebase): update deps.
|
||||||
|
|
||||||
## 0.1.0+1
|
## 0.1.0+1
|
||||||
|
|
||||||
- Update a dependency to the latest release.
|
- Update a dependency to the latest release.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wyatt_cloud_messaging_bloc_firebase
|
name: wyatt_cloud_messaging_bloc_firebase
|
||||||
description: A.
|
description: A.
|
||||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
|
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: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
wyatt_cloud_messaging_bloc_base:
|
wyatt_cloud_messaging_bloc_base:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^0.1.1
|
version: ^0.1.1+1
|
||||||
|
|
||||||
|
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user