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:
parent
92a98fd56a
commit
a1f01486fe
@ -32,7 +32,7 @@ dependencies:
|
||||
|
||||
moxdns:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.4+1
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.4+1
|
||||
|
||||
- **REFACTOR**: Migrate to using melos.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
* Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxdns
|
||||
description: A simple wrapper over platform native DNS methods
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -22,13 +22,13 @@ dependencies:
|
||||
|
||||
moxdns_android:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
moxdns_linux:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
moxdns_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
|
@ -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
|
||||
|
||||
* Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxdns_android
|
||||
description: Android-specific implementation of moxdns
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -14,10 +14,10 @@ dependencies:
|
||||
|
||||
moxdns:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
moxdns_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
|
||||
plugin_platform_interface: 2.1.2
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
## 0.1.4+1
|
||||
|
||||
- **REFACTOR**: Migrate to using melos.
|
||||
- **FIX**: Crashing due to incorrect type casting.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
* Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: moxdns_linux
|
||||
description: Linux-specific implementation of moxdns
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
|
||||
@ -14,10 +14,10 @@ dependencies:
|
||||
|
||||
moxdns:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
moxdns_platform_interface:
|
||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||
version: 0.1.4
|
||||
version: 0.1.4+1
|
||||
|
||||
plugin_platform_interface: 2.1.2
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.4+1
|
||||
|
||||
- **REFACTOR**: Migrate to using melos.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
* Initial release
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: moxdns_platform_interface
|
||||
description: Platform definitions for 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
|
||||
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user