From 81e819b4a78cd67ad1361176f5f85f3463548537 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 3 Sep 2023 13:11:12 +0200 Subject: [PATCH] chore(repo): Release new version --- CHANGELOG.md | 38 +++++++++++++++++++ example/pubspec.yaml | 4 +- packages/moxplatform/CHANGELOG.md | 4 ++ packages/moxplatform/pubspec.yaml | 6 +-- packages/moxplatform_android/CHANGELOG.md | 7 ++++ packages/moxplatform_android/pubspec.yaml | 6 +-- .../CHANGELOG.md | 6 +++ .../pubspec.yaml | 4 +- 8 files changed, 65 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613f0ab..bcb7621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-09-03 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`moxplatform_android` - `v0.1.21`](#moxplatform_android---v0121) + - [`moxplatform_platform_interface` - `v0.1.21`](#moxplatform_platform_interface---v0121) + - [`moxplatform` - `v0.1.17+5`](#moxplatform---v01175) + +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. + + - `moxplatform` - `v0.1.17+5` + +--- + +#### `moxplatform_android` - `v0.1.21` + + - **FIX**(android): Fix notification grouping with the foreground notification. + - **FIX**(android): Fix creating notifications on Android 13. + - **FEAT**(base,interface,android): Move more logic to Moxxy. + - **FEAT**(android,interface): Implement video thumbnail generation. + +#### `moxplatform_platform_interface` - `v0.1.21` + + - **FIX**(repo): Remove notification examples. + - **FEAT**(base,interface,android): Move more logic to Moxxy. + - **FEAT**(android,interface): Implement video thumbnail generation. + + ## 2023-08-05 ### Changes diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 658bd97..4e70560 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+4 + version: 0.1.17+5 moxplatform_android: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: 0.1.20 + version: 0.1.21 file_picker: 5.2.0+1 diff --git a/packages/moxplatform/CHANGELOG.md b/packages/moxplatform/CHANGELOG.md index 68f6ea6..13a9360 100644 --- a/packages/moxplatform/CHANGELOG.md +++ b/packages/moxplatform/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.17+5 + + - Update a dependency to the latest release. + ## 0.1.17+4 - Update a dependency to the latest release. diff --git a/packages/moxplatform/pubspec.yaml b/packages/moxplatform/pubspec.yaml index 7ad62dc..aa05f34 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+4 +version: 0.1.17+5 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.20 + version: ^0.1.21 moxplatform_platform_interface: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.20 + version: ^0.1.21 dev_dependencies: flutter_test: diff --git a/packages/moxplatform_android/CHANGELOG.md b/packages/moxplatform_android/CHANGELOG.md index 5f1c1e0..30dbd20 100644 --- a/packages/moxplatform_android/CHANGELOG.md +++ b/packages/moxplatform_android/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.21 + + - **FIX**(android): Fix notification grouping with the foreground notification. + - **FIX**(android): Fix creating notifications on Android 13. + - **FEAT**(base,interface,android): Move more logic to Moxxy. + - **FEAT**(android,interface): Implement video thumbnail generation. + ## 0.1.20 - **FIX**(android): Fix FileProvider id. diff --git a/packages/moxplatform_android/pubspec.yaml b/packages/moxplatform_android/pubspec.yaml index d6d8c6b..9b0aa41 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.20 +version: 0.1.21 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+4 + version: ^0.1.17+5 moxplatform_platform_interface: hosted: https://git.polynom.me/api/packages/Moxxy/pub - version: ^0.1.20 + version: ^0.1.21 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 8bc907d..c8faa50 100644 --- a/packages/moxplatform_platform_interface/CHANGELOG.md +++ b/packages/moxplatform_platform_interface/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.21 + + - **FIX**(repo): Remove notification examples. + - **FEAT**(base,interface,android): Move more logic to Moxxy. + - **FEAT**(android,interface): Implement video thumbnail generation. + ## 0.1.20 - **FEAT**(android,interface): Handle battery optimisation. diff --git a/packages/moxplatform_platform_interface/pubspec.yaml b/packages/moxplatform_platform_interface/pubspec.yaml index 8676a33..00a9dba 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.20 +version: 0.1.21 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+4 + version: ^0.1.17+5 plugin_platform_interface: ^2.1.2