Skip to content

v0.8.0

Compare
Choose a tag to compare
@farnabaz farnabaz released this 09 Sep 11:54
· 6 commits to main since this release

NOTE Version 0.8.0 uses vue-component-meta@^2.1.6, which may produce slightly different results compared to nuxt-component-meta@v0.7.0. For instance, optional types will now include | undefined in their definitions. For example, enable?: boolean will be represented as enable?: boolean | undefined.

  • chore: fix module build (4e27090)
  • chore: upgrade deps (940fe97)
  • fix: use mlly rather than deprecated kit cjs util (#69) (72b989c)