Files
moreminimore-redesign/packages/create-emdash/CHANGELOG.md
github-actions[bot] 144d7e488a ci: release
2026-04-01 13:28:55 +00:00

1.4 KiB

create-emdash

0.0.4

Patch Changes

  • #7 2022b77 Thanks @ascorbic! - Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.

0.0.3

Patch Changes

  • #5 8e389d5 Thanks @ascorbic! - Improve create-emdash CLI experience: add the EmDash branded banner, let users pick their package manager (auto-detects the one that invoked it), and ask whether to install dependencies with a spinner showing progress.

0.0.2

Patch Changes

  • #3 2dc5815 Thanks @ascorbic! - Fix create-emdash to use all available templates from the new standalone templates repo. Templates are now selected in two steps: platform (Node.js or Cloudflare Workers) then template type (blog, starter, marketing, portfolio, blank). Downloads from emdash-cms/templates instead of the old monorepo path.