diff --git a/.changeset/sync-makeswift-1-5-0.md b/.changeset/sync-makeswift-1-5-0.md deleted file mode 100644 index 92743cebdc..0000000000 --- a/.changeset/sync-makeswift-1-5-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-b2b-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.5.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/74b0917ff728ad8d04dc3085c31826976351c81d/core/CHANGELOG.md#150). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index a323c1d8d5..5203b376fa 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.0 + +### Minor Changes + +- Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.5.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/74b0917ff728ad8d04dc3085c31826976351c81d/core/CHANGELOG.md#150). + ## 1.4.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 0c0b6c0ea7..1e6a0a13a0 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.4.0", + "version": "1.5.0", "private": true, "engines": { "node": ">=24.0.0" @@ -112,7 +112,7 @@ "typescript": "^5.8.3" }, "catalyst": { - "version": "1.4.0", - "ref": "@bigcommerce/catalyst-b2b-makeswift@1.4.0" + "version": "1.5.0", + "ref": "@bigcommerce/catalyst-b2b-makeswift@1.5.0" } }