Skip to content

v0.1.2

Choose a tag to compare

@el-schneider el-schneider released this 13 May 10:04
· 10 commits to main since this release
bae49e1

What's fixed

  • Include compiled Vite assets in the package so Composer installs no longer fail with Vite manifest not found.
  • Fix asset build CI by installing Composer dependencies before npm ci, so the local @statamic/cms package exists.
  • Build assets only against the Statamic v6/PHP 8.4 matrix where the Vite plugin package is available.
  • Keep Statamic's fake stache parent directory available during PHP 8.3 test teardown.

What's changed

  • Stop ignoring resources/dist so future asset builds can be committed by automation.
  • Adjust Dependabot cooldown settings for patch updates.