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.

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

## 0.41.0 (2025-11-25)

* feat(backend): add satellite command notifications for MCP installations 769d557
* feat(backend): complete PostgreSQL-only database migration 88c52f8
* refactor(backend): use GlobalSettings for backend URL in OAuth routes 7aa72ca
* refactor(satellite): enhance headers for Cloudflare compatibility 362987f
* chore(backend): release v0.45.0 482c6f4
* chore(backend): release v0.45.0 13a7796
* chore(satellite): release v0.11.0 bfcb1ff
* chore(satellite): release v0.11.0 9fddc8e

## 0.40.0 (2025-11-22)

* chore(all): update dependencies across services 44bbbc2
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.40.0",
"version": "0.41.0",
"private": true,
"type": "module",
"scripts": {
Expand Down