Skip to content

Commit ffcf51a

Browse files
authored
Merge pull request #639 from deploystackio/frontend-release
[Frontend Release] v0.53.0
2 parents 924cbcb + 6b7e612 commit ffcf51a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

services/frontend/CHANGELOG.md

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

3+
## 0.53.0 (2026-01-01)
4+
5+
* chore(all): update deploystack banner image ([924cbcb5835e1a91c572f658db1e47b6465a20a9](https://github.com/deploystackio/deploystack/commit/924cbcb5835e1a91c572f658db1e47b6465a20a9))
6+
* chore(frontend): update logo and favicon images ([5d5153c47f63b5972ce87ede7d6e6b38a8735545](https://github.com/deploystackio/deploystack/commit/5d5153c47f63b5972ce87ede7d6e6b38a8735545))
7+
* feat(all): implement per-user MCP instance isolation for multi-user teams ([bc9d18336a33185ece6c92e286596c9846dfab4f](https://github.com/deploystackio/deploystack/commit/bc9d18336a33185ece6c92e286596c9846dfab4f))
8+
* feat(frontend): add role change dialog to user detail page ([786c015184f688e4ba4c7cb344b1fe69fee66acd](https://github.com/deploystackio/deploystack/commit/786c015184f688e4ba4c7cb344b1fe69fee66acd))
9+
* feat(frontend): add runtime badge visibility toggle to server card ([95f9a8bae348e10b2b9fb4c50af4efb7e1cb7989](https://github.com/deploystackio/deploystack/commit/95f9a8bae348e10b2b9fb4c50af4efb7e1cb7989))
10+
* feat(frontend): add template and schema props to server configuration ([e4d389f89da20776defa4f9307668ebcb9adc25e](https://github.com/deploystackio/deploystack/commit/e4d389f89da20776defa4f9307668ebcb9adc25e))
11+
* refactor(all): move admin user routes to /api/admin/users ([c319dd06904ddba21a0babb3644d02d235ad1bb5](https://github.com/deploystackio/deploystack/commit/c319dd06904ddba21a0babb3644d02d235ad1bb5))
12+
* refactor(frontend): convert admin users detail page to multi-route structure ([bd3f8cd93426677250f8c83f43cfd8bf7575a452](https://github.com/deploystackio/deploystack/commit/bd3f8cd93426677250f8c83f43cfd8bf7575a452))
13+
* refactor(frontend): simplify server installation routing logic ([cacd4430ad1fcdcb87e2de9960813e49770bc47d](https://github.com/deploystackio/deploystack/commit/cacd4430ad1fcdcb87e2de9960813e49770bc47d))
14+
315
## 0.52.0 (2025-12-29)
416

517
* feat(all): add MCP servers page to admin teams detail with pagination ([6186e7bb519b493e2d4e7354d9ae694beb2b1186](https://github.com/deploystackio/deploystack/commit/6186e7bb519b493e2d4e7354d9ae694beb2b1186))

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

0 commit comments

Comments
 (0)