diff --git a/package-lock.json b/package-lock.json index 2c98de1e..c8cfa719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13617,7 +13617,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.12.1", + "version": "0.12.3", "dependencies": { "@tailwindcss/vite": "^4.1.8", "@tanstack/vue-table": "^8.21.3", diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index 0c88dcbc..9901f748 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.12.3](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.2...frontend-v0.12.3) (2025-05-30) + + +### fix + +* enhance error handling for database connection and update error messages ([](https://github.com/deploystackio/deploystack/commit/b25524556ed0aa92b3873f2460d1f9cd622f8e5f)) +* update conventional changelog plugin configuration for backend and frontend ([](https://github.com/deploystackio/deploystack/commit/bbcfbf4da3edec1de943605fa1482aa6bab5b9fd)) +* update Docker run command for frontend environment variables ([](https://github.com/deploystackio/deploystack/commit/348b77aaf69c170e6e57184406270e9e55c728ac)) + + +### frontend + +* update environment variable references to use VITE_DEPLOYSTACK_APP_URL ([](https://github.com/deploystackio/deploystack/commit/d7361d562a0a22569cc910fd422bdb91318b6595)) + ## 0.12.2 (2025-05-30) diff --git a/services/frontend/package.json b/services/frontend/package.json index ded7f7ba..834e4b3b 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.12.2", + "version": "0.12.3", "private": true, "type": "module", "scripts": {