v2.3.1

deepseek-ai/DeepSeek-OCR-2v2.3.1Aug 14, 2026by github-actions[bot]

AI Summary

Mercur.js patch release with bug fixes across vendor panel, dashboard SDK, storefront, and CLI.

Key Highlights

  • Fixed authorized payment status for split orders
  • Resolved virtual modules for layouts and cell-renderers
  • Updated @mercurjs dependencies for build stability
  • Fixed workspace resolution in freshly scaffolded projects

New Features

  • Vendor panel order status improvements
  • Dashboard SDK build-time module resolution
  • Storefront dependency updates
  • CLI package manager pinning

Full Release Notes

## v2.3.1

A patch release with bug fixes across the vendor panel, dashboard SDK, storefront, and scaffolding CLI.

### Fixes

- **vendor:** Split orders now show the authorized payment status correctly (#1390)
- **dashboard-sdk:** Register the `layouts` and `cell-renderers` virtual modules so they resolve at build time (#1388)
- **storefront:** Bump `@mercurjs/*` deps to the release version to fix hoisted stale types breaking `medusa build` (#1393)
- **create-mercur-app:** Pin `packageManager` so Turborepo can resolve the workspace in freshly scaffolded projects (#1389)

### Chores

- **storefront:** Remove `vercel.json` (#1392)

**Full changelog:** https://github.com/mercurjs/mercur/compare/v2.3.0...v2.3.1