From c0d842555266eebffc225693c3e37519f0b125d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Fri, 18 Aug 2023 16:24:48 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_cloud_messaging_bloc_base@0.1.1 - wyatt_cloud_messaging_bloc_firebase@0.1.0+1 --- CHANGELOG.md | 30 +++++++++++++++++++ .../CHANGELOG.md | 6 ++++ .../pubspec.yaml | 6 ++-- .../CHANGELOG.md | 4 +++ .../pubspec.yaml | 8 ++--- 5 files changed, 47 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b92c161..309b9320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. 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`](#wyatt_cloud_messaging_bloc_base---v011) + - [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1`](#wyatt_cloud_messaging_bloc_firebase---v0101) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1` + +--- + +#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1` + + - **REFACTOR**: modify methods on usage. + - **FIX**: fix notifs listeners. + - **FEAT**: check exception in listen notifications use cases. + + ## 2023-08-16 ### Changes diff --git a/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md index effe43c8..c328e569 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md +++ b/packages/wyatt_cloud_messaging_bloc_base/CHANGELOG.md @@ -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. diff --git a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml index 80d02ae7..4dadd62a 100644 --- a/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_base/pubspec.yaml @@ -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 diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md b/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md index effe43c8..0f8b00f6 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md +++ b/packages/wyatt_cloud_messaging_bloc_firebase/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + + - Update a dependency to the latest release. + ## 1.0.0 - Initial version. diff --git a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml index 3fc9887f..84cb3513 100644 --- a/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml +++ b/packages/wyatt_cloud_messaging_bloc_firebase/pubspec.yaml @@ -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