Skip to content

Commit

Permalink
chore(release): v2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 25, 2024
1 parent 51578de commit 8df5589
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v2.6.5

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.4...v2.6.5)

### 🩹 Fixes

- Get tarjeta ([440830a](https://github.com/Yizack/saldometrobus-app/commit/440830a))
- Add once cached ([92d24c7](https://github.com/Yizack/saldometrobus-app/commit/92d24c7))
- Modificar ([e543540](https://github.com/Yizack/saldometrobus-app/commit/e543540))
- Navbar meta ([980bc42](https://github.com/Yizack/saldometrobus-app/commit/980bc42))

### 💅 Refactors

- Nuxt v4 compatibility ([162cc8f](https://github.com/Yizack/saldometrobus-app/commit/162cc8f))

### 🏡 Chore

- Update gradle ([096b8d1](https://github.com/Yizack/saldometrobus-app/commit/096b8d1))
- Deps ([51578de](https://github.com/Yizack/saldometrobus-app/commit/51578de))

### ❤️ Contributors

- Yizack Rangel ([@Yizack](http://github.com/Yizack))

## v2.6.4

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.3...v2.6.4)
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 2006004
versionName "2.6.4"
versionCode 2006005
versionName "2.6.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saldometrobus-app",
"version": "2.6.4",
"version": "2.6.5",
"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 Expand Up @@ -28,8 +28,8 @@
"app:version": "tsx scripts/updateVersion",
"app:android:key": "openssl base64 -A -in saldometrobus_key.jks -out saldometrobus_key.jks.txt",
"trapeze": "npx trapeze run config.yaml -y",
"release": "pnpm changelogen --bump && node scripts/newRelease.js && pnpm changelogen gh release",
"release:patch": "pnpm changelogen --bump --patch && node scripts/newRelease.js && pnpm changelogen gh release",
"release": "pnpm changelogen --bump && tsx scripts/newRelease && pnpm changelogen gh release",
"release:patch": "pnpm changelogen --bump --patch && tsx scripts/newRelease && pnpm changelogen gh release",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose --coverage",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint --fix --config .config/eslint.mjs",
Expand Down

0 comments on commit 8df5589

Please sign in to comment.