Skip to content

Commit cb9fd7b

Browse files
Version Packages (integrations/makeswift)
1 parent 6d1eafa commit cb9fd7b

5 files changed

Lines changed: 15 additions & 18 deletions

File tree

.changeset/forty-trees-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-cougars-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sync-canary-1-8-0.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- 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).
10+
11+
### Patch Changes
12+
13+
- [#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
14+
315
## 1.7.0
416

517
### Minor Changes

core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@bigcommerce/catalyst-makeswift",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"catalyst": {
6-
"version": "1.7.0",
7-
"ref": "@bigcommerce/catalyst-makeswift@1.7.0"
6+
"version": "1.8.0",
7+
"ref": "@bigcommerce/catalyst-makeswift@1.8.0"
88
},
99
"private": true,
1010
"engines": {

0 commit comments

Comments
 (0)