From 68958a371ef49ad0ddb471635761546e86db1fe8 Mon Sep 17 00:00:00 2001 From: Lasim <7317318+Lasim@users.noreply.github.com> Date: Sat, 15 Nov 2025 13:53:36 +0000 Subject: [PATCH] chore(frontend): release v0.38.0 --- package-lock.json | 2 +- services/frontend/CHANGELOG.md | 11 +++++++++++ services/frontend/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b3e4baad..000590483 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23495,7 +23495,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.37.0", + "version": "0.38.0", "dependencies": { "@tailwindcss/vite": "^4.1.17", "@tanstack/vue-table": "^8.21.3", diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index 6d9d65334..583943e61 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.38.0 (2025-11-15) + +* chore(all): update dependencies in backend, frontend, and satellite services ([94a274f](https://github.com/deploystackio/deploystack/commit/94a274f)) +* chore(backend): release v0.42.0 ([9588de4](https://github.com/deploystackio/deploystack/commit/9588de4)) +* chore(backend): release v0.42.0 ([9d96581](https://github.com/deploystackio/deploystack/commit/9d96581)) +* chore(backend): release v0.43.0 ([e735cae](https://github.com/deploystackio/deploystack/commit/e735cae)) +* chore(backend): release v0.43.0 ([4c730dd](https://github.com/deploystackio/deploystack/commit/4c730dd)) +* chore(satellite): release v0.8.0 ([8770637](https://github.com/deploystackio/deploystack/commit/8770637)) +* chore(satellite): release v0.8.0 ([109792a](https://github.com/deploystackio/deploystack/commit/109792a)) +* feat(all): MCP Tool Metadata Collection & Display ([8af4610](https://github.com/deploystackio/deploystack/commit/8af4610)) + ## 0.37.0 (2025-11-11) * chore(all): bump @octokit/auth-app from 8.1.1 to 8.1.2 ([b9e93c6](https://github.com/deploystackio/deploystack/commit/b9e93c6)) diff --git a/services/frontend/package.json b/services/frontend/package.json index e814f6b06..a6e8819a4 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.37.0", + "version": "0.38.0", "private": true, "type": "module", "scripts": {