From dacf57fa98f4556a3567e7ad660e9c5c0a73e706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:38:57 +0200 Subject: [PATCH] ci: release (#7195) Co-authored-by: github-actions[bot] --- .changeset/smooth-spies-guess.md | 5 ----- packages/nuxt/CHANGELOG.md | 6 ++++++ packages/nuxt/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-spies-guess.md diff --git a/.changeset/smooth-spies-guess.md b/.changeset/smooth-spies-guess.md deleted file mode 100644 index eeb34a5614..0000000000 --- a/.changeset/smooth-spies-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-storefront/nuxt": patch ---- -- **[CHANGED]** shared package wasn't being bundled with the release of the package - diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index cbde24a025..1e9321cb13 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 4.0.1 + +### Patch Changes + +- **[CHANGED]** shared package wasn't being bundled with the release of the package + ## 4.0.0 ### Major Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f5fe445b04..8f59b734ad 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/nuxt", - "version": "4.0.0", + "version": "4.0.1", "description": "Vue Storefront dedicated features for Nuxt", "license": "MIT", "type": "module",