diff --git a/package-lock.json b/package-lock.json index 699566d4b..0ec49ab5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19387,7 +19387,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.25.1", + "version": "0.26.0", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.0.1", @@ -19809,7 +19809,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.17.0", + "version": "0.17.1", "dependencies": { "@tailwindcss/vite": "^4.1.11", "@tanstack/vue-table": "^8.21.3", diff --git a/package.json b/package.json index 95b561e10..bf7db310b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev:backend": "cd services/backend && npm run dev", "build:frontend": "cd services/frontend && npm run build", "build:backend": "cd services/backend && npm run build", - "lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'", + "lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#services/frontend/src/components/ui/**' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'", "lint:frontend": "cd services/frontend && npm run lint", "lint:backend": "cd services/backend && npm run lint", "check:no-console:backend": "cd services/backend && npm run check:no-console", diff --git a/services/backend/CHANGELOG.md b/services/backend/CHANGELOG.md index 1c1cbfc54..85b476852 100644 --- a/services/backend/CHANGELOG.md +++ b/services/backend/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 0.26.0 (2025-07-20) + +* add category display component and update relevant views for category handling ([5ab49b8](https://github.com/deploystackio/deploystack/commit/5ab49b8a80e79de451a6aa74b0fc49b39a59b0f8)) +* add DsAlert component with success alert functionality and update navigation to include success parameter ([903cc05](https://github.com/deploystackio/deploystack/commit/903cc058fefbbf2e4fa6c45446c22fd892313442)) +* enhance MCP categories API with security and error handling ([0aefaa8](https://github.com/deploystackio/deploystack/commit/0aefaa834fb5456145847309643b04fb7eb9e789)) +* enhance server selection step with automatic progression and improve localization for server details ([47dc048](https://github.com/deploystackio/deploystack/commit/47dc048e9e5fdefd04c8192d248a0ec97f0955df)) +* enhance team API and frontend to include user role information and member count ([9ad9930](https://github.com/deploystackio/deploystack/commit/9ad993022c62bb9d102386372ade143b68511781)) +* enhance team context management and improve UI feedback for team selection ([416695c](https://github.com/deploystackio/deploystack/commit/416695ccc35ec6e5470ef53503e194a05f2062ad)) +* enhance team creation flow with detailed success and error messages ([9015e3b](https://github.com/deploystackio/deploystack/commit/9015e3b53be1505c20712dd52049117fdba42b14)) +* implement ProgressBars component for multi-step progress visualization ([a12903e](https://github.com/deploystackio/deploystack/commit/a12903e623425a81e3e77c1eadd0d9d615a19e82)) +* implement server pre-selection in installation wizard and enhance UI with install button ([8649f03](https://github.com/deploystackio/deploystack/commit/8649f03c52fcbb8bf0066124895f54af679dbf6d)) +* integrate ProgressBars component for enhanced multi-step navigation and update localization for progress states ([ab76d13](https://github.com/deploystackio/deploystack/commit/ab76d13b376b4869c5210b923adc8d512b025902)) +* optimize step position calculations and remove debug logging in MCP server data conversion ([233e190](https://github.com/deploystackio/deploystack/commit/233e190b3a507aef00809c3b9caa97bcea4b5372)) +* remove dashboard navigation and enhance MCP server selection UI with category filter ([c981448](https://github.com/deploystackio/deploystack/commit/c981448f4c6d680f3d8ee453cbcf7ca20fb64494)) +* replace Breadcrumb navigation with ProgressBars component for improved step visualization and interaction ([97ccf03](https://github.com/deploystackio/deploystack/commit/97ccf039075fbc4d2e9eed943fe5dfa756ef7755)) +* reset form data when navigating to previous steps in installation wizard ([da94e71](https://github.com/deploystackio/deploystack/commit/da94e71e7e2ab7dbca2f1004a80458a1d2214fd7)) +* simplify platform selection component and enhance UI for better user experience ([a51b772](https://github.com/deploystackio/deploystack/commit/a51b7729c6cbb7b7b2eeb56b24bfa4a4deeaf985)) +* streamline installation card layout and enhance empty state UI ([1b649e5](https://github.com/deploystackio/deploystack/commit/1b649e56ba6b0a1683bf001925a5b01395ddfd25)) +* update installation form data structure and integrate team context initialization ([d17d9c2](https://github.com/deploystackio/deploystack/commit/d17d9c243b5b92de01e7eb3ec2e656843383201f)) +* update installation handling and status representation in MCP components ([d3ceff2](https://github.com/deploystackio/deploystack/commit/d3ceff28aad6a3943ae51a936423340bbedc5baf)) +* update MCP server search functionality with advanced filters and category handling ([d8026fb](https://github.com/deploystackio/deploystack/commit/d8026fbb42ce57de06aa03ef3dc73d2e66c38643)) +* update routing to redirect users to MCP server instead of dashboard ([1a4b2bb](https://github.com/deploystackio/deploystack/commit/1a4b2bb1db6deb4a23ca97f964b87050a14acbd1)) +* update Switch component styles for improved appearance and consistency ([b24c75f](https://github.com/deploystackio/deploystack/commit/b24c75f3b988facdc977b77ab28d0b1d058f1154)) +* update value type definition to allow multiple types and make tools optional in global server schema ([50165f3](https://github.com/deploystackio/deploystack/commit/50165f3a66d57a54226e7147f4a3c9a0c9a45847)) +* ([a2e1523](https://github.com/deploystackio/deploystack/commit/a2e1523b20da5cea4655dc766cb3bc5a4a745703)) +* add newline to commitPartial format for better readability ([68bdbc8](https://github.com/deploystackio/deploystack/commit/68bdbc85564c1d8ce9731c22446261ca45924e44)) + ## 0.25.1 (2025-07-19) * bump @octokit/auth-app from 8.0.1 to 8.0.2 ([72640ef](https://github.com/deploystackio/deploystack/commit/72640efe94a7b1f1d74cbc76c70345edf478d8c7))* bump @types/node from 24.0.10 to 24.0.13 ([bff998e](https://github.com/deploystackio/deploystack/commit/bff998efeead965b6a5277e182e12e3c2106f746))* bump argon2 from 0.43.0 to 0.43.1 ([ad4f8d3](https://github.com/deploystackio/deploystack/commit/ad4f8d324acefc9f613e9e3bd9e67be1dd95a7f7))* bump drizzle-orm from 0.44.2 to 0.44.3 ([f20663e](https://github.com/deploystackio/deploystack/commit/f20663e3a26864874bdb7bf0268a437a3787a0d2))* bump eslint from 9.30.1 to 9.31.0 ([396aa87](https://github.com/deploystackio/deploystack/commit/396aa87edf3828f17de8662e7ca79ef3ce597348))* bump supertest from 7.1.2 to 7.1.3 ([3db95a9](https://github.com/deploystackio/deploystack/commit/3db95a9824f1d3cde11018f8268cefc14da345b6))* bump typescript-eslint from 8.36.0 to 8.37.0 ([f2d5957](https://github.com/deploystackio/deploystack/commit/f2d5957dd9858cdf9d7fef37ebf6f715aa619881))* bump vite from 7.0.2 to 7.0.4 ([6356b7f](https://github.com/deploystackio/deploystack/commit/6356b7f124a1bc04bea21dc7979f88939dfe5cf5))* bump zod from 3.25.76 to 4.0.5 ([bb08d44](https://github.com/deploystackio/deploystack/commit/bb08d4493a04fb83948303ffa413d9bcdea3dfd6))* bump zod from 3.25.76 to 4.0.5 in /services/backend ([d3deae2](https://github.com/deploystackio/deploystack/commit/d3deae2f05a11e29fb2c9df2059987fcc04ce462))* release v0.25.0 ([2ff8881](https://github.com/deploystackio/deploystack/commit/2ff8881cbb4a77f74c9f678d9059fcc70ee40c16))* migrate from zod-to-json-schema to zod-openapi for OpenAPI schema generation ([9d54576](https://github.com/deploystackio/deploystack/commit/9d54576d8d50e25771aca4f6e302cdd38a2a0b0c))* update error handling to use 'issues' instead of 'errors' in validation responses ([d738027](https://github.com/deploystackio/deploystack/commit/d73802718eeaa9e7dea99aa6ad0eb3754ff58b28))* update error handling to use 'issues' instead of 'errors' in validation responses across multiple test files ([59d467c](https://github.com/deploystackio/deploystack/commit/59d467c9a7033e3676704f7394dad23cf261ea34))* update parameter schemas to use type-only definitions for consistency ([5f0f381](https://github.com/deploystackio/deploystack/commit/5f0f38167a59367a8c312fc5c40c7dca1ed271f8))* ([6d6543d](https://github.com/deploystackio/deploystack/commit/6d6543de61d1d32aaeb5765d3b73f4fdc8fabdcf))* ([f71892e](https://github.com/deploystackio/deploystack/commit/f71892e61ccedbbb22f739fb9434dcf0ba3b06b3))* Implement MCP Installation Service and related components ([c88481f](https://github.com/deploystackio/deploystack/commit/c88481fd7e01a005169e0052e49ee60ba54c641e))* update environment variable display to use variable name instead of index ([df6e47c](https://github.com/deploystackio/deploystack/commit/df6e47ce6d7954254c6c145a1f5a0a7c415ac696)) diff --git a/services/backend/package.json b/services/backend/package.json index da3581a97..c66d5e7c2 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/backend", - "version": "0.25.1", + "version": "0.26.0", "scripts": { "dev": "nodemon", "build": "tsc", diff --git a/services/backend/src/config/version.ts b/services/backend/src/config/version.ts index f0bb1c07b..aaed06e79 100644 --- a/services/backend/src/config/version.ts +++ b/services/backend/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.25.0', - buildTime: '2025-07-19T16:09:08.817Z', + version: '0.26.0', + buildTime: '2025-07-20T20:41:17.010Z', source: 'release' };