diff --git a/package-lock.json b/package-lock.json index f0cd72bde..1386bdbd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23615,7 +23615,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.34.0", + "version": "0.35.0", "dependencies": { "@tailwindcss/vite": "^4.1.16", "@tanstack/vue-table": "^8.21.3", diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index df2aaf0c4..f1d0c3e64 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.35.0 (2025-11-04) + +* chore(backend): release v0.40.0 ([f9a5850](https://github.com/deploystackio/deploystack/commit/f9a5850)) +* chore(backend): release v0.40.0 ([58435ff](https://github.com/deploystackio/deploystack/commit/58435ff)) +* chore(satellite): release v0.7.0 ([3aaf75c](https://github.com/deploystackio/deploystack/commit/3aaf75c)) +* chore(satellite): release v0.7.0 ([b94bbbd](https://github.com/deploystackio/deploystack/commit/b94bbbd)) +* feat(all): added support for claude code ([6b2e8a7](https://github.com/deploystackio/deploystack/commit/6b2e8a7)) +* feat(backend): added mcp server source type ([a9429a6](https://github.com/deploystackio/deploystack/commit/a9429a6)) +* feat(backend): resolve plugin path determination for production environment ([bb0f504](https://github.com/deploystackio/deploystack/commit/bb0f504)) +* feat(frontend): add source field to MCP server and display in details ([2461f88](https://github.com/deploystackio/deploystack/commit/2461f88)) +* feat(satellite): implement hierarchical tool search with Fuse.js ([5545c20](https://github.com/deploystackio/deploystack/commit/5545c20)) +* docs(all): update README to clarify management chaos and token reduction ([d5e5000](https://github.com/deploystackio/deploystack/commit/d5e5000)) +* docs(all): update README to clarify MCP challenges and solutions ([46ce1e9](https://github.com/deploystackio/deploystack/commit/46ce1e9)) +* fix(backend): update welcome email instructions for MCP client setup ([2da79a9](https://github.com/deploystackio/deploystack/commit/2da79a9)) + ## 0.34.0 (2025-10-25) * chore(all): bump tailwindcss from 4.1.14 to 4.1.15 ([8365aa2](https://github.com/deploystackio/deploystack/commit/8365aa2)) diff --git a/services/frontend/package.json b/services/frontend/package.json index 090454f7f..66019bba3 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": {