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

<!-- 
![image](https://github.com/medusajs/medusa/assets/59018053/2b6f0b3e-e255-415e-98b8-bf1eabc7d443)

# 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