Skip to content

Releases: vercel/shop

create-vercel-shop@0.3.0

28 May 14:39
0dd965e

Choose a tag to compare

Minor Changes

  • #273 cdecd0a Thanks @blurrah! - Replace the create-next-app delegation with a direct codeload tarball fetch of apps/template, plus a <pm> install and git init. Drops the flag-forwarding and pre-prompt ceremony that existed only to round-trip the project name through a subprocess. CLI surface is now create-vercel-shop [name] [--no-template] [--use-pnpm|--use-npm|--use-yarn|--use-bun]; create-next-app passthroughs like --import-alias are removed (the template's tsconfig already configures aliases).

Patch Changes

  • 2b0eb6f Thanks @blurrah! - Prompt for the project name up front when none is passed, so plugin installs run in the right directory. Previously, omitting the project-name argument let create-next-app prompt interactively in its own subprocess; the CLI never learned the chosen name and tried to install plugins in the parent directory. Also reverts the node_modules post-scaffold check, which was checking the wrong path in the same scenario.

create-vercel-shop@0.2.2

27 Apr 12:31
17d8389

Choose a tag to compare

Patch Changes

  • 4d999fa Thanks @blurrah! - Skip plugin installs when the scaffold step did not produce a node_modules directory. create-next-app can exit 0 even when its npm install fails (notably on peer-dep conflicts), which previously left the CLI charging ahead with plugin installs against a half-scaffolded project. The CLI now treats a missing node_modules as a scaffold failure and prints retry instructions instead.

create-vercel-shop@0.2.1

27 Apr 12:14
45bce8c

Choose a tag to compare

Patch Changes