Skip to content

Commit cba98e3

Browse files
Version Packages (canary) (#2935)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4b614d commit cba98e3

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/fix-create-catalyst-node-v24.md

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

.changeset/fix-dropdown-menu-border.md

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

core/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#2934](https://github.com/bigcommerce/catalyst/pull/2934) [`6a5b019`](https://github.com/bigcommerce/catalyst/commit/6a5b019083aa3e000e5989f6f13256b57c22c479) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Fix extra thick border on dropdown menu by changing `ring` (3px) to `ring-1` (1px) to match the Select component styling.
8+
39
## 1.6.0
410

511
### Minor 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.0",
4+
"version": "1.6.1",
55
"private": true,
66
"engines": {
77
"node": ">=24.0.0"

packages/create-catalyst/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#2940](https://github.com/bigcommerce/catalyst/pull/2940) [`a4b614d`](https://github.com/bigcommerce/catalyst/commit/a4b614d99a208f21b4d4ee1462666581f21335d8) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Align Node.js engine requirement with v24. The `engines.node` field in `create-catalyst` now matches the runtime version gate (`^24.0.0`), ensuring `pnpm create @bigcommerce/catalyst` correctly rejects unsupported Node versions before installation begins.
8+
39
## 1.0.1
410

511
### Patch Changes

packages/create-catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/create-catalyst",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"bin": "bin/index.cjs",
66
"files": [

0 commit comments

Comments
 (0)