diff --git a/.changeset/sync-makeswift-1-9-0.md b/.changeset/sync-makeswift-1-9-0.md deleted file mode 100644 index 480e96c25c..0000000000 --- a/.changeset/sync-makeswift-1-9-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-b2b-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.9.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/da09e6304d1467ac6193f4d5eb07107a8933e0dc/core/CHANGELOG.md#190). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 02e559718c..0f215c5e01 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.9.0 + +### Minor Changes + +- Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.9.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/da09e6304d1467ac6193f4d5eb07107a8933e0dc/core/CHANGELOG.md#190). + ## 1.8.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 7652327274..2e8fc121ec 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.8.0", + "version": "1.9.0", "private": true, "engines": { "node": ">=24.0.0" @@ -117,7 +117,7 @@ "typescript": "^5.8.3" }, "catalyst": { - "version": "1.8.0", - "ref": "@bigcommerce/catalyst-b2b-makeswift@1.8.0" + "version": "1.9.0", + "ref": "@bigcommerce/catalyst-b2b-makeswift@1.9.0" } }