From 296fbdd470a2e125a3065affb7d699de03f6aa94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:11:43 +0000 Subject: [PATCH] Version Packages (`integrations/b2b-makeswift`) --- .changeset/sync-makeswift-1-8-0.md | 5 ----- core/CHANGELOG.md | 6 ++++++ core/package.json | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sync-makeswift-1-8-0.md diff --git a/.changeset/sync-makeswift-1-8-0.md b/.changeset/sync-makeswift-1-8-0.md deleted file mode 100644 index 30d8ceec38..0000000000 --- a/.changeset/sync-makeswift-1-8-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-b2b-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.8.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/829c3c5cd2e6b46b39d11252a2b2e42edda23468/core/CHANGELOG.md#180). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 7b501b9483..02e559718c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.8.0 + +### Minor Changes + +- [#3149](https://github.com/bigcommerce/catalyst/pull/3149) [`71cff26`](https://github.com/bigcommerce/catalyst/commit/71cff26b2ac31e55dfb333360cf9e278bcf61040) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.8.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/829c3c5cd2e6b46b39d11252a2b2e42edda23468/core/CHANGELOG.md#180). + ## 1.7.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 7fdb58e9c2..ccd49e68dd 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.7.0", + "version": "1.8.0", "private": true, "engines": { "node": ">=24.0.0" @@ -114,7 +114,7 @@ "typescript": "^5.8.3" }, "catalyst": { - "version": "1.7.0", - "ref": "@bigcommerce/catalyst-b2b-makeswift@1.7.0" + "version": "1.8.0", + "ref": "@bigcommerce/catalyst-b2b-makeswift@1.8.0" } }