Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - apklis_web_api@0.0.1+3
 - apklis_dio_web_api@0.0.1+2
 - apklis_http_web_api@0.0.1+1
  • Loading branch information
leynier committed May 30, 2021
1 parent 62c2957 commit 9c765a3
Show file tree
Hide file tree
Showing 6 changed files with 18 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.0.1+2

- Update a dependency to the latest release.

## 0.0.1+1

- **DOCS**: add test badge to READMEs.
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+1
version: 0.0.1+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: '>=2.12.0 <3.0.0'

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

dev_dependencies:
Expand Down
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.0.1+1

- Update a dependency to the latest release.

## 0.0.1

- **FEAT**: Implement apklis_http_web_api.
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,13 +1,13 @@
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.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+2
apklis_web_api: ^0.0.1+3
http: ^0.13.3

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

- **FIX**: follow dart convention of description in pubspec.
- **CI**: fix some scripts of melos.yaml.

## 0.0.1+2

- **DOCS**: add test badge to READMEs.
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,6 +1,6 @@
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.0.1+2
version: 0.0.1+3
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
Expand Down

0 comments on commit 9c765a3

Please sign in to comment.