From 1067d99e2f91cc0ad889671746cce3bf73ca1c9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:30:35 +0000 Subject: [PATCH] Version Packages (`integrations/makeswift`) --- .changeset/dry-views-peel.md | 5 ----- .changeset/dull-ears-search.md | 5 ----- .changeset/fuzzy-rabbits-walk.md | 5 ----- .changeset/twenty-ants-sip.md | 5 ----- core/CHANGELOG.md | 14 ++++++++++++++ core/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dry-views-peel.md delete mode 100644 .changeset/dull-ears-search.md delete mode 100644 .changeset/fuzzy-rabbits-walk.md delete mode 100644 .changeset/twenty-ants-sip.md diff --git a/.changeset/dry-views-peel.md b/.changeset/dry-views-peel.md deleted file mode 100644 index cb9f9ad3ea..0000000000 --- a/.changeset/dry-views-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": patch ---- - -Switch to using `ReactRuntimeCore` instead of `ReactRuntime`, avoiding the bundling of unused dependencies from some Makeswift builtin components. Also bumps to latest `@makeswift/runtime`. diff --git a/.changeset/dull-ears-search.md b/.changeset/dull-ears-search.md deleted file mode 100644 index 4cc0d5c060..0000000000 --- a/.changeset/dull-ears-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": minor ---- - -Synced the changes made on `canary`. See the 1.3.0 changelog for more details: https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%401.3.0 diff --git a/.changeset/fuzzy-rabbits-walk.md b/.changeset/fuzzy-rabbits-walk.md deleted file mode 100644 index d024db385b..0000000000 --- a/.changeset/fuzzy-rabbits-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": minor ---- - -Create alias for variables for button and button-link components diff --git a/.changeset/twenty-ants-sip.md b/.changeset/twenty-ants-sip.md deleted file mode 100644 index 8b3118bc19..0000000000 --- a/.changeset/twenty-ants-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": patch ---- - -Fix locale switcher on localized Makeswift pages with different paths diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8c6197b8a6..f82cee07ce 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.3.0 + +### Minor Changes + +- [#2678](https://github.com/bigcommerce/catalyst/pull/2678) [`f121097`](https://github.com/bigcommerce/catalyst/commit/f1210973265b481ec964a71848304f2ca1931162) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Synced the changes made on `canary`. See the 1.3.0 changelog for more details: https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%401.3.0 + +- [#2593](https://github.com/bigcommerce/catalyst/pull/2593) [`9e2f992`](https://github.com/bigcommerce/catalyst/commit/9e2f992a3f6b6e3fcd45a823343859403cda9542) Thanks [@hunterbecton](https://github.com/hunterbecton)! - Create alias for variables for button and button-link components + +### Patch Changes + +- [#2628](https://github.com/bigcommerce/catalyst/pull/2628) [`d52d6f6`](https://github.com/bigcommerce/catalyst/commit/d52d6f67deef8b957040ee40ee16ca6563510f7c) Thanks [@arvinpoddar](https://github.com/arvinpoddar)! - Switch to using `ReactRuntimeCore` instead of `ReactRuntime`, avoiding the bundling of unused dependencies from some Makeswift builtin components. Also bumps to latest `@makeswift/runtime`. + +- [#2621](https://github.com/bigcommerce/catalyst/pull/2621) [`eb2d4e1`](https://github.com/bigcommerce/catalyst/commit/eb2d4e16e61c5822111fa50d8bc27db86cd5e9c4) Thanks [@agurtovoy](https://github.com/agurtovoy)! - Fix locale switcher on localized Makeswift pages with different paths + ## 1.2.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index fa5fa32571..5896731322 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.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "npm run generate && next dev",