diff --git a/.changeset/lemon-planes-perform.md b/.changeset/lemon-planes-perform.md deleted file mode 100644 index ad87a9bba8..0000000000 --- a/.changeset/lemon-planes-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/nuxt': patch ---- - -[CHANGED] Updated docs for nuxt package diff --git a/.changeset/nuxt4-support.md b/.changeset/nuxt4-support.md deleted file mode 100644 index 0fdfb809af..0000000000 --- a/.changeset/nuxt4-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@storefront-ui/nuxt": minor ---- - -Add Nuxt 4 support while maintaining backward compatibility with Nuxt 3 diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 8365c3202c..95203b79ea 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,15 @@ # @storefront-ui/nuxt +## 3.3.0 + +### Minor Changes + +- [#3366](https://github.com/vuestorefront/storefront-ui/pull/3366) [`c8d40cc`](https://github.com/vuestorefront/storefront-ui/commit/c8d40cc4226f5b9d4b5006531a28449f6dac24a7) Thanks [@jagoral](https://github.com/jagoral)! - Add Nuxt 4 support while maintaining backward compatibility with Nuxt 3 + +### Patch Changes + +- [#3382](https://github.com/vuestorefront/storefront-ui/pull/3382) [`679ae63`](https://github.com/vuestorefront/storefront-ui/commit/679ae6389a1db21d82a09fd1cd78749a95c7656b) Thanks [@FRSgit](https://github.com/FRSgit)! - [CHANGED] Updated docs for nuxt package + ## 3.2.0 ### Minor Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index 227e78a05e..7130e729c7 100644 --- a/packages/sfui/frameworks/nuxt/package.json +++ b/packages/sfui/frameworks/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/nuxt", - "version": "3.2.0", + "version": "3.3.0", "homepage": "https://docs.storefrontui.io/v2/", "installConfig": { "hoistingLimits": "workspaces"