Releases: deploystackio/deploystack
Releases · deploystackio/deploystack
Frontend v0.13.1
0.13.1 (2025-06-28)
- update @vitest/coverage-v8 dependency to version 3.2.3 (f11484f)* bump @tailwindcss/postcss from 4.1.8 to 4.1.10 (9c89ea0)* bump @tailwindcss/vite from 4.1.8 to 4.1.10 (da500bf)* bump @types/node from 22.15.29 to 24.0.3 (218daf4)* bump @typescript-eslint/parser from 8.34.1 to 8.35.0 (b38e9f0)* bump @vee-validate/zod from 4.15.0 to 4.15.1 (71f2eda)* bump @vue/eslint-config-typescript from 14.5.0 to 14.5.1 (be9c979)* bump drizzle-kit from 0.31.1 to 0.31.2 (49cd806)* bump drizzle-orm from 0.44.1 to 0.44.2 (d0918ac)* bump eslint from 9.28.0 to 9.29.0 (05f1132)* bump eslint-plugin-vue from 10.1.0 to 10.2.0 (2888680)* bump fastify from 5.3.3 to 5.4.0 (596e7a9)* bump lucide-vue-next from 0.511.0 to 0.522.0 (aa9f2b2)* bump nodemailer from 6.10.1 to 7.0.3 (66cc7b0)* bump pinia from 3.0.2 to 3.0.3 (95fa45d)* bump prettier from 3.5.3 to 3.6.0 (b49f98d)* bump tailwind-merge from 3.3.0 to 3.3.1 (055e26c)* bump ts-jest from 29.3.4 to 29.4.0 (574f595)* bump typescript-eslint from 8.33.0 to 8.34.1 (ca1c730)* bump typescript-eslint from 8.34.1 to 8.35.0 (a40c66e)* bump vee-validate from 4.15.0 to 4.15.1 (bb4ae92)* bump vite-plugin-vue-devtools from 7.7.6 to 7.7.7 (56b7aea)* bump vitest from 2.1.9 to 3.2.3 (13a744e)* bump vue from 3.5.16 to 3.5.17 (a099ccb)* bump vue-i18n from 11.1.5 to 11.1.7 (617761b)* bump zod from 3.25.49 to 3.25.65 (5fd7dd6)* bump eslint-plugin-vue in /services/frontend (69bba81)* bump lucide-vue-next in /services/frontend (0881a27)* bump prettier from 3.5.3 to 3.6.0 in /services/frontend (154d16d)* release v0.13.0 (a17ba6a)* clean up comments in AppSidebar and DashboardLayout components for clarity (7e798dd)* enhance sidebar spacer behavior for expanded and collapsed states in DashboardLayout component (1bc4a83)* improve sidebar layout and CSS variable handling in DashboardLayout component (9d0986a)* remove console logs and unused form validation logic in GlobalSettings component (23b6d7f)* remove console logs for cleaner code in GlobalSettings component (a23a4bb)* remove deprecated users table columns and clean up schema definitions (5169330)* remove old team management views and implement new team management structure (45561f0)* remove unnecessary margin from sidebar in GlobalSettings component (df8bba8)* remove unused Button import from AppSidebar component (a19ce4a)* remove unused favicon import and update request handlers to use underscore for unused parameters (9ee78fd)* remove unused generateId import from globalSettingsService (59e2c60)* remove unused user registration route and example user fetching route from API (e82e85d)* remove users table and update database setup for persistence (1eb9e4a)* rename 'email' to 'login' in authentication tests and login form for consistency (161b0bf)* replace Button with SidebarMenuButton in AppSidebar and update sidebar width variables in DashboardLayout (031e128)* replace forgot password button with router link for navigation (269fa69)* Replace permission checks with global admin requirement in global settings route (a2c36b0)* simplify defaultOpen handling and enhance sidebar accessibility with titles and descriptions (63c2184)* update formValues type to improve type safety and consistency in GlobalSettings component (f46ff4e)* add @types/better-sqlite3 for improved TypeScript support and refactor database functions for clarity (0dddbd0)* add change password endpoint for authenticated users (c9a229b)* add dashboard view with user data fetching and error handling (d9fe33e)* add end-to-end tests for global settings access control and update test sequencer order (64558e1)* add end-to-end tests for global settings initialization and access control (a78bee5)* add endpoint to retrieve current user's default team (3e42403)* add forgot password and reset password functionality with corresponding routes and localization (60fa4f2)* add global settings check test to custom test sequencer order (587a32a)* add global settings for application configuration and enable Swagger documentation control (48e2a51)* add global settings table and related permissions, update README and SECURITY documentation (59ebf4f)* add initial docker-compose configuration for backend and frontend services ([e0e3fd0](e0e3fd0...
Frontend v0.12.6
Frontend v0.12.4
0.12.4 (2025-05-30)
chore
fix
- enhance error handling for database connection and update error messages ()
- update conventional changelog plugin configuration for backend and frontend ()
- update Docker run command for frontend environment variables ()
frontend
Frontend v0.12.2
0.12.2 (2025-05-30)
- Implement role-based access control middleware and role management routes ()
- Refactor database handling and plugin system to improve type safety and clarity ()
- Add check for existing database configuration in setup handler ()
- Refactor database schema and plugin system for improved flexibility and type safety ()
- update CHANGELOG.md for frontend service, removing old version entries and maintaining structure ()
- init ()
chore
- all: bump @tailwindcss/postcss from 4.1.7 to 4.1.8 ()
- all: bump @tailwindcss/vite from 4.1.7 to 4.1.8 ()
- all: bump @types/node from 22.15.21 to 22.15.24 ()
- all: bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 ()
- all: bump @typescript-eslint/parser from 8.32.1 to 8.33.0 ()
- all: bump drizzle-orm from 0.43.1 to 0.44.0 ()
- all: bump tailwindcss from 4.1.7 to 4.1.8 ()
- all: bump typescript-eslint from 8.32.1 to 8.33.0 ()
- all: bump vue from 3.5.15 to 3.5.16 ()
- all: bump vue-i18n from 11.1.4 to 11.1.5 ()
- all: bump zod from 3.25.28 to 3.25.36 ()
- frontend: release v0.12.1 ()
- update backend version to 0.20.2 and typescript-eslint to 8.33.0 ()
docs
feat
- add CORS support and database setup functionality ()
- add CORS support and database setup functionality ()
- enhance backend and frontend release workflows with app token and cleanup branch automation ()
- enhance database schema and authentication flow with foreign key constraints and session management improvements ()
fix
- add overrides for esbuild version in package.json ()
- add permissions for issues in backend release workflow ()
- clean up empty markdown links and remove empty lines from release notes extraction ()
- correct formatting in package.json overrides section ()
- enhance error handling in login and registration forms with improved type safety and user feedback ()
- enhance frontend release workflow with improved dependency installation and build handling ()
- enhance release notes extraction in backend release workflow ()
- improve frontend release workflow with enhanced dependency installation and release notes extraction ()
- improve session handling in email login route with manual session creation and error logging ()
- remove unnecessary imports and add eslint disable comments for explicit any types ()
- resolve merge conflict and update typescript-eslint version in package.json ()
- update backend release workflow to use app token for GitHub actions ()
- update login API endpoint to use new email-based authentication ()
- update login form error handling and improve user feedback ()
- update release notes extraction to reference the correct paths for version and changelog ()
- update release type options to remove 'auto' and set default to 'patch' ()
- update security documentation to clarify key security dependencies ()
refactor
Backend v0.20.4
0.20.4 (2025-05-30)
chore
Backend v0.20.2
0.20.2 (2025-05-30)
- Implement role-based access control middleware and role management routes ()
- Refactor database handling and plugin system to improve type safety and clarity ()
- Add check for existing database configuration in setup handler ()
- Refactor database schema and plugin system for improved flexibility and type safety ()
- update CHANGELOG.md for frontend service, removing old version entries and maintaining structure ()
- init ()
chore
- all: bump @tailwindcss/postcss from 4.1.7 to 4.1.8 ()
- all: bump @tailwindcss/vite from 4.1.7 to 4.1.8 ()
- all: bump @types/node from 22.15.21 to 22.15.24 ()
- all: bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 ()
- all: bump @typescript-eslint/parser from 8.32.1 to 8.33.0 ()
- all: bump drizzle-orm from 0.43.1 to 0.44.0 ()
- all: bump tailwindcss from 4.1.7 to 4.1.8 ()
- all: bump typescript-eslint from 8.32.1 to 8.33.0 ()
- all: bump vue from 3.5.15 to 3.5.16 ()
- all: bump vue-i18n from 11.1.4 to 11.1.5 ()
- all: bump zod from 3.25.28 to 3.25.36 ()
- backend: bump drizzle-orm in /services/backend ()
- backend: release v0.20.0 ()
- backend: release v0.20.1 ()
docs
feat
- add CORS support and database setup functionality ()
- add CORS support and database setup functionality ()
- enhance backend and frontend release workflows with app token and cleanup branch automation ()
- enhance database schema and authentication flow with foreign key constraints and session management improvements ()
fix
- add overrides for esbuild version in package.json ()
- add permissions for issues in backend release workflow ()
- clean up empty markdown links and remove empty lines from release notes extraction ()
- correct formatting in package.json overrides section ()
- enhance error handling in login and registration forms with improved type safety and user feedback ()
- enhance release notes extraction in backend release workflow ()
- improve session handling in email login route with manual session creation and error logging ()
- remove unnecessary imports and add eslint disable comments for explicit any types ()
- resolve merge conflict and update typescript-eslint version in package.json ()
- update backend release workflow to use app token for GitHub actions ()
- update login API endpoint to use new email-based authentication ()
- update login form error handling and improve user feedback ()
- update release notes extraction to reference the correct paths for version and changelog ()
- update release type options to remove 'auto' and set default to 'patch' ()
- update security documentation to clarify key security dependencies ()