Skip to content

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 23:26
· 147 commits to main since this release
13e6a00

Patch Changes

  • e4c690d: onboard now ensures @sveltejs/adapter-netlify is declared, alongside @reddoorla/maintenance and the audit deps. The synced svelte.config.js template imports the adapter, so a freshly-onboarded site couldn't build without it — onboard previously left that gap to be patched by hand. Versions are sourced from baseline-versions (new FRAMEWORK_DEPS, same drift-guard as AUDIT_DEPS); sites that already declare the adapter are left untouched.