Skip to content

Commit 191fd22

Browse files
committed
chore(frontend): release v0.12.6
1 parent d0e54e7 commit 191fd22

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

services/frontend/CHANGELOG.md

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

3+
## [0.12.6](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.4...frontend-v0.12.6) (2025-05-31)
4+
5+
6+
### chore
7+
8+
* **frontend:** release v0.12.5 ([](https://github.com/deploystackio/deploystack/commit/4f33ea81866cf6a2507de484654d0eea78bf1e6e))
9+
10+
11+
### fix
12+
13+
* update Docker run command to map port 8080 to 80 for frontend ([](https://github.com/deploystackio/deploystack/commit/538d5fc28f8e3b74fa6b71cf112e328ec0d97f57))
14+
* update favicon.ico for improved branding ([](https://github.com/deploystackio/deploystack/commit/e5d3ba5b0744ee05ac7253ca2538bff06a16e6ac))
15+
* update storage key handling in DatabaseService to use dynamic baseUrl ([](https://github.com/deploystackio/deploystack/commit/9b613f5d4633f1b89fcdb08f1274c6dce43ff088))
16+
317
## [0.12.5](https://github.com/deploystackio/deploystack/compare/frontend-v0.12.4...frontend-v0.12.5) (2025-05-31)
418

519

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.5",
3+
"version": "0.12.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)