From f870fe53aea96f85cdaab57b52a0d54288e19b56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:10:03 +0000 Subject: [PATCH] Version Packages (`integrations/makeswift`) --- .changeset/heavy-hotels-lie.md | 5 ----- .changeset/many-beds-invent.md | 5 ----- core/CHANGELOG.md | 10 ++++++++++ core/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/heavy-hotels-lie.md delete mode 100644 .changeset/many-beds-invent.md diff --git a/.changeset/heavy-hotels-lie.md b/.changeset/heavy-hotels-lie.md deleted file mode 100644 index 2323f83403..0000000000 --- a/.changeset/heavy-hotels-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": patch ---- - -Fix sort order of `additionalProducts` prop in `ProductsCarousel` Makeswift component. diff --git a/.changeset/many-beds-invent.md b/.changeset/many-beds-invent.md deleted file mode 100644 index 87dfd58db8..0000000000 --- a/.changeset/many-beds-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": minor ---- - -This release includes all changes included in the `canary` 1.4.0 release (see the 1.4.0 changelog for more details: https://github.com/bigcommerce/catalyst/blob/44c682ef988030d7500275f3e4e4503a3a1af63c/core/CHANGELOG.md#140) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 6fa2583312..25dd1c0cc6 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.4.0 + +### Minor Changes + +- [#2808](https://github.com/bigcommerce/catalyst/pull/2808) [`d6e2f1b`](https://github.com/bigcommerce/catalyst/commit/d6e2f1b5f9c726ed328fde76b8bedd0b95cec72e) Thanks [@matthewvolk](https://github.com/matthewvolk)! - This release includes all changes included in the `canary` 1.4.0 release (see the 1.4.0 changelog for more details: https://github.com/bigcommerce/catalyst/blob/44c682ef988030d7500275f3e4e4503a3a1af63c/core/CHANGELOG.md#140) + +### Patch Changes + +- [#2791](https://github.com/bigcommerce/catalyst/pull/2791) [`bd30ed3`](https://github.com/bigcommerce/catalyst/commit/bd30ed3ebc73d91136190c7ba457458fed6f3eb7) Thanks [@migueloller](https://github.com/migueloller)! - Fix sort order of `additionalProducts` prop in `ProductsCarousel` Makeswift component. + ## 1.3.8 ### Patch Changes diff --git a/core/package.json b/core/package.json index 8a006e90f1..569c349b87 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-makeswift", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "1.3.8", + "version": "1.4.0", "private": true, "scripts": { "dev": "npm run generate && next dev",