From b7adb5e334496feae2be31c9d0c53a469d2359a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:06:20 +0700 Subject: [PATCH] ci: release (#7357) Co-authored-by: github-actions[bot] --- .changeset/shaggy-turtles-ring.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shaggy-turtles-ring.md 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",