Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 May 19:31
· 36 commits to main since this release

Other

  • v0.2.1 - fix source shipping and internal type noise (dda1d11)

Fixed

  • Package publishing now ships compiled dist outputs (.js + .d.ts) and exports no longer point to raw src/*.ts entrypoints, preventing downstream strict TypeScript checks from surfacing Lumora internals.
  • Cleaned internal type noise in core source (unused imports/params, type-only VNode import) so workspace vue-tsc checks remain clean.