Skip to content

Commit 9be4b1c

Browse files
Version Packages (canary)
1 parent a8dd99e commit 9be4b1c

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/fix-hidden-fields-d35665be.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/translations-patch-d3abeec7.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.6.3
4+
5+
### Patch Changes
6+
7+
- [#2963](https://github.com/bigcommerce/catalyst/pull/2963) [`a8dd99e`](https://github.com/bigcommerce/catalyst/commit/a8dd99ef9a1aeab3341e14d39137085cd67f1673) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Fix DynamicForm not rendering hidden field types, which caused `pageEntityId` to be `NaN` on contact form submission.
8+
9+
- [#2959](https://github.com/bigcommerce/catalyst/pull/2959) [`4870221`](https://github.com/bigcommerce/catalyst/commit/4870221c3a5c5209b58fb6ec969b30897d08eea8) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations.
10+
311
## 1.6.2
412

513
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"private": true,
66
"engines": {
77
"node": ">=24.0.0"

0 commit comments

Comments
 (0)