Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - apklis_direct_payment_checker_example@0.0.1
 - apklis_web_api@0.2.0+2
 - apklis_dio_web_api@0.1.0+2
 - apklis_http_web_api@0.1.0+2
  • Loading branch information
leynier committed Sep 4, 2021
1 parent c1914e6 commit 8dbefab
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/apklis_dio_web_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+2

- Update a dependency to the latest release.

## 0.1.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/apklis_dio_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: apklis_dio_web_api
description: Implementación concreta del paquete apklis_web_api para interactuar
con la API de Apklis utilizando el paquete dio.
version: 0.1.0+1
version: 0.1.0+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
apklis_web_api: ^0.2.0+1
apklis_web_api: ^0.2.0+2
dio: ^4.0.0

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/apklis_direct_payment_checker/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

- **FEAT**: implement apklis_direct_payment_checker.
- **CI**: fix some scripts of melos.yaml.
- **CHORE**: publish packages.

## 0.0.1

- **FEAT**: implement apklis_direct_payment_checker.
- **CI**: fix some scripts of melos.yaml.

4 changes: 4 additions & 0 deletions packages/apklis_http_web_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+2

- Update a dependency to the latest release.

## 0.1.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/apklis_http_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: apklis_http_web_api
description: Implementación concreta del paquete apklis_web_api para interactuar
con la API de Apklis utilizando el paquete http.
version: 0.1.0+1
version: 0.1.0+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
apklis_web_api: ^0.2.0+1
apklis_web_api: ^0.2.0+2
http: ^0.13.3

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/apklis_web_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0+2

- **FIX**: add test for error.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 0.2.0+1

- **FIX**: remove parser methods to ApklisErrorModel.
Expand Down
2 changes: 1 addition & 1 deletion packages/apklis_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: apklis_web_api
description: Interfaz para la posterior implementación de un paquete en Dart
para interactuar con la API de Apklis.
version: 0.2.0+1
version: 0.2.0+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
Expand Down

0 comments on commit 8dbefab

Please sign in to comment.