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.

15 changes: 15 additions & 0 deletions services/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.42.0 (2025-11-28)

* feat(all): implement breadcrumbs and several frontend and UI improvements f3d3e70
* feat(backend): add total MCP server installation limit per team a9dff02
* feat(frontend): add MCP server limit to team management forms c47091a
* feat(frontend): replace switches with checkboxes for settings c144d10
* fix(backend): set git_branch to null if repository_url is absent bb16362
* chore(all): bump isomorphic-dompurify from 2.32.0 to 2.33.0 6243596
* chore(all): update dependencies in package.json files 12bdfcd
* chore(backend): release v0.46.0 772c0fa
* chore(backend): release v0.46.0 1490b2a
* chore(deps): bump actions/checkout from 5 to 6 e5d84d1
* style(frontend): remove max-width from content area in settings and profile b9624a8
* feature(backend): re-build the global settings - added name param dfab0ed

## 0.41.0 (2025-11-25)

* chore(frontend): release v0.41.0 52da4b2
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.41.0",
"version": "0.42.0",
"private": true,
"type": "module",
"scripts": {
Expand Down