Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 May 18:56
· 122 commits to main since this release

Patch Changes

  • 8f4ca76: Fix compatibility with newer versions of Nuxt

    It seems that TypeScript has a trouble identifying similar types from different packages, which caused it to disregard any types from VIntl.

    Now that the @nuxt/schema is moved to devDependencies (since it's used for types only anyway), and doesn't have to strictly match the version, this should be fixed.