Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 10:56
· 8 commits to master since this release
1bf4cf9

✨ Features

  • preset-essentials: skip building on install (1544d17)
  • preset-essentials: update vitest to v3 (029edc1)
  • presetter: add a project selector (506bc3c)

🐛 Bug Fixes

  • preset-essentials: pass with no tests (5900f63)

Breaking changes

  • preset-essentials: Most tooling now supports
    TypeScript's project references. Skipping the
    build on install will save time on CI.
    However, this change will break any monorepo
    setup that needs packages to be built on
    install. If this is the case, modify the
    prepare script in presetter.config.ts to
    enable build upon install