Skip to content

Commit 1e1692b

Browse files
author
Lasim
committed
Merge branch 'main' of github-jason:deploystackio/deploystack into main
2 parents e5d3ba5 + ebbe5a9 commit 1e1692b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/frontend/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.12.4](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.2...frontend-v0.12.4) (2025-05-30)
4+
5+
6+
### chore
7+
8+
* **frontend:** release v0.12.3 ([](https://github.com/deploystackio/deploystack/commit/82e896cbb1911753834dee0482abf674b9bcfbab))
9+
10+
11+
### fix
12+
13+
* enhance error handling for database connection and update error messages ([](https://github.com/deploystackio/deploystack/commit/b25524556ed0aa92b3873f2460d1f9cd622f8e5f))
14+
* update conventional changelog plugin configuration for backend and frontend ([](https://github.com/deploystackio/deploystack/commit/bbcfbf4da3edec1de943605fa1482aa6bab5b9fd))
15+
* update Docker run command for frontend environment variables ([](https://github.com/deploystackio/deploystack/commit/348b77aaf69c170e6e57184406270e9e55c728ac))
16+
17+
18+
### frontend
19+
20+
* update environment variable references to use VITE_DEPLOYSTACK_APP_URL ([](https://github.com/deploystackio/deploystack/commit/d7361d562a0a22569cc910fd422bdb91318b6595))
21+
22+
## [0.12.3](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.2...frontend-v0.12.3) (2025-05-30)
23+
24+
25+
### fix
26+
27+
* enhance error handling for database connection and update error messages ([](https://github.com/deploystackio/deploystack/commit/b25524556ed0aa92b3873f2460d1f9cd622f8e5f))
28+
* update conventional changelog plugin configuration for backend and frontend ([](https://github.com/deploystackio/deploystack/commit/bbcfbf4da3edec1de943605fa1482aa6bab5b9fd))
29+
* update Docker run command for frontend environment variables ([](https://github.com/deploystackio/deploystack/commit/348b77aaf69c170e6e57184406270e9e55c728ac))
30+
31+
32+
### frontend
33+
34+
* update environment variable references to use VITE_DEPLOYSTACK_APP_URL ([](https://github.com/deploystackio/deploystack/commit/d7361d562a0a22569cc910fd422bdb91318b6595))
35+
336
## 0.12.2 (2025-05-30)
437

538

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/frontend",
3-
"version": "0.12.2",
3+
"version": "0.12.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)