ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 13:28:55 +00:00
parent 0c6c66fe44
commit 144d7e488a
61 changed files with 251 additions and 44 deletions

View File

@@ -1,5 +0,0 @@
---
"@emdash-cms/admin": patch
---
Update branding

View File

@@ -1,5 +0,0 @@
---
"create-emdash": patch
---
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.

View File

@@ -1,5 +0,0 @@
---
"emdash": patch
---
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.