Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 15:01
· 3 commits to main since this release
0e25a4f

Major Changes

  • 9e5046e: Watch mode and updated workflows

    Watch mode

    This release adds watch mode using @parcel/watcher (optional dependency). Use --watch or -w cli flag to run.
    Note: This is a simple implementation that just reprocesses all files once there's an update.

    Breaking change: Only one input directory is allowed instead of multiple, this is so we do not have to run multiple watchers for each input directory.

    Other

    • Update to pnpm 10
    • Use corepack
    • Use unified release workflow for Lab Digital packages