diff --git a/CHANGELOG.md b/CHANGELOG.md index 1609976..32f2db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## v2.6.10 + +[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.9...v2.6.10) + +### 🩹 Fixes + +- **types:** Chart utils ([0ea5db2](https://github.com/Yizack/saldometrobus-app/commit/0ea5db2)) + +### 💅 Refactors + +- App page to composition ([b1e8964](https://github.com/Yizack/saldometrobus-app/commit/b1e8964)) +- Login to composition api ([12ac9a1](https://github.com/Yizack/saldometrobus-app/commit/12ac9a1)) +- Registro to composition api ([3aaa6d0](https://github.com/Yizack/saldometrobus-app/commit/3aaa6d0)) +- Perfil to composition api ([a347519](https://github.com/Yizack/saldometrobus-app/commit/a347519)) +- Iterate tarjetas with array ([dff943f](https://github.com/Yizack/saldometrobus-app/commit/dff943f)) + +### 🏡 Chore + +- Remove unused method ([dd18912](https://github.com/Yizack/saldometrobus-app/commit/dd18912)) +- Placeholdersfor limited cards ([0b84e37](https://github.com/Yizack/saldometrobus-app/commit/0b84e37)) +- Remove tests ([171ff89](https://github.com/Yizack/saldometrobus-app/commit/171ff89)) +- Remove unused ([7c2dbd1](https://github.com/Yizack/saldometrobus-app/commit/7c2dbd1)) + +### ❤️ Contributors + +- Yizack Rangel ([@Yizack](http://github.com/Yizack)) + ## v2.6.9 [compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.8...v2.6.9) diff --git a/android/app/build.gradle b/android/app/build.gradle index 695417c..9549ab3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.yizack.saldometrobus" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2006009 - versionName "2.6.9" + versionCode 2006010 + versionName "2.6.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package.json b/package.json index 3cf94ba..0695a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saldometrobus-app", - "version": "2.6.9", + "version": "2.6.10", "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.", "author": "Yizack Rangel", "license": "MIT",