Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - apklis_dio_web_api@0.0.1+1
 - apklis_web_api@0.0.1+2
  • Loading branch information
leynier committed May 30, 2021
1 parent 49d9300 commit 64e349b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.0.1+1

- **DOCS**: add test badge to READMEs.

## 0.0.1

- **FEAT**: implement apklis_dio_web_api.
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,13 +1,13 @@
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.0.1
version: 0.0.1+1
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: ">=2.12.0 <3.0.0"

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

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

- **DOCS**: add test badge to READMEs.

## 0.0.1+1

- **FIX**: fix year of the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/apklis_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Interfaz para la posterior implementación de un paquete en Dart
para interactuar con la API de Apklis. El resto de paquetes del ecosistema de
Apklis Dart/Flutter utilizará este paquete como un contrato en el que mediante
inyección de dependencias se inyectarian las implementaciones concretas.
version: 0.0.1+1
version: 0.0.1+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
Expand Down

0 comments on commit 64e349b

Please sign in to comment.