chore(release): publish packages
- moxplatform_android@0.1.17+1 - moxplatform@0.1.17+1 - moxplatform_platform_interface@0.1.17+1
This commit is contained in:
parent
d5fdbe736b
commit
17642f9fab
31
CHANGELOG.md
31
CHANGELOG.md
@ -3,6 +3,37 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2023-07-21
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- There are no breaking changes in this release.
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`moxplatform_android` - `v0.1.17+1`](#moxplatform_android---v01171)
|
||||
- [`moxplatform` - `v0.1.17+1`](#moxplatform---v01171)
|
||||
- [`moxplatform_platform_interface` - `v0.1.17+1`](#moxplatform_platform_interface---v01171)
|
||||
|
||||
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+1`
|
||||
- `moxplatform_platform_interface` - `v0.1.17+1`
|
||||
|
||||
---
|
||||
|
||||
#### `moxplatform_android` - `v0.1.17+1`
|
||||
|
||||
- **FIX**: Accidentally used the name as the target's key. Oops.
|
||||
- **FIX**: Fix minor things.
|
||||
|
||||
|
||||
## 2023-07-21
|
||||
|
||||
### Changes
|
||||
|
@ -32,10 +32,10 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.17
|
||||
version: 0.1.17+1
|
||||
moxplatform_android:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.17
|
||||
version: 0.1.17+1
|
||||
|
||||
file_picker: 5.2.0+1
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.17+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.17
|
||||
|
||||
- **FIX**: Fix typecasting issue.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform
|
||||
description: Moxxy platform-specific code
|
||||
version: 0.1.17
|
||||
version: 0.1.17+1
|
||||
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
|
||||
version: ^0.1.17+1
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: ^0.1.17
|
||||
version: ^0.1.17+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
@ -1,3 +1,8 @@
|
||||
## 0.1.17+1
|
||||
|
||||
- **FIX**: Accidentally used the name as the target's key. Oops.
|
||||
- **FIX**: Fix minor things.
|
||||
|
||||
## 0.1.17
|
||||
|
||||
- **FIX**: Fix typecasting issue.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_android
|
||||
description: Android implementation of moxplatform
|
||||
version: 0.1.17
|
||||
version: 0.1.17+1
|
||||
homepage: https://codeberg.org/moxxy/moxplatform
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -30,10 +30,10 @@ dependencies:
|
||||
|
||||
moxplatform:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: ^0.1.17
|
||||
version: ^0.1.17+1
|
||||
moxplatform_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: ^0.1.17
|
||||
version: ^0.1.17+1
|
||||
|
||||
plugin_platform_interface: ^2.1.2
|
||||
uuid: ^3.0.5
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.17+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.17
|
||||
|
||||
- **FIX**: Fix typecasting issue.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxplatform_platform_interface
|
||||
description: A common platform interface for the my_plugin plugin.
|
||||
version: 0.1.17
|
||||
version: 0.1.17+1
|
||||
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
|
||||
version: ^0.1.17+1
|
||||
|
||||
plugin_platform_interface: ^2.1.2
|
||||
|
||||
|
Reference in New Issue
Block a user