chore(release): publish packages

- moxxmpp@0.1.2+1
 - moxxmpp_socket_tcp@0.1.2+1
This commit is contained in:
PapaTutuWawa 2022-11-12 21:00:16 +01:00
parent afaca7a558
commit 988db718a2
5 changed files with 13 additions and 5 deletions

View File

@ -16,10 +16,10 @@ dependencies:
version: 0.1.4+1 version: 0.1.4+1
moxxmpp: moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2 version: 0.1.2+1
moxxmpp_socket_tcp: moxxmpp_socket_tcp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2 version: 0.1.2+1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -1,3 +1,7 @@
## 0.1.2+1
- **FIX**: A certificate rejection does not crash the connection.
## 0.1.2 ## 0.1.2
- **FEAT**: Remove Moxxy specific strings. - **FEAT**: Remove Moxxy specific strings.

View File

@ -1,6 +1,6 @@
name: moxxmpp name: moxxmpp
description: A pure-Dart XMPP library description: A pure-Dart XMPP library
version: 0.1.2 version: 0.1.2+1
homepage: https://codeberg.org/moxxy/moxxmpp homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub

View File

@ -1,3 +1,7 @@
## 0.1.2+1
- **FIX**: A certificate rejection does not crash the connection.
## 0.1.2 ## 0.1.2
- **FEAT**: Make onBadCertificate available. - **FEAT**: Make onBadCertificate available.

View File

@ -1,6 +1,6 @@
name: moxxmpp_socket_tcp name: moxxmpp_socket_tcp
description: A socket for moxxmpp using TCP that implements the RFC6120 connection algorithm and XEP-0368 description: A socket for moxxmpp using TCP that implements the RFC6120 connection algorithm and XEP-0368
version: 0.1.2 version: 0.1.2+1
homepage: https://codeberg.org/moxxy/moxxmpp homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub
@ -12,7 +12,7 @@ dependencies:
meta: ^1.6.0 meta: ^1.6.0
moxxmpp: moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: ^0.1.2 version: ^0.1.2+1
dev_dependencies: dev_dependencies:
lints: ^2.0.0 lints: ^2.0.0