Skip to content

Fedify 2.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Apr 11:17
· 695 commits to main since this release
2.1.8
2702929

Released on April 22, 2026.

@fedify/init

  • Fixed fedify init -w astro -p bun generating package.json scripts that invoked Astro through Node.js. Bun + Astro projects now use bunx --bun astro dev and bunx --bun astro build, so the generated development workflow runs on systems that only have Bun installed.

@fedify/next

  • Widened @fedify/next's supported Next.js peer dependency range to >=15.4.6 <17, so installing it into a fresh create-next-app 16.x project no longer fails with an ERESOLVE peer dependency conflict. This restores the default fedify init -w next flow against the current Next.js stable release and updates the integration example to track Next.js 16. [#713]