Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 18:34

Compare changes

๐Ÿš€ Enhancements

  • โš ๏ธ Upgrade to Nuxt 4 (8ef389a)

๐Ÿฉน Fixes

  • โš ๏ธ Changed to @use instead of @import statements to avoid deprecation warning messages (#115)

๐Ÿ’… Refactors

  • Remove analyzeBundleSize test file (677e522)

๐Ÿ“– Documentation

  • Clarify usage of Quasar Sass/SCSS variables in README and module options (74284cf)
  • Remove peer dependency installation commands as nuxi module add already handles them (763812f)

๐Ÿก Chore

  • Fix type errors after upgrade (c0a8012)
  • Update packageManager to pnpm@10.24.0 (6e90ff1)
  • Add bump script (e0f0a51)
  • Remove changelogen script from package.json (f58ba28)
  • Migrate playground to use Nuxt 4 directory structure (452fb55)
  • Update bump script (61efb9a)

๐Ÿค– CI

  • Migrate to trusted publishing (a1243c7)
  • Refine release workflow tag patterns and support rc tags (8abd4c6)
  • Add --no-git-checks option to pnpm publish commands (d919db3)
  • Update release workflow to ensure latest npm and explicitly set registry URL (cc53b7e)
  • Reorder npm installation step (2298aa9)

โค๏ธ Contributors