* 2.24.1 - Updated dependencies - MCP Server: better compatibility with Windows - MCP Server: allow using a custom root for better flexibility - Version Check: use package.json version instead of number of commits - Prettier: reformatted some files - Add SSH_AUTH_SOCK to dev passThroughEnv to solve SSH issues; handle execSync errors - Use GIT_SSH to fix SSH issues on Windows - Updated Stripe version - Updated application version from 2.24.0 to 2.24.1 in package.json. - Enhanced error handling in billing services to include error causes for better debugging.
UI - @kit/ui
This package is responsible for managing the UI components and styles across the app.
This package define two sets of components:
Shadcn UI: A set of UI components that can be used across the app using shadcn UIMakerkit-specific: Components specific to MakerKit
Installing a Shadcn UI component
Please refer to the documentation.