Skip to content

Commit f4e6eae

Browse files
committed
chore(frontend): release v0.55.0
1 parent d02a4fa commit f4e6eae

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

services/frontend/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,29 @@
2323
* feat(frontend): redesign MCP catalog detail page with tab navigation and card layout ([c24e9620d911c58e34a61e2307c8491c6858d52c](https://github.com/deploystackio/deploystack/commit/c24e9620d911c58e34a61e2307c8491c6858d52c))
2424
* docs(all): expand audience sections for platform teams and developers ([b8edbf147f3e2b78001f95167948403228a1bd03](https://github.com/deploystackio/deploystack/commit/b8edbf147f3e2b78001f95167948403228a1bd03))
2525

26+
## 0.55.0 (2026-01-17)
27+
28+
* chore(all): bump @types/nodemailer from 7.0.4 to 7.0.5 ([2027efc3fd22d0815dd4556c6d65c831f424fdf2](https://github.com/deploystackio/deploystack/commit/2027efc3fd22d0815dd4556c6d65c831f424fdf2))
29+
* chore(all): bump pino from 10.1.0 to 10.1.1 ([ca5f240b7343a62adaeb72ba93f13b9f00fdfac4](https://github.com/deploystackio/deploystack/commit/ca5f240b7343a62adaeb72ba93f13b9f00fdfac4))
30+
* chore(all): bump supertest from 7.1.4 to 7.2.2 ([22aa6b34c4e36c638aadbb78bcc0c1ec0d6d99e8](https://github.com/deploystackio/deploystack/commit/22aa6b34c4e36c638aadbb78bcc0c1ec0d6d99e8))
31+
* chore(all): bump typescript-eslint from 8.52.0 to 8.53.0 ([a2cd44b3be292586391c3b3b7bdd3e3573a792a0](https://github.com/deploystackio/deploystack/commit/a2cd44b3be292586391c3b3b7bdd3e3573a792a0))
32+
* chore(all): bump vite from 7.3.0 to 7.3.1 ([3118f3472a6b1f5ae2d2f5f5c06c8049355175e8](https://github.com/deploystackio/deploystack/commit/3118f3472a6b1f5ae2d2f5f5c06c8049355175e8))
33+
* chore(all): bump vue-tsc from 3.2.1 to 3.2.2 ([ab7cd2981b5e014f23ab60ffed5fec2936bfaa31](https://github.com/deploystackio/deploystack/commit/ab7cd2981b5e014f23ab60ffed5fec2936bfaa31))
34+
* chore(all): remove empty code change entries ([524546cd960de5c9b9d620f2ef993a3e2159dcab](https://github.com/deploystackio/deploystack/commit/524546cd960de5c9b9d620f2ef993a3e2159dcab))
35+
* feat(all): add MCP server status summary to admin team installations view ([7efa7c3a519bb28f71c558b42a35e19540cd7392](https://github.com/deploystackio/deploystack/commit/7efa7c3a519bb28f71c558b42a35e19540cd7392))
36+
* feat(all): enhance admin features with MCP catalog installations and team statistics ([d1e04208b728e580010ebdc374b8e67f08ba61bf](https://github.com/deploystackio/deploystack/commit/d1e04208b728e580010ebdc374b8e67f08ba61bf))
37+
* feat(frontend): add GitHub MCP integration settings in team configuration ([2689e4b7f578cd6d6a1f4f48062013d7d29b0623](https://github.com/deploystackio/deploystack/commit/2689e4b7f578cd6d6a1f4f48062013d7d29b0623))
38+
* feat(frontend): add logs tab and access control for team roles ([c563ebcf0b03d20a098cf6c304a528911c3a037b](https://github.com/deploystackio/deploystack/commit/c563ebcf0b03d20a098cf6c304a528911c3a037b))
39+
* feat(frontend): add MCP Server management tab to team settings ([dec68df27190a9772b08939c9e0c39a0d775449c](https://github.com/deploystackio/deploystack/commit/dec68df27190a9772b08939c9e0c39a0d775449c))
40+
* feat(frontend): add success state for authorization completion ([266fc9d3b4312760097e15231ef469dabe40973d](https://github.com/deploystackio/deploystack/commit/266fc9d3b4312760097e15231ef469dabe40973d))
41+
* feat(frontend): add team settings component for management configuration ([e18ee038867924a918f59afb2e8b9d2e59327ed4](https://github.com/deploystackio/deploystack/commit/e18ee038867924a918f59afb2e8b9d2e59327ed4))
42+
* feat(frontend): cache user role for instant loading on tab switches ([bb4fbbc8df9ab99e670d27951556bf45852437d6](https://github.com/deploystackio/deploystack/commit/bb4fbbc8df9ab99e670d27951556bf45852437d6))
43+
* feat(frontend): implement log streaming and filtering functionality ([44186c802f768c78995886043c6bca2ead8c3070](https://github.com/deploystackio/deploystack/commit/44186c802f768c78995886043c6bca2ead8c3070))
44+
* feat(frontend): implement MCP instances management in team view ([3a11777c7239533514a2c00b3046f11b597db322](https://github.com/deploystackio/deploystack/commit/3a11777c7239533514a2c00b3046f11b597db322))
45+
* feat(frontend): implement team management views and navigation ([0826af4e80d3730d12509b9796f74b15f50183ab](https://github.com/deploystackio/deploystack/commit/0826af4e80d3730d12509b9796f74b15f50183ab))
46+
* feat(frontend): redesign MCP catalog detail page with tab navigation and card layout ([c24e9620d911c58e34a61e2307c8491c6858d52c](https://github.com/deploystackio/deploystack/commit/c24e9620d911c58e34a61e2307c8491c6858d52c))
47+
* docs(all): expand audience sections for platform teams and developers ([b8edbf147f3e2b78001f95167948403228a1bd03](https://github.com/deploystackio/deploystack/commit/b8edbf147f3e2b78001f95167948403228a1bd03))
48+
2649
## 0.54.0 (2026-01-09)
2750

2851
* chore(all): bump webpack from 5.103.0 to 5.104.1 ([dc39724170dad1d801c9867506251560a34f004f](https://github.com/deploystackio/deploystack/commit/dc39724170dad1d801c9867506251560a34f004f))

0 commit comments

Comments
 (0)