From c80d6c6c20b0ab1bc13a2effca79b662271835a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:59:41 +0000 Subject: [PATCH] Version Packages (`integrations/b2b-makeswift`) --- .changeset/sync-makeswift-1-10-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-10-0.md diff --git a/.changeset/sync-makeswift-1-10-0.md b/.changeset/sync-makeswift-1-10-0.md deleted file mode 100644 index 07401d4b76..0000000000 --- a/.changeset/sync-makeswift-1-10-0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-b2b-makeswift": minor ---- - -Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.10.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/85876866fdd785362ac260f3db892f23fc2a9707/core/CHANGELOG.md#1100). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0f215c5e01..4696178037 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.10.0 + +### Minor Changes + +- Pulls in changes from the `@bigcommerce/catalyst-makeswift@1.10.0` release. For more information, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/85876866fdd785362ac260f3db892f23fc2a9707/core/CHANGELOG.md#1100). + ## 1.9.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 907329ad21..2bf2cfed0d 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.9.0", + "version": "1.10.0", "private": true, "engines": { "node": ">=24.0.0" @@ -117,7 +117,7 @@ "typescript": "^5.8.3" }, "catalyst": { - "version": "1.9.0", - "ref": "@bigcommerce/catalyst-b2b-makeswift@1.9.0" + "version": "1.10.0", + "ref": "@bigcommerce/catalyst-b2b-makeswift@1.10.0" } }