Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@xam-ps xam-ps released this 14 Dec 13:43

Changes in this release:

  • Fixes pipeline in Github Actions by changing the "--configuration" param to "-c" to avoid using "--configuration" twice which triggered a warning in the past
  • Updates backend dependencies
  • Updates frontend dependencies
  • Changes vite version from v4 to v5 (switch to v6 is coming soonish)

After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend