diff --git a/.changeset/empty-ties-rhyme.md b/.changeset/empty-ties-rhyme.md deleted file mode 100644 index df486e6816..0000000000 --- a/.changeset/empty-ties-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add orders for customer account. Now customer can open orders history or move to specific order details. diff --git a/.changeset/honest-ways-tell.md b/.changeset/honest-ways-tell.md deleted file mode 100644 index 56d62b3050..0000000000 --- a/.changeset/honest-ways-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Ignore empty strings when parsing array URL search parameters in faceted search. diff --git a/.changeset/modern-garlics-sparkle.md b/.changeset/modern-garlics-sparkle.md deleted file mode 100644 index 476a76ce09..0000000000 --- a/.changeset/modern-garlics-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Removed ReCaptcha validation when you are logged in and making account changes. We have already validated a customer is human at the loggin screen. diff --git a/.changeset/quiet-sloths-beg.md b/.changeset/quiet-sloths-beg.md deleted file mode 100644 index abc03295cb..0000000000 --- a/.changeset/quiet-sloths-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Convert the messages that were displayed when deleting an address over to using the toast functionality. diff --git a/.changeset/silent-snails-sparkle.md b/.changeset/silent-snails-sparkle.md deleted file mode 100644 index 14ca9430f8..0000000000 --- a/.changeset/silent-snails-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fixes the inventory handling to handle some options being out of stock. diff --git a/.changeset/silver-shoes-tap.md b/.changeset/silver-shoes-tap.md deleted file mode 100644 index 59ee2abb41..0000000000 --- a/.changeset/silver-shoes-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Create command now accepts a --reset-main flag which resets the main branch to the provided git ref if present. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8fec50438d..9b80a6272f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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 diff --git a/core/package.json b/core/package.json index 0b37bb2fe0..6bb6737005 100644 --- a/core/package.json +++ b/core/package.json @@ -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", diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index 156b67b5d5..1dde5b386c 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -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 diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index 1226b00bca..e091fd1942 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.17.1", + "version": "0.18.0", "type": "module", "bin": "bin/index.cjs", "files": [