diff --git a/.changeset/sync-makeswift-1-7-0.md b/.changeset/sync-makeswift-1-7-0.md deleted file mode 100644 index 7eb0e58f09..0000000000 --- a/.changeset/sync-makeswift-1-7-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-b2b-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.7.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/c0ccea448eb99171a7505671d5f956a611512750/core/CHANGELOG.md#170). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index cb79a02fc7..7b501b9483 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.7.0 + +### Minor Changes + +- Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.7.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/c0ccea448eb99171a7505671d5f956a611512750/core/CHANGELOG.md#170). + ## 1.6.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 8c7db89f9d..178c08d434 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-b2b-makeswift", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "1.6.0", + "version": "1.7.0", "private": true, "engines": { "node": ">=24.0.0" @@ -114,7 +114,7 @@ "typescript": "^5.8.3" }, "catalyst": { - "version": "1.6.0", - "ref": "@bigcommerce/catalyst-b2b-makeswift@1.6.0" + "version": "1.7.0", + "ref": "@bigcommerce/catalyst-b2b-makeswift@1.7.0" } }