Skip to main content
Version: next

3.19 -> 3.20

This page lists the highlights for upgrading a project from Front-Commerce 3.19 to 3.20

Update dependencies

Update all your @front-commerce/* dependencies to this version:

pnpm update "@front-commerce/*@3.20.0"

Automated Migration

We provide a codemod to automatically update your codebase to the latest version of Front-Commerce. This tool will update your code when possible.

pnpm run front-commerce migrate --transform 3.20.0