Skip to content

Commit

Permalink
Version Packages (#1723)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 11, 2024
1 parent 24ab494 commit 0352fb5
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-ties-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-ways-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-garlics-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-sloths-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-snails-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-shoes-tap.md

This file was deleted.

16 changes: 16 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.23.0

### Minor Changes

- [#1639](https://github.com/bigcommerce/catalyst/pull/1639) [`ae2c6cd`](https://github.com/bigcommerce/catalyst/commit/ae2c6cd76b2ccc5c994bd298983cb1665c571d02) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add orders for customer account. Now customer can open orders history or move to specific order details.

- [#1729](https://github.com/bigcommerce/catalyst/pull/1729) [`d52affe`](https://github.com/bigcommerce/catalyst/commit/d52affe56dee23a81263392030fe635c824fb182) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Removed ReCaptcha validation when you are logged in and making account changes. We have already validated a customer is human at the loggin screen.

- [#1728](https://github.com/bigcommerce/catalyst/pull/1728) [`d7dbd7a`](https://github.com/bigcommerce/catalyst/commit/d7dbd7a04fc8cb87cf223fb5a17af8d59c6431ea) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Convert the messages that were displayed when deleting an address over to using the toast functionality.

### Patch Changes

- [#1727](https://github.com/bigcommerce/catalyst/pull/1727) [`d3c6dbc`](https://github.com/bigcommerce/catalyst/commit/d3c6dbc25c16901f694e053ccdee8193647f5760) Thanks [@migueloller](https://github.com/migueloller)! - Ignore empty strings when parsing array URL search parameters in faceted search.

- [#1730](https://github.com/bigcommerce/catalyst/pull/1730) [`ad8c86d`](https://github.com/bigcommerce/catalyst/commit/ad8c86d574474eb5ed18d99265fe4001d267fb5f) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Fixes the inventory handling to handle some options being out of stock.

## 0.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/catalyst-core",
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
"version": "0.22.1",
"version": "0.23.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.18.0

### Minor Changes

- [#1732](https://github.com/bigcommerce/catalyst/pull/1732) [`df4912c`](https://github.com/bigcommerce/catalyst/commit/df4912cd4a24a6f8d36359d80834c378df6c6297) Thanks [@jamesqquick](https://github.com/jamesqquick)! - Create command now accepts a --reset-main flag which resets the main branch to the provided git ref if present.

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/create-catalyst",
"version": "0.17.1",
"version": "0.18.0",
"type": "module",
"bin": "bin/index.cjs",
"files": [
Expand Down

0 comments on commit 0352fb5

Please sign in to comment.