From 173d5f5166c591393b334e977da115c6ca3b06fc Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 4 Aug 2023 13:44:52 +0200 Subject: [PATCH] chore(release): publish packages - moxplatform@0.1.17+2 - moxplatform_android@0.1.18 - moxplatform_platform_interface@0.1.18 --- CHANGELOG.md | 54 +++++++++++++++++++ example/pubspec.yaml | 4 +- packages/moxplatform/CHANGELOG.md | 4 ++ packages/moxplatform/pubspec.yaml | 6 +-- packages/moxplatform_android/CHANGELOG.md | 18 +++++++ packages/moxplatform_android/pubspec.yaml | 6 +-- .../CHANGELOG.md | 13 +++++ .../pubspec.yaml | 4 +- 8 files changed, 99 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2f5c8..1df485e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,60 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-04 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`moxplatform` - `v0.1.17+2`](#moxplatform---v01172) + - [`moxplatform_android` - `v0.1.18`](#moxplatform_android---v0118) + - [`moxplatform_platform_interface` - `v0.1.18`](#moxplatform_platform_interface---v0118) + +--- + +#### `moxplatform` - `v0.1.17+2` + + - **FIX**: Format and lint. + +#### `moxplatform_android` - `v0.1.18` + + - **FIX**: Format and lint. + - **FIX**: Fix self-replies after receiving another message. + - **FIX**: Add payload to all intents. + - **FIX**: Fix images disappearing after replying. + - **FEAT**: Move recordSentMessage to pigeon. + - **FEAT**: Move the crypto APIs to pigeon. + - **FEAT**: Adjust to Moxxy changes. + - **FEAT**: Store the avatar path also in the shared preferences. + - **FEAT**: Allow the sender's data being null. + - **FEAT**: Allow attaching arbitrary data to the notification. + - **FEAT**: Allow showing regular notifications. + - **FEAT**: Make i18n data a bit more persistent. + - **FEAT**: Color in the notification silhouette. + - **FEAT**: Allow setting the self-avatar. + - **FEAT**: Take care of i18n. + +#### `moxplatform_platform_interface` - `v0.1.18` + + - **FIX**: Format and lint. + - **FIX**: Add payload to all intents. + - **FEAT**: Move recordSentMessage to pigeon. + - **FEAT**: Move the crypto APIs to pigeon. + - **FEAT**: Allow the sender's data being null. + - **FEAT**: Allow attaching arbitrary data to the notification. + - **FEAT**: Allow showing regular notifications. + - **FEAT**: Color in the notification silhouette. + - **FEAT**: Allow setting the self-avatar. + - **FEAT**: Take care of i18n. + + ## 2023-07-21 ### Changes diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 955dd3a..3ff4a34 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -32,10 +32,10 @@ dependencies: moxplatform: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: 0.1.17+1 + version: 0.1.17+2 moxplatform_android: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: 0.1.17+1 + version: 0.1.18 file_picker: 5.2.0+1 diff --git a/packages/moxplatform/CHANGELOG.md b/packages/moxplatform/CHANGELOG.md index 955acd1..502f23c 100644 --- a/packages/moxplatform/CHANGELOG.md +++ b/packages/moxplatform/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.17+2 + + - **FIX**: Format and lint. + ## 0.1.17+1 - Update a dependency to the latest release. diff --git a/packages/moxplatform/pubspec.yaml b/packages/moxplatform/pubspec.yaml index bf33115..d9907be 100644 --- a/packages/moxplatform/pubspec.yaml +++ b/packages/moxplatform/pubspec.yaml @@ -1,6 +1,6 @@ name: moxplatform description: Moxxy platform-specific code -version: 0.1.17+1 +version: 0.1.17+2 publish_to: https://git.polynom.me/api/packages/Moxxy/pub homepage: https://codeberg.org/moxxy/moxplatform @@ -26,10 +26,10 @@ dependencies: moxplatform_android: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.17+1 + version: ^0.1.18 moxplatform_platform_interface: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.17+1 + version: ^0.1.18 dev_dependencies: flutter_test: diff --git a/packages/moxplatform_android/CHANGELOG.md b/packages/moxplatform_android/CHANGELOG.md index e55925c..bc077ba 100644 --- a/packages/moxplatform_android/CHANGELOG.md +++ b/packages/moxplatform_android/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.1.18 + + - **FIX**: Format and lint. + - **FIX**: Fix self-replies after receiving another message. + - **FIX**: Add payload to all intents. + - **FIX**: Fix images disappearing after replying. + - **FEAT**: Move recordSentMessage to pigeon. + - **FEAT**: Move the crypto APIs to pigeon. + - **FEAT**: Adjust to Moxxy changes. + - **FEAT**: Store the avatar path also in the shared preferences. + - **FEAT**: Allow the sender's data being null. + - **FEAT**: Allow attaching arbitrary data to the notification. + - **FEAT**: Allow showing regular notifications. + - **FEAT**: Make i18n data a bit more persistent. + - **FEAT**: Color in the notification silhouette. + - **FEAT**: Allow setting the self-avatar. + - **FEAT**: Take care of i18n. + ## 0.1.17+1 - **FIX**: Accidentally used the name as the target's key. Oops. diff --git a/packages/moxplatform_android/pubspec.yaml b/packages/moxplatform_android/pubspec.yaml index e9b12ff..0ac4276 100644 --- a/packages/moxplatform_android/pubspec.yaml +++ b/packages/moxplatform_android/pubspec.yaml @@ -1,6 +1,6 @@ name: moxplatform_android description: Android implementation of moxplatform -version: 0.1.17+1 +version: 0.1.18 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://git.polynom.me/api/packages/Moxxy/pub @@ -29,10 +29,10 @@ dependencies: moxplatform: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.17+1 + version: ^0.1.17+2 moxplatform_platform_interface: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.17+1 + version: ^0.1.18 plugin_platform_interface: ^2.1.2 uuid: ^3.0.5 diff --git a/packages/moxplatform_platform_interface/CHANGELOG.md b/packages/moxplatform_platform_interface/CHANGELOG.md index ba9b8b4..33d42c5 100644 --- a/packages/moxplatform_platform_interface/CHANGELOG.md +++ b/packages/moxplatform_platform_interface/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.1.18 + + - **FIX**: Format and lint. + - **FIX**: Add payload to all intents. + - **FEAT**: Move recordSentMessage to pigeon. + - **FEAT**: Move the crypto APIs to pigeon. + - **FEAT**: Allow the sender's data being null. + - **FEAT**: Allow attaching arbitrary data to the notification. + - **FEAT**: Allow showing regular notifications. + - **FEAT**: Color in the notification silhouette. + - **FEAT**: Allow setting the self-avatar. + - **FEAT**: Take care of i18n. + ## 0.1.17+1 - Update a dependency to the latest release. diff --git a/packages/moxplatform_platform_interface/pubspec.yaml b/packages/moxplatform_platform_interface/pubspec.yaml index 3bc8034..65795aa 100644 --- a/packages/moxplatform_platform_interface/pubspec.yaml +++ b/packages/moxplatform_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: moxplatform_platform_interface description: A common platform interface for the my_plugin plugin. -version: 0.1.17+1 +version: 0.1.18 homepage: https://codeberg.org/moxxy/moxplatform publish_to: https://git.polynom.me/api/packages/Moxxy/pub @@ -17,7 +17,7 @@ dependencies: version: ^0.2.0 moxplatform: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.17+1 + version: ^0.1.17+2 plugin_platform_interface: ^2.1.2