Files
moreminimore-redesign/packages/core/CHANGELOG.md
github-actions[bot] 2463da9556 ci: release
2026-04-01 15:02:06 +00:00

1.6 KiB

emdash

0.1.0

Minor Changes

Patch Changes

  • Updated dependencies [755b501]:
    • @emdash-cms/admin@0.1.0
    • @emdash-cms/auth@0.1.0
    • @emdash-cms/gutenberg-to-portable-text@0.1.0

0.0.3

Patch Changes

  • #8 3c319ed Thanks @ascorbic! - Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.

  • Updated dependencies [3c319ed]:

    • @emdash-cms/admin@0.0.2

0.0.2

Patch Changes

  • #2 b09bfd5 Thanks @ascorbic! - Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering virtual:emdash/* imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.