From ce171c781d5e95e54a49bc602a733c7cd4da8706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:41:43 +0000 Subject: [PATCH] Version Packages (`integrations/makeswift`) --- .changeset/forty-trees-type.md | 5 ----- .changeset/shiny-cougars-drop.md | 5 ----- core/CHANGELOG.md | 10 ++++++++++ core/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/forty-trees-type.md delete mode 100644 .changeset/shiny-cougars-drop.md diff --git a/.changeset/forty-trees-type.md b/.changeset/forty-trees-type.md deleted file mode 100644 index b759676b25..0000000000 --- a/.changeset/forty-trees-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": patch ---- - -Fix 404 error on switching between localized Makeswift pages with locale-specific paths when TRAILING_SLASH=true diff --git a/.changeset/shiny-cougars-drop.md b/.changeset/shiny-cougars-drop.md deleted file mode 100644 index 6f3eb623af..0000000000 --- a/.changeset/shiny-cougars-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": minor ---- - -Enable interaction-mode site navigation in Makeswift builder diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 78816f60a2..6e910df331 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.8.0 + +### Minor Changes + +- [#2913](https://github.com/bigcommerce/catalyst/pull/2913) [`097eea7`](https://github.com/bigcommerce/catalyst/commit/097eea7b9205ce35ba0724a8c1a5c04281f18dd7) Thanks [@agurtovoy](https://github.com/agurtovoy)! - Enable interaction-mode site navigation in Makeswift builder + +### Patch Changes + +- [#2950](https://github.com/bigcommerce/catalyst/pull/2950) [`4d511dc`](https://github.com/bigcommerce/catalyst/commit/4d511dc40e577b6c1a4b6bbbc72a02f66b0ef8d4) Thanks [@agurtovoy](https://github.com/agurtovoy)! - Fix 404 error on switching between localized Makeswift pages with locale-specific paths when TRAILING_SLASH=true + ## 1.7.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 995f7d8229..a055a67776 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-makeswift", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "1.7.0", + "version": "1.8.0", "private": true, "engines": { "node": ">=24.0.0"