v2.14.1
medusajs/medusav2.14.1Apr 24, 2026by medusa-os-bot[bot]
AI Summary
This quick patch fixes a regression in the admin dashboard related to currency and translation management caused by the Zod v4 upgrade and updates the create-medusa-app CLI.
Key Highlights
- Fix currency and translation management regression in admin dashboard
- Updated create-medusa-app to ask for Claude Code plugin installation
New Features
- Prompt to install Claude Code plugin during app creation
Full Release Notes
## Highlights ### Fix currency and translation management regression in admin dashboard A regression in the admin dashboard that affected currency code and translation management has been fixed. This issue was caused by incorrect usage of Zod's `z.record` function after the upgrade to Zod v4, which broke form validation for currencies and translations. [#15194](https://github.com/medusajs/medusa/pull/15194) ## Features * feat(create-medusa-app,medusa): ask to install claude code plugin by [@shahednasser](https://github.com/shahednasser) in [#15182](https://github.com/medusajs/medusa/pull/15182) ## Bugs * fix(dashboard): use two-arg z.record for Zod v4 in currencies and translations forms by [@ornakash](https://github.com/ornakash) in [#15194](https://github.com/medusajs/medusa/pull/15194) ## Documentation * docs: generate OAS for 2.14.0 by [@shahednasser](https://github.com/shahednasser) in [#15188](https://github.com/medusajs/medusa/pull/15188) ## Chores * chore(docs): Generated References (automated) by [@app/github-actions](https://github.com/app/github-actions) in [#15187](https://github.com/medusajs/medusa/pull/15187) * chore(docs): Generated + Updated UI Reference (automated) by [@app/github-actions](https://github.com/app/github-actions) in [#15186](https://github.com/medusajs/medusa/pull/15186) * chore(docs): Generated DML JSON files (automated) by [@app/github-actions](https://github.com/app/github-actions) in [#15185](https://github.com/medusajs/medusa/pull/15185) * chore(docs): Update version in documentation (automated) by [@app/github-actions](https://github.com/app/github-actions) in [#15184](https://github.com/medusajs/medusa/pull/15184) * chore(docs): doc changes for next release (automated) by [@shahednasser](https://github.com/shahednasser) in [#15048](https://github.com/medusajs/medusa/pull/15048) * Chore: Release by [@app/github-actions](https://github.com/app/github-actions) in [#15046](https://github.com/medusajs/medusa/pull/15046) **Full Changelog**: [v2.14.0...v2.14.1](https://github.com/medusajs/medusa/compare/v2.14.0...v2.14.1)