Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/trac-291-state-optional.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading