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/.changeset/sync-canary-1-8-0.md b/.changeset/sync-canary-1-8-0.md deleted file mode 100644 index f72b990861..0000000000 --- a/.changeset/sync-canary-1-8-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-core@1.8.0` release. For more information about what was included in the `@bigcommerce/catalyst-core@1.8.0` release, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/81b88df3e42ff06c86bd91628d7be570579af89d/core/CHANGELOG.md#180). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 78816f60a2..8942dbe39d 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,17 @@ # 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 + +- Pulls in changes from the `@bigcommerce/catalyst-core@1.8.0` release. For more information about what was included in the `@bigcommerce/catalyst-core@1.8.0` release, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/81b88df3e42ff06c86bd91628d7be570579af89d/core/CHANGELOG.md#180). + +### 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 686c4623c6..4a37922be5 100644 --- a/core/package.json +++ b/core/package.json @@ -1,10 +1,10 @@ { "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", "catalyst": { - "version": "1.7.0", - "ref": "@bigcommerce/catalyst-makeswift@1.7.0" + "version": "1.8.0", + "ref": "@bigcommerce/catalyst-makeswift@1.8.0" }, "private": true, "engines": {