diff --git a/package-lock.json b/package-lock.json index c8cfa7190..330acaf9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13617,7 +13617,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.12.3", + "version": "0.12.5", "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 b1db11d44..79730a5eb 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.12.5](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.4...frontend-v0.12.5) (2025-05-31) + + +### fix + +* update Docker run command to map port 8080 to 80 for frontend ([](https://github.com/deploystackio/deploystack/commit/538d5fc28f8e3b74fa6b71cf112e328ec0d97f57)) +* update favicon.ico for improved branding ([](https://github.com/deploystackio/deploystack/commit/e5d3ba5b0744ee05ac7253ca2538bff06a16e6ac)) +* update storage key handling in DatabaseService to use dynamic baseUrl ([](https://github.com/deploystackio/deploystack/commit/9b613f5d4633f1b89fcdb08f1274c6dce43ff088)) + ## [0.12.4](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.2...frontend-v0.12.4) (2025-05-30) diff --git a/services/frontend/package.json b/services/frontend/package.json index e4261b517..639902a22 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.12.4", + "version": "0.12.5", "private": true, "type": "module", "scripts": {