chore(release): publish packages

- moxdns@0.1.4+1
 - moxdns_android@0.1.4+1
 - moxdns_linux@0.1.4+1
 - moxdns_platform_interface@0.1.4+1
This commit is contained in:
PapaTutuWawa 2022-11-08 17:42:52 +01:00
parent 92a98fd56a
commit a1f01486fe
9 changed files with 31 additions and 12 deletions

View File

@ -32,7 +32,7 @@ dependencies:
moxdns: moxdns:
hosted: https://pub.polynom.me hosted: https://pub.polynom.me
version: 0.1.1 version: 0.1.4+1
# The following adds the Cupertino Icons font to your application. # The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.

View File

@ -1,3 +1,7 @@
## 0.1.4+1
- **REFACTOR**: Migrate to using melos.
## 0.1.0 ## 0.1.0
* Initial release * Initial release

View File

@ -1,6 +1,6 @@
name: moxdns name: moxdns
description: A simple wrapper over platform native DNS methods description: A simple wrapper over platform native DNS methods
version: 0.1.4 version: 0.1.4+1
homepage: https://codeberg.org/moxxy/moxdns homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -22,13 +22,13 @@ dependencies:
moxdns_android: moxdns_android:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
moxdns_linux: moxdns_linux:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
moxdns_platform_interface: moxdns_platform_interface:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
dev_dependencies: dev_dependencies:
flutter_lints: ^2.0.0 flutter_lints: ^2.0.0

View File

@ -1,3 +1,9 @@
## 0.1.4+1
- **REFACTOR**: Migrate to using melos.
- **FIX**: Crashing due to incorrect type casting.
- **FIX**: Crashing when no internet is available.
## 0.1.0 ## 0.1.0
* Initial release * Initial release

View File

@ -1,6 +1,6 @@
name: moxdns_android name: moxdns_android
description: Android-specific implementation of moxdns description: Android-specific implementation of moxdns
version: 0.1.4 version: 0.1.4+1
homepage: https://codeberg.org/moxxy/moxdns homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -14,10 +14,10 @@ dependencies:
moxdns: moxdns:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
moxdns_platform_interface: moxdns_platform_interface:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
plugin_platform_interface: 2.1.2 plugin_platform_interface: 2.1.2

View File

@ -1,3 +1,8 @@
## 0.1.4+1
- **REFACTOR**: Migrate to using melos.
- **FIX**: Crashing due to incorrect type casting.
## 0.1.0 ## 0.1.0
* Initial release * Initial release

View File

@ -1,6 +1,6 @@
name: moxdns_linux name: moxdns_linux
description: Linux-specific implementation of moxdns description: Linux-specific implementation of moxdns
version: 0.1.4 version: 0.1.4+1
homepage: https://codeberg.org/moxxy/moxdns homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -14,10 +14,10 @@ dependencies:
moxdns: moxdns:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
moxdns_platform_interface: moxdns_platform_interface:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.4 version: 0.1.4+1
plugin_platform_interface: 2.1.2 plugin_platform_interface: 2.1.2

View File

@ -1,3 +1,7 @@
## 0.1.4+1
- **REFACTOR**: Migrate to using melos.
## 0.1.0 ## 0.1.0
* Initial release * Initial release

View File

@ -1,7 +1,7 @@
name: moxdns_platform_interface name: moxdns_platform_interface
description: Platform definitions for moxdns description: Platform definitions for moxdns
homepage: https://codeberg.org/moxxy/moxdns homepage: https://codeberg.org/moxxy/moxdns
version: 0.1.4 version: 0.1.4+1
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment: environment: