v2.1.1

mercurjs/mercurv2.1.1Apr 28, 2026by github-actions[bot]

AI Summary

This release introduces CLI development commands and a redesigned seller onboarding wizard, alongside fixes for admin crashes and package renaming issues.

Key Highlights

  • CLI commands (develop, build, start) added
  • Redesigned seller onboarding wizard
  • Fixes for admin order detail crashes

New Features

  • CLI development commands
  • Vendor onboarding wizard redesign
  • Package renaming to @mercurjs/core-plugin

Full Release Notes

###    🚀 Features

- **cli**: Add develop, build, start commands and withMercur config wrapper &nbsp;-&nbsp; by @vholik in https://github.com/mercurjs/mercur/issues/860 [<samp>(34bba)</samp>](https://github.com/mercurjs/mercur/commit/34bbabb1)
- **vendor**: Redesign seller onboarding as 4-step wizard with invite flow &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/853 [<samp>(b2055)</samp>](https://github.com/mercurjs/mercur/commit/b2055723)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- **admin**:
  - Prevent order detail crash when order_group has 2+ orders &nbsp;-&nbsp; by @gtomaka in https://github.com/mercurjs/mercur/issues/880 [<samp>(c8a8b)</samp>](https://github.com/mercurjs/mercur/commit/c8a8b2e6)
- **api**:
  - Rename @mercurjs/core to @mercurjs/core-plugin in package.json &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/865 [<samp>(c512d)</samp>](https://github.com/mercurjs/mercur/commit/c512d119)
  - Update module resolution paths for admin-ui and vendor-ui in medusa-config.ts &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/866 [<samp>(19770)</samp>](https://github.com/mercurjs/mercur/commit/19770f3d)
  - Update module resolution from @mercurjs/core to @mercurjs/core-plugin in medusa-config.ts &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/867 [<samp>(77d94)</samp>](https://github.com/mercurjs/mercur/commit/77d944c0)
  - Update module imports from @mercurjs/core to @mercurjs/core-plugin across various files &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/874 [<samp>(a0109)</samp>](https://github.com/mercurjs/mercur/commit/a0109633)
- **core-plugin, dashboard-sdk**:
  - Strip base path in dashboard proxy and replace js-sdk with client &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/837 [<samp>(69531)</samp>](https://github.com/mercurjs/mercur/commit/695312cc)
- **docs**:
  - Add missing prerequisites and fix package manager references &nbsp;-&nbsp; by @Si3r4dz in https://github.com/mercurjs/mercur/issues/878 [<samp>(47433)</samp>](https://github.com/mercurjs/mercur/commit/47433e9f)
- **seed**:
  - Remove unused imports &nbsp;-&nbsp; by @vholik and **Claude Opus 4.6 (1M context)** [<samp>(b66db)</samp>](https://github.com/mercurjs/mercur/commit/b66dbb94)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/mercurjs/mercur/compare/v2.0.2...v2.1.0)