From 723c0903ff82c7aa9a46998cff7159ade027a611 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:12:36 +0000 Subject: [PATCH] Version Packages (`canary`) --- .changeset/trac-291-state-optional.md | 5 ----- core/CHANGELOG.md | 6 ++++++ core/package.json | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/trac-291-state-optional.md diff --git a/.changeset/trac-291-state-optional.md b/.changeset/trac-291-state-optional.md deleted file mode 100644 index bf370bb940..0000000000 --- a/.changeset/trac-291-state-optional.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix Account Registration validating State/Province as required for countries without any states (e.g., Algeria). The register page now queries per-country state data from BigCommerce and hides the State/Province field entirely when the selected country has no states. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 7b87a5ab7d..cbca66c6a8 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.10.2 + +### Patch Changes + +- [#3081](https://github.com/bigcommerce/catalyst/pull/3081) [`50a7263`](https://github.com/bigcommerce/catalyst/commit/50a7263d00e82720146877ea97073d821f3418b5) Thanks [@mfaris9](https://github.com/mfaris9)! - Fix Account Registration validating State/Province as required for countries without any states (e.g., Algeria). The register page now queries per-country state data from BigCommerce and hides the State/Province field entirely when the selected country has no states. + ## 1.10.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index 63cb113070..f6a073c662 100644 --- a/core/package.json +++ b/core/package.json @@ -1,10 +1,10 @@ { "name": "@bigcommerce/catalyst-core", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "1.10.1", + "version": "1.10.2", "catalyst": { - "version": "1.10.1", - "ref": "@bigcommerce/catalyst-core@1.10.1" + "version": "1.10.2", + "ref": "@bigcommerce/catalyst-core@1.10.2" }, "private": true, "engines": {