diff --git a/.changeset/shaggy-turtles-ring.md b/.changeset/shaggy-turtles-ring.md deleted file mode 100644 index 303431adfe..0000000000 --- a/.changeset/shaggy-turtles-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-storefront/cli": major ---- - -**[REMOVED]** `generate` command. If you are an enterprise user, please check the [Getting started](https://docs.alokai.com/storefront/introduction/getting-started) page in the docs. If you are a community user, please check the example [Next.js project](https://github.com/vuestorefront/storefront-next13-boilerplate) and [Nuxt project](https://github.com/vuestorefront/storefront-nuxt3-boilerplate). diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3d014a3ecf..efc9ba8f73 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-storefront/cli +## 6.0.0 + +### Major Changes + +**[REMOVED]** `generate` command. If you are an enterprise user, please check the [Getting started](https://docs.alokai.com/storefront/introduction/getting-started) page in the docs. If you are a community user, please check the example [Next.js project](https://github.com/vuestorefront/storefront-next13-boilerplate) and [Nuxt project](https://github.com/vuestorefront/storefront-nuxt3-boilerplate). + ## 5.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6f57a32a73..4f10968945 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/cli", - "version": "5.0.0", + "version": "6.0.0", "description": "Vue Storefront's CLI.", "bin": "./bin/run", "homepage": "https://github.com/vuestorefront/vue-storefront",