diff --git a/package-lock.json b/package-lock.json index b7b4c257e..6207b10dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29449,7 +29449,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.28.0", + "version": "0.29.0", "dependencies": { "@tailwindcss/vite": "^4.1.13", "@tanstack/vue-table": "^8.21.3", diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index cad428233..a9c2bee93 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.29.0 (2025-09-29) + +* feat(all): added fifo-queue and mcp-readme integration ([06906c6](https://github.com/deploystackio/deploystack/commit/06906c6)) +* feat(backend): add github_account_id to API specifications ([e7eee4f](https://github.com/deploystackio/deploystack/commit/e7eee4f)) +* feat(backend): added github_account_id ([cb8ba0f](https://github.com/deploystackio/deploystack/commit/cb8ba0f)) +* feat(frontend): add GitHub avatar support for MCP servers ([3f6a4fe](https://github.com/deploystackio/deploystack/commit/3f6a4fe)) +* refactor(all): update ESLint configuration and TypeScript exclusions ([81e5828](https://github.com/deploystackio/deploystack/commit/81e5828)) +* refactor(backend): changed mcp route to OpenAPI spec ([8714830](https://github.com/deploystackio/deploystack/commit/8714830)) +* refactor(backend): removed unwanted vars from mcp table ([2d13921](https://github.com/deploystackio/deploystack/commit/2d13921)) +* refactor(frontend): remove runtime_min_version from MCP forms and views ([3ae3fed](https://github.com/deploystackio/deploystack/commit/3ae3fed)) +* chore(all): bump @typescript-eslint/eslint-plugin from 8.42.0 to 8.44.1 ([cc00afd](https://github.com/deploystackio/deploystack/commit/cc00afd)) +* chore(all): bump @typescript-eslint/parser from 8.42.0 to 8.44.1 ([e23164f](https://github.com/deploystackio/deploystack/commit/e23164f)) +* chore(all): bump better-sqlite3 from 12.2.0 to 12.3.0 ([f1988fd](https://github.com/deploystackio/deploystack/commit/f1988fd)) +* chore(all): bump eslint-plugin-vue from 10.4.0 to 10.5.0 ([6e40ab5](https://github.com/deploystackio/deploystack/commit/6e40ab5)) +* chore(all): bump fs-extra from 11.3.1 to 11.3.2 ([5a4a55a](https://github.com/deploystackio/deploystack/commit/5a4a55a)) +* chore(all): bump jiti from 2.5.1 to 2.6.0 ([03316dd](https://github.com/deploystackio/deploystack/commit/03316dd)) +* chore(all): bump nanoid from 5.1.5 to 5.1.6 ([0bcd969](https://github.com/deploystackio/deploystack/commit/0bcd969)) +* chore(all): bump vue-tsc from 3.0.7 to 3.0.8 ([9db75b4](https://github.com/deploystackio/deploystack/commit/9db75b4)) +* chore(all): update dependencies in backend, frontend, and satellite services ([931221a](https://github.com/deploystackio/deploystack/commit/931221a)) +* chore(satellite): release v0.3.0 ([361eaef](https://github.com/deploystackio/deploystack/commit/361eaef)) +* chore(satellite): release v0.3.0 ([e256e3f](https://github.com/deploystackio/deploystack/commit/e256e3f)) + ## 0.28.0 (2025-09-23) * chore(all): bump @eslint/js from 9.34.0 to 9.35.0 ([c7d6995](https://github.com/deploystackio/deploystack/commit/c7d6995)) diff --git a/services/frontend/package.json b/services/frontend/package.json index 4e76f6f60..16f452944 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.28.0", + "version": "0.29.0", "private": true, "type": "module", "scripts": {