chore(base,interface,android): Bump version
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.1.17+6
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.17+5
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: moxplatform
|
||||
description: Moxxy platform-specific code
|
||||
version: 0.1.17+5
|
||||
version: 0.1.17+6
|
||||
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.21
|
||||
version: ^0.1.22
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: ^0.1.21
|
||||
version: ^0.1.22
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## 0.1.22
|
||||
|
||||
- **FIX**(android): Fix notification grouping with the foreground notification.
|
||||
- **FIX**(android): Fix creating notifications on Android 13.
|
||||
- **FEAT**(interface,android): Allow passing an initial locale to the service.
|
||||
- **FEAT**(base,interface,android): Move more logic to Moxxy.
|
||||
- **FEAT**(android,interface): Implement video thumbnail generation.
|
||||
|
||||
## 0.1.21
|
||||
|
||||
- **FIX**(android): Fix notification grouping with the foreground notification.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: moxplatform_android
|
||||
description: Android implementation of moxplatform
|
||||
version: 0.1.21
|
||||
version: 0.1.22
|
||||
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+5
|
||||
version: ^0.1.17+6
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: ^0.1.21
|
||||
version: ^0.1.22
|
||||
|
||||
plugin_platform_interface: ^2.1.2
|
||||
uuid: ^3.0.5
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
## 0.1.22
|
||||
|
||||
- **FIX**(repo): Remove notification examples.
|
||||
- **FEAT**(interface,android): Allow passing an initial locale to the service.
|
||||
- **FEAT**(base,interface,android): Move more logic to Moxxy.
|
||||
- **FEAT**(android,interface): Implement video thumbnail generation.
|
||||
|
||||
## 0.1.21
|
||||
|
||||
- **FIX**(repo): Remove notification examples.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: moxplatform_platform_interface
|
||||
description: A common platform interface for the my_plugin plugin.
|
||||
version: 0.1.21
|
||||
version: 0.1.22
|
||||
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+5
|
||||
version: ^0.1.17+6
|
||||
|
||||
plugin_platform_interface: ^2.1.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user