v1.20.6
medusajs/medusav1.20.6May 2, 2024by olivermrbl
AI Summary
Bug fix release resolving issues in the `@medusajs/admin` plugin to ensure a fully functional development server.
Key Highlights
- Added default value for `host` option in admin plugin.
- Updated Tailwind, Autoprefixer, and PostCSS versions to avoid conflicts with v4.
- Fixed `develop` command error when admin is not installed.
New Features
- Set default value for `host` option
- Update admin-ui dependencies (tailwindcss, autoprefixer, postcss)
- Fix develop command error when admin not installed
Full Release Notes
<!--  # Version 1.20.6 This version resolves a few issues with our admin plugin to ensure a fully functioning development server. CMS_BREAK --> ## Highlights ### Resolves several issues in `@medusajs/admin` - Add default value for `host` option in `@medusjs/admin`. - Updates the version of `tailwindcss`, `autoprefixer`, and `postcss` in `@medusajs/admin-ui`, to avoid issues when importing components using `tailwindcss@4`. - Fixes an issue in `@medusajs/medusa` where the `develop` command would throw an error when `@medusajs/admin` was not installed. https://github.com/medusajs/medusa/pull/7203 ## Bugs * fix(admin,admin-ui,medusa): Set default value for `host` + other minor fixes by @kasperkristensen in https://github.com/medusajs/medusa/pull/7203 **Full Changelog**: https://github.com/medusajs/medusa/compare/v1.20.5...v1.20.6