diff --git a/.changeset/sync-canary-1-6-1.md b/.changeset/sync-canary-1-6-1.md deleted file mode 100644 index 03a022b935..0000000000 --- a/.changeset/sync-canary-1-6-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-makeswift": patch ---- - -Pulls in changes from the `@bigcommerce/catalyst-core@1.6.1` release. For more information about what was included in the `@bigcommerce/catalyst-core@1.6.1` release, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/cba98e3e1ea33f203da1779ec623b0a277c40023/core/CHANGELOG.md#161). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 395b8d3930..128696e1ce 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.2 + +### Patch Changes + +- Pulls in changes from the `@bigcommerce/catalyst-core@1.6.1` release. For more information about what was included in the `@bigcommerce/catalyst-core@1.6.1` release, see the [changelog entry](https://github.com/bigcommerce/catalyst/blob/cba98e3e1ea33f203da1779ec623b0a277c40023/core/CHANGELOG.md#161). + ## 1.6.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index 6d79eaa9d0..bc97ba687d 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.6.1", + "version": "1.6.2", "private": true, "engines": { "node": ">=24.0.0"