Skip to content

Commit

Permalink
chore(release): v2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Nov 8, 2024
1 parent 7c2dbd1 commit 3715cfa
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3715cfa

Please sign in to comment.