chore(android,interface,base): Bump versions

This commit is contained in:
PapaTutuWawa 2023-08-05 00:10:36 +02:00
parent 2a9afdbb0c
commit fb71ac330a
8 changed files with 57 additions and 10 deletions

View File

@ -3,6 +3,40 @@
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-05
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`moxplatform_android` - `v0.1.20`](#moxplatform_android---v0120)
- [`moxplatform_platform_interface` - `v0.1.20`](#moxplatform_platform_interface---v0120)
- [`moxplatform` - `v0.1.17+4`](#moxplatform---v01174)
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+4`
---
#### `moxplatform_android` - `v0.1.20`
- **FIX**(android): Fix FileProvider id.
- **FEAT**(android,interface): Handle battery optimisation.
#### `moxplatform_platform_interface` - `v0.1.20`
- **FEAT**(android,interface): Handle battery optimisation.
## 2023-08-05 ## 2023-08-05
### Changes ### Changes

View File

@ -32,10 +32,10 @@ dependencies:
moxplatform: moxplatform:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.17+3 version: 0.1.17+4
moxplatform_android: moxplatform_android:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.19 version: 0.1.20
file_picker: 5.2.0+1 file_picker: 5.2.0+1

View File

@ -1,3 +1,7 @@
## 0.1.17+4
- Update a dependency to the latest release.
## 0.1.17+3 ## 0.1.17+3
- Update a dependency to the latest release. - Update a dependency to the latest release.

View File

@ -1,6 +1,6 @@
name: moxplatform name: moxplatform
description: Moxxy platform-specific code description: Moxxy platform-specific code
version: 0.1.17+3 version: 0.1.17+4
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
homepage: https://codeberg.org/moxxy/moxplatform homepage: https://codeberg.org/moxxy/moxplatform
@ -26,10 +26,10 @@ dependencies:
moxplatform_android: moxplatform_android:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.19 version: ^0.1.20
moxplatform_platform_interface: moxplatform_platform_interface:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.19 version: ^0.1.20
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -1,3 +1,8 @@
## 0.1.20
- **FIX**(android): Fix FileProvider id.
- **FEAT**(android,interface): Handle battery optimisation.
## 0.1.19 ## 0.1.19
- **FEAT**(android,interface): Handle battery optimisation. - **FEAT**(android,interface): Handle battery optimisation.

View File

@ -1,6 +1,6 @@
name: moxplatform_android name: moxplatform_android
description: Android implementation of moxplatform description: Android implementation of moxplatform
version: 0.1.19 version: 0.1.20
homepage: https://codeberg.org/moxxy/moxplatform homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -29,10 +29,10 @@ dependencies:
moxplatform: moxplatform:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.17+3 version: ^0.1.17+4
moxplatform_platform_interface: moxplatform_platform_interface:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.19 version: ^0.1.20
plugin_platform_interface: ^2.1.2 plugin_platform_interface: ^2.1.2
uuid: ^3.0.5 uuid: ^3.0.5

View File

@ -1,3 +1,7 @@
## 0.1.20
- **FEAT**(android,interface): Handle battery optimisation.
## 0.1.19 ## 0.1.19
- **FEAT**(android,interface): Handle battery optimisation. - **FEAT**(android,interface): Handle battery optimisation.

View File

@ -1,6 +1,6 @@
name: moxplatform_platform_interface name: moxplatform_platform_interface
description: A common platform interface for the my_plugin plugin. description: A common platform interface for the my_plugin plugin.
version: 0.1.19 version: 0.1.20
homepage: https://codeberg.org/moxxy/moxplatform homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -17,7 +17,7 @@ dependencies:
version: ^0.2.0 version: ^0.2.0
moxplatform: moxplatform:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.17+3 version: ^0.1.17+4
plugin_platform_interface: ^2.1.2 plugin_platform_interface: ^2.1.2