Skip to content

Commit 3715cfa

Browse files
committed
chore(release): v2.6.10
1 parent 7c2dbd1 commit 3715cfa

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v2.6.10
4+
5+
[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.9...v2.6.10)
6+
7+
### 🩹 Fixes
8+
9+
- **types:** Chart utils ([0ea5db2](https://github.com/Yizack/saldometrobus-app/commit/0ea5db2))
10+
11+
### 💅 Refactors
12+
13+
- App page to composition ([b1e8964](https://github.com/Yizack/saldometrobus-app/commit/b1e8964))
14+
- Login to composition api ([12ac9a1](https://github.com/Yizack/saldometrobus-app/commit/12ac9a1))
15+
- Registro to composition api ([3aaa6d0](https://github.com/Yizack/saldometrobus-app/commit/3aaa6d0))
16+
- Perfil to composition api ([a347519](https://github.com/Yizack/saldometrobus-app/commit/a347519))
17+
- Iterate tarjetas with array ([dff943f](https://github.com/Yizack/saldometrobus-app/commit/dff943f))
18+
19+
### 🏡 Chore
20+
21+
- Remove unused method ([dd18912](https://github.com/Yizack/saldometrobus-app/commit/dd18912))
22+
- Placeholdersfor limited cards ([0b84e37](https://github.com/Yizack/saldometrobus-app/commit/0b84e37))
23+
- Remove tests ([171ff89](https://github.com/Yizack/saldometrobus-app/commit/171ff89))
24+
- Remove unused ([7c2dbd1](https://github.com/Yizack/saldometrobus-app/commit/7c2dbd1))
25+
26+
### ❤️ Contributors
27+
28+
- Yizack Rangel ([@Yizack](http://github.com/Yizack))
29+
330
## v2.6.9
431

532
[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.8...v2.6.9)

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.yizack.saldometrobus"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 2006009
11-
versionName "2.6.9"
10+
versionCode 2006010
11+
versionName "2.6.10"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saldometrobus-app",
3-
"version": "2.6.9",
3+
"version": "2.6.10",
44
"description": "Saldo Metrobús es un sitio de consultas de saldo y movimientos para las tarjetas de metro y metrobús de Panamá a cualquier hora del día.",
55
"author": "Yizack Rangel",
66
"license": "MIT",

0 commit comments

Comments
 (0)