Skip to content

Commit d9a4d31

Browse files
committedMay 30, 2021
chore(release): publish packages
- [email protected] - [email protected]+1
1 parent ab3aa89 commit d9a4d31

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
 
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.0.1
2+
3+
- **FEAT**: implement apklis_dio_web_api.
4+

‎packages/apklis_dio_web_api/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: apklis_dio_web_api
22
description: Implementación concreta del paquete apklis_web_api para interactuar con la API de Apklis utilizando el paquete dio.
3-
version: 0.0.0
3+
version: 0.0.1
44
homepage: https://github.com/fluttercuba/apklis-dart-flutter
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
apklis_web_api: ^0.0.1
10+
apklis_web_api: ^0.0.1+1
1111
dio: ^4.0.0
1212

1313
dev_dependencies:

‎packages/apklis_web_api/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.1+1
2+
3+
- **FIX**: fix year of the License.
4+
- **CHORE**: Change license badge label of READMEs.
5+
16
## 0.0.1
27

38
- **FEAT**: implement apklis_web_api.

‎packages/apklis_web_api/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Interfaz para la posterior implementación de un paquete en Dart
33
para interactuar con la API de Apklis. El resto de paquetes del ecosistema de
44
Apklis Dart/Flutter utilizará este paquete como un contrato en el que mediante
55
inyección de dependencias se inyectarian las implementaciones concretas.
6-
version: 0.0.1
6+
version: 0.0.1+1
77
homepage: https://github.com/fluttercuba/apklis-dart-flutter
88

99
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.