From aadbce6aab8f2fc67d44ae4351d6eac835511dd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 19:31:53 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-rocks-sneeze.md | 5 ---- .changeset/gentle-experts-remember.md | 5 ---- .changeset/grumpy-roses-attack.md | 5 ---- .changeset/late-boats-own.md | 5 ---- .changeset/old-bananas-destroy.md | 5 ---- .changeset/proud-queens-serve.md | 5 ---- .changeset/proud-taxis-smoke.md | 5 ---- .changeset/silly-balloons-stare.md | 5 ---- .changeset/translations-patch-aaa6e4db.md | 5 ---- .changeset/yellow-cougars-allow.md | 5 ---- .changeset/young-pugs-dream.md | 5 ---- core/CHANGELOG.md | 28 +++++++++++++++++++++++ core/package.json | 2 +- 13 files changed, 29 insertions(+), 56 deletions(-) delete mode 100644 .changeset/chilled-rocks-sneeze.md delete mode 100644 .changeset/gentle-experts-remember.md delete mode 100644 .changeset/grumpy-roses-attack.md delete mode 100644 .changeset/late-boats-own.md delete mode 100644 .changeset/old-bananas-destroy.md delete mode 100644 .changeset/proud-queens-serve.md delete mode 100644 .changeset/proud-taxis-smoke.md delete mode 100644 .changeset/silly-balloons-stare.md delete mode 100644 .changeset/translations-patch-aaa6e4db.md delete mode 100644 .changeset/yellow-cougars-allow.md delete mode 100644 .changeset/young-pugs-dream.md diff --git a/.changeset/chilled-rocks-sneeze.md b/.changeset/chilled-rocks-sneeze.md deleted file mode 100644 index 1319c8358..000000000 --- a/.changeset/chilled-rocks-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Change the rest of the auth pages to use toasts. diff --git a/.changeset/gentle-experts-remember.md b/.changeset/gentle-experts-remember.md deleted file mode 100644 index 792f87bca..000000000 --- a/.changeset/gentle-experts-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Converts the change password messages over to using a toast. This should provide a better DX and UX. diff --git a/.changeset/grumpy-roses-attack.md b/.changeset/grumpy-roses-attack.md deleted file mode 100644 index b52e1ff66..000000000 --- a/.changeset/grumpy-roses-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Update the register customer page to use toasts for messaging. diff --git a/.changeset/late-boats-own.md b/.changeset/late-boats-own.md deleted file mode 100644 index 4a52c68a6..000000000 --- a/.changeset/late-boats-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Converts the reset password messages over to using a toast. diff --git a/.changeset/old-bananas-destroy.md b/.changeset/old-bananas-destroy.md deleted file mode 100644 index c5469d527..000000000 --- a/.changeset/old-bananas-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Remove the account state provider components diff --git a/.changeset/proud-queens-serve.md b/.changeset/proud-queens-serve.md deleted file mode 100644 index 9dd2cb6d1..000000000 --- a/.changeset/proud-queens-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Converts the login messages over to using a toast. diff --git a/.changeset/proud-taxis-smoke.md b/.changeset/proud-taxis-smoke.md deleted file mode 100644 index a8058df40..000000000 --- a/.changeset/proud-taxis-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Assign cart to customer as part of initial login mutation diff --git a/.changeset/silly-balloons-stare.md b/.changeset/silly-balloons-stare.md deleted file mode 100644 index 7e5d325e6..000000000 --- a/.changeset/silly-balloons-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -After login, redirect to orders page instead of an account overview page. This also removes the account overview page. diff --git a/.changeset/translations-patch-aaa6e4db.md b/.changeset/translations-patch-aaa6e4db.md deleted file mode 100644 index ad17b2636..000000000 --- a/.changeset/translations-patch-aaa6e4db.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/yellow-cougars-allow.md b/.changeset/yellow-cougars-allow.md deleted file mode 100644 index b7e09178a..000000000 --- a/.changeset/yellow-cougars-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -If a customer is already logged in, we want to redirect them back to their account pages if they are trying to hit one of the non-logged-in customer auth routes. The prevents any side effects that may occur trying to re-auth the client. This is done by providing a root layout.tsx page under the (auth) route group. diff --git a/.changeset/young-pugs-dream.md b/.changeset/young-pugs-dream.md deleted file mode 100644 index f38398b1a..000000000 --- a/.changeset/young-pugs-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Converts the change/forgot password messages over to using a toast. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 9b80a6272..59b0ab948 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.24.0 + +### Minor Changes + +- [#1749](https://github.com/bigcommerce/catalyst/pull/1749) [`cacdd22`](https://github.com/bigcommerce/catalyst/commit/cacdd22de140897f57fb8aaf52b2a9e7f48c23c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Change the rest of the auth pages to use toasts. + +- [#1746](https://github.com/bigcommerce/catalyst/pull/1746) [`0e34915`](https://github.com/bigcommerce/catalyst/commit/0e34915171da18ed141ecfacc6fa4c2a8f5e4c23) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Converts the change password messages over to using a toast. This should provide a better DX and UX. + +- [#1747](https://github.com/bigcommerce/catalyst/pull/1747) [`608b886`](https://github.com/bigcommerce/catalyst/commit/608b886978518f3d27230f50a2ad462363527d63) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update the register customer page to use toasts for messaging. + +- [#1749](https://github.com/bigcommerce/catalyst/pull/1749) [`cacdd22`](https://github.com/bigcommerce/catalyst/commit/cacdd22de140897f57fb8aaf52b2a9e7f48c23c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Converts the reset password messages over to using a toast. + +- [#1749](https://github.com/bigcommerce/catalyst/pull/1749) [`cacdd22`](https://github.com/bigcommerce/catalyst/commit/cacdd22de140897f57fb8aaf52b2a9e7f48c23c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Remove the account state provider components + +- [#1749](https://github.com/bigcommerce/catalyst/pull/1749) [`cacdd22`](https://github.com/bigcommerce/catalyst/commit/cacdd22de140897f57fb8aaf52b2a9e7f48c23c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Converts the login messages over to using a toast. + +- [#1743](https://github.com/bigcommerce/catalyst/pull/1743) [`7c03428`](https://github.com/bigcommerce/catalyst/commit/7c03428bf815bf2cc7b8aa35ff331379f7615094) Thanks [@chanceaclark](https://github.com/chanceaclark)! - After login, redirect to orders page instead of an account overview page. This also removes the account overview page. + +- [#1741](https://github.com/bigcommerce/catalyst/pull/1741) [`5136fac`](https://github.com/bigcommerce/catalyst/commit/5136fac6e05c6eb1ebce9707abcf1f180712358e) Thanks [@chanceaclark](https://github.com/chanceaclark)! - If a customer is already logged in, we want to redirect them back to their account pages if they are trying to hit one of the non-logged-in customer auth routes. The prevents any side effects that may occur trying to re-auth the client. This is done by providing a root layout.tsx page under the (auth) route group. + +- [#1749](https://github.com/bigcommerce/catalyst/pull/1749) [`cacdd22`](https://github.com/bigcommerce/catalyst/commit/cacdd22de140897f57fb8aaf52b2a9e7f48c23c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Converts the change/forgot password messages over to using a toast. + +### Patch Changes + +- [#1765](https://github.com/bigcommerce/catalyst/pull/1765) [`1c9b880`](https://github.com/bigcommerce/catalyst/commit/1c9b8804cec99f5fd9700b422a3fb9739a850045) Thanks [@bookernath](https://github.com/bookernath)! - Assign cart to customer as part of initial login mutation + +- [#1760](https://github.com/bigcommerce/catalyst/pull/1760) [`f6161c5`](https://github.com/bigcommerce/catalyst/commit/f6161c5dcf2fbd65f4192eec36ebd3e62e60bd33) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + ## 0.23.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 5a9277d2f..ce34ec3bf 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.23.0", + "version": "0.24.0", "private": true, "scripts": { "dev": "npm run generate && next dev",