Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions services/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deploystack/frontend",
"version": "0.12.2",
"version": "0.12.3",
"private": true,
"type": "module",
"scripts": {
Expand Down