From b28ddc24d76e16d1a21b88bf515d57f0ac52fb58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 May 2024 22:05:09 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-nails-help.md | 5 -- .changeset/big-houses-protect.md | 5 -- .changeset/bright-plants-lick.md | 5 -- .changeset/brown-feet-smash.md | 5 -- .changeset/clean-jokes-sneeze.md | 5 -- .changeset/curly-trees-stare.md | 5 -- .changeset/early-bananas-wonder.md | 5 -- .changeset/empty-carrots-poke.md | 5 -- .changeset/flat-squids-warn.md | 5 -- .changeset/four-candles-share.md | 5 -- .changeset/gorgeous-eels-exist.md | 5 -- .changeset/great-eagles-double.md | 5 -- .changeset/green-pets-sneeze.md | 5 -- .changeset/hungry-points-wash.md | 5 -- .changeset/itchy-buttons-join.md | 5 -- .changeset/itchy-humans-beam.md | 5 -- .changeset/lovely-camels-raise.md | 5 -- .changeset/many-bikes-roll.md | 5 -- .changeset/many-parrots-lay.md | 5 -- .changeset/nasty-crabs-do.md | 5 -- .changeset/nervous-dancers-kick.md | 5 -- .changeset/ninety-hornets-allow.md | 5 -- .changeset/perfect-roses-cheer.md | 5 -- .changeset/perfect-seas-breathe.md | 5 -- .changeset/poor-apricots-whisper.md | 5 -- .changeset/quick-pumas-invent.md | 5 -- .changeset/quiet-carrots-yell.md | 5 -- .changeset/rude-dodos-collect.md | 5 -- .changeset/silver-bulldogs-hammer.md | 5 -- .changeset/smooth-ties-explain.md | 5 -- .changeset/soft-badgers-shave.md | 5 -- .changeset/tame-walls-itch.md | 5 -- .changeset/ten-shoes-work.md | 5 -- .changeset/tender-flowers-smile.md | 5 -- .changeset/thick-adults-love.md | 5 -- .changeset/thin-pumpkins-search.md | 5 -- .changeset/unlucky-foxes-hug.md | 5 -- core/CHANGELOG.md | 72 +++++++++++++++++++++++++++ core/package.json | 2 +- packages/create-catalyst/CHANGELOG.md | 14 ++++++ packages/create-catalyst/package.json | 2 +- 41 files changed, 88 insertions(+), 187 deletions(-) delete mode 100644 .changeset/angry-nails-help.md delete mode 100644 .changeset/big-houses-protect.md delete mode 100644 .changeset/bright-plants-lick.md delete mode 100644 .changeset/brown-feet-smash.md delete mode 100644 .changeset/clean-jokes-sneeze.md delete mode 100644 .changeset/curly-trees-stare.md delete mode 100644 .changeset/early-bananas-wonder.md delete mode 100644 .changeset/empty-carrots-poke.md delete mode 100644 .changeset/flat-squids-warn.md delete mode 100644 .changeset/four-candles-share.md delete mode 100644 .changeset/gorgeous-eels-exist.md delete mode 100644 .changeset/great-eagles-double.md delete mode 100644 .changeset/green-pets-sneeze.md delete mode 100644 .changeset/hungry-points-wash.md delete mode 100644 .changeset/itchy-buttons-join.md delete mode 100644 .changeset/itchy-humans-beam.md delete mode 100644 .changeset/lovely-camels-raise.md delete mode 100644 .changeset/many-bikes-roll.md delete mode 100644 .changeset/many-parrots-lay.md delete mode 100644 .changeset/nasty-crabs-do.md delete mode 100644 .changeset/nervous-dancers-kick.md delete mode 100644 .changeset/ninety-hornets-allow.md delete mode 100644 .changeset/perfect-roses-cheer.md delete mode 100644 .changeset/perfect-seas-breathe.md delete mode 100644 .changeset/poor-apricots-whisper.md delete mode 100644 .changeset/quick-pumas-invent.md delete mode 100644 .changeset/quiet-carrots-yell.md delete mode 100644 .changeset/rude-dodos-collect.md delete mode 100644 .changeset/silver-bulldogs-hammer.md delete mode 100644 .changeset/smooth-ties-explain.md delete mode 100644 .changeset/soft-badgers-shave.md delete mode 100644 .changeset/tame-walls-itch.md delete mode 100644 .changeset/ten-shoes-work.md delete mode 100644 .changeset/tender-flowers-smile.md delete mode 100644 .changeset/thick-adults-love.md delete mode 100644 .changeset/thin-pumpkins-search.md delete mode 100644 .changeset/unlucky-foxes-hug.md diff --git a/.changeset/angry-nails-help.md b/.changeset/angry-nails-help.md deleted file mode 100644 index 3a1b86e60..000000000 --- a/.changeset/angry-nails-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Apply the edge runtime to missing routes. diff --git a/.changeset/big-houses-protect.md b/.changeset/big-houses-protect.md deleted file mode 100644 index a0bba3387..000000000 --- a/.changeset/big-houses-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Move functional tests to apps/core diff --git a/.changeset/bright-plants-lick.md b/.changeset/bright-plants-lick.md deleted file mode 100644 index ed13272ea..000000000 --- a/.changeset/bright-plants-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -add update customer mutation diff --git a/.changeset/brown-feet-smash.md b/.changeset/brown-feet-smash.md deleted file mode 100644 index 118bd7028..000000000 --- a/.changeset/brown-feet-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove additional references to @bigcommerce/components. diff --git a/.changeset/clean-jokes-sneeze.md b/.changeset/clean-jokes-sneeze.md deleted file mode 100644 index 364dd5d7a..000000000 --- a/.changeset/clean-jokes-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Adds the `.vscode/settings.json` file pointing to the correct typescript sdk for gql-tada support. diff --git a/.changeset/curly-trees-stare.md b/.changeset/curly-trees-stare.md deleted file mode 100644 index 947d501ab..000000000 --- a/.changeset/curly-trees-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -use next-intl formatter to properly localize dates & prices diff --git a/.changeset/early-bananas-wonder.md b/.changeset/early-bananas-wonder.md deleted file mode 100644 index 87dc2a3ac..000000000 --- a/.changeset/early-bananas-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Respect isVisibleInNavigation for blog pages diff --git a/.changeset/empty-carrots-poke.md b/.changeset/empty-carrots-poke.md deleted file mode 100644 index 1bfd668ad..000000000 --- a/.changeset/empty-carrots-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -use LRU cache for DevKvAdapter diff --git a/.changeset/flat-squids-warn.md b/.changeset/flat-squids-warn.md deleted file mode 100644 index 5594b9cc1..000000000 --- a/.changeset/flat-squids-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add customer addresses tab content diff --git a/.changeset/four-candles-share.md b/.changeset/four-candles-share.md deleted file mode 100644 index 1023a1ee2..000000000 --- a/.changeset/four-candles-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -best-effort in memory cache for vercel kv adapter diff --git a/.changeset/gorgeous-eels-exist.md b/.changeset/gorgeous-eels-exist.md deleted file mode 100644 index 4a559ab38..000000000 --- a/.changeset/gorgeous-eels-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -pin nextjs version diff --git a/.changeset/great-eagles-double.md b/.changeset/great-eagles-double.md deleted file mode 100644 index cefc19408..000000000 --- a/.changeset/great-eagles-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -standardize mutations by returning drilled response diff --git a/.changeset/green-pets-sneeze.md b/.changeset/green-pets-sneeze.md deleted file mode 100644 index d6e0ddd03..000000000 --- a/.changeset/green-pets-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add delete customer address mutation diff --git a/.changeset/hungry-points-wash.md b/.changeset/hungry-points-wash.md deleted file mode 100644 index 17ecb2ad2..000000000 --- a/.changeset/hungry-points-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Move /packages/components into core, update related configurations. diff --git a/.changeset/itchy-buttons-join.md b/.changeset/itchy-buttons-join.md deleted file mode 100644 index 631e123ae..000000000 --- a/.changeset/itchy-buttons-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update `tailwindFunctions` to use the correct className utility function `cn`. diff --git a/.changeset/itchy-humans-beam.md b/.changeset/itchy-humans-beam.md deleted file mode 100644 index d73a8652b..000000000 --- a/.changeset/itchy-humans-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -add accessible attr for select component diff --git a/.changeset/lovely-camels-raise.md b/.changeset/lovely-camels-raise.md deleted file mode 100644 index f042fc959..000000000 --- a/.changeset/lovely-camels-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Adds an option to include the functional test suite as part of the create command. Defaults to false. diff --git a/.changeset/many-bikes-roll.md b/.changeset/many-bikes-roll.md deleted file mode 100644 index 4db020cdd..000000000 --- a/.changeset/many-bikes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -split contact us and normal websites into individual pages diff --git a/.changeset/many-parrots-lay.md b/.changeset/many-parrots-lay.md deleted file mode 100644 index 67ca16bf1..000000000 --- a/.changeset/many-parrots-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add customer address mutation diff --git a/.changeset/nasty-crabs-do.md b/.changeset/nasty-crabs-do.md deleted file mode 100644 index 3f57c7c88..000000000 --- a/.changeset/nasty-crabs-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -chore: standardize actions \ No newline at end of file diff --git a/.changeset/nervous-dancers-kick.md b/.changeset/nervous-dancers-kick.md deleted file mode 100644 index a620ea7ab..000000000 --- a/.changeset/nervous-dancers-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -The `create-catalyst` CLI will now create channel menus for new Catalyst channels diff --git a/.changeset/ninety-hornets-allow.md b/.changeset/ninety-hornets-allow.md deleted file mode 100644 index 6d8dd8f26..000000000 --- a/.changeset/ninety-hornets-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -add loading state on item quantity update and remove when quantity equals 0 diff --git a/.changeset/perfect-roses-cheer.md b/.changeset/perfect-roses-cheer.md deleted file mode 100644 index 071bdcb04..000000000 --- a/.changeset/perfect-roses-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": patch ---- - -Remove cloning logic for components. diff --git a/.changeset/perfect-seas-breathe.md b/.changeset/perfect-seas-breathe.md deleted file mode 100644 index 25dfd3b5c..000000000 --- a/.changeset/perfect-seas-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Conditionally show featuredProducts on 404 page. diff --git a/.changeset/poor-apricots-whisper.md b/.changeset/poor-apricots-whisper.md deleted file mode 100644 index 48de086a8..000000000 --- a/.changeset/poor-apricots-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Bump react to v18.3.1 diff --git a/.changeset/quick-pumas-invent.md b/.changeset/quick-pumas-invent.md deleted file mode 100644 index 52867e919..000000000 --- a/.changeset/quick-pumas-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -use --turbo for next dev diff --git a/.changeset/quiet-carrots-yell.md b/.changeset/quiet-carrots-yell.md deleted file mode 100644 index 917706991..000000000 --- a/.changeset/quiet-carrots-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Set a min width to body. diff --git a/.changeset/rude-dodos-collect.md b/.changeset/rude-dodos-collect.md deleted file mode 100644 index 2de245db5..000000000 --- a/.changeset/rude-dodos-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Respects when `CLIENT_LOGGER="false"` or `KV_LOGGER="false"` is set in .env.local regardless of environment. diff --git a/.changeset/silver-bulldogs-hammer.md b/.changeset/silver-bulldogs-hammer.md deleted file mode 100644 index 88349360a..000000000 --- a/.changeset/silver-bulldogs-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -check for auth on /account pages diff --git a/.changeset/smooth-ties-explain.md b/.changeset/smooth-ties-explain.md deleted file mode 100644 index 8695d8fb0..000000000 --- a/.changeset/smooth-ties-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add missing `Cart.spinnerText` translation. diff --git a/.changeset/soft-badgers-shave.md b/.changeset/soft-badgers-shave.md deleted file mode 100644 index fb2b6d425..000000000 --- a/.changeset/soft-badgers-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add update address mutation diff --git a/.changeset/tame-walls-itch.md b/.changeset/tame-walls-itch.md deleted file mode 100644 index 08ccd3fc2..000000000 --- a/.changeset/tame-walls-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Set mobile padding to 16px instead of 24px diff --git a/.changeset/ten-shoes-work.md b/.changeset/ten-shoes-work.md deleted file mode 100644 index 173b49977..000000000 --- a/.changeset/ten-shoes-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix header overflow in mobile, hide search when screen width is extra small." diff --git a/.changeset/tender-flowers-smile.md b/.changeset/tender-flowers-smile.md deleted file mode 100644 index 69a466c75..000000000 --- a/.changeset/tender-flowers-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add customer addresses query diff --git a/.changeset/thick-adults-love.md b/.changeset/thick-adults-love.md deleted file mode 100644 index b72e5eda1..000000000 --- a/.changeset/thick-adults-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -add get customer query diff --git a/.changeset/thin-pumpkins-search.md b/.changeset/thin-pumpkins-search.md deleted file mode 100644 index d885918b9..000000000 --- a/.changeset/thin-pumpkins-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add dialog component diff --git a/.changeset/unlucky-foxes-hug.md b/.changeset/unlucky-foxes-hug.md deleted file mode 100644 index d653ed123..000000000 --- a/.changeset/unlucky-foxes-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Migrate visual regression tests diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 23737ea3c..3436d1b8a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,77 @@ # Changelog +## 0.7.0 + +### Minor Changes + +- [#748](https://github.com/bigcommerce/catalyst/pull/748) [`dc03f50`](https://github.com/bigcommerce/catalyst/commit/dc03f50bb1734b26bd15ecf9c1f7fb6e34d3e86c) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add customer addresses tab content + +- [#760](https://github.com/bigcommerce/catalyst/pull/760) [`d3cb5bd`](https://github.com/bigcommerce/catalyst/commit/d3cb5bd51966aa1bf38453aba2a125f517869931) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add dialog component + +### Patch Changes + +- [#786](https://github.com/bigcommerce/catalyst/pull/786) [`8e6328f`](https://github.com/bigcommerce/catalyst/commit/8e6328fb577e91eede49a92eafa113c5778520de) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Apply the edge runtime to missing routes. + +- [#816](https://github.com/bigcommerce/catalyst/pull/816) [`7115843`](https://github.com/bigcommerce/catalyst/commit/711584393f829873ad8d3d48495f1aafa777e46d) Thanks [@avattipalli](https://github.com/avattipalli)! - Move functional tests to apps/core + +- [#776](https://github.com/bigcommerce/catalyst/pull/776) [`656693e`](https://github.com/bigcommerce/catalyst/commit/656693ed1ac30a162025b58763fa7beb4dfaad18) Thanks [@yurytut1993](https://github.com/yurytut1993)! - add update customer mutation + +- [#845](https://github.com/bigcommerce/catalyst/pull/845) [`dfd5b25`](https://github.com/bigcommerce/catalyst/commit/dfd5b25659cb90e909e73764f246f19322f60a4c) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove additional references to @bigcommerce/components. + +- [#808](https://github.com/bigcommerce/catalyst/pull/808) [`c0bca5d`](https://github.com/bigcommerce/catalyst/commit/c0bca5d12257218908dcca54b31d32bf84d087fb) Thanks [@jorgemoya](https://github.com/jorgemoya)! - use next-intl formatter to properly localize dates & prices + +- [#854](https://github.com/bigcommerce/catalyst/pull/854) [`0758464`](https://github.com/bigcommerce/catalyst/commit/0758464e4c43ab33e470bb91223249b01e36e780) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Respect isVisibleInNavigation for blog pages + +- [#779](https://github.com/bigcommerce/catalyst/pull/779) [`fe34b3e`](https://github.com/bigcommerce/catalyst/commit/fe34b3ed79992f73084214b369b7750141a17c39) Thanks [@deini](https://github.com/deini)! - use LRU cache for DevKvAdapter + +- [#789](https://github.com/bigcommerce/catalyst/pull/789) [`86403a6`](https://github.com/bigcommerce/catalyst/commit/86403a6fc66f52f93ace611631614c2844af5a87) Thanks [@deini](https://github.com/deini)! - best-effort in memory cache for vercel kv adapter + +- [#815](https://github.com/bigcommerce/catalyst/pull/815) [`984c30c`](https://github.com/bigcommerce/catalyst/commit/984c30ca51601fb8f1c0f6c83bce40c3650f9b23) Thanks [@deini](https://github.com/deini)! - pin nextjs version + +- [#814](https://github.com/bigcommerce/catalyst/pull/814) [`c0b5df4`](https://github.com/bigcommerce/catalyst/commit/c0b5df458f049d73b9cfb17426f132f827e4574f) Thanks [@jorgemoya](https://github.com/jorgemoya)! - standardize mutations by returning drilled response + +- [#759](https://github.com/bigcommerce/catalyst/pull/759) [`3602d91`](https://github.com/bigcommerce/catalyst/commit/3602d91144513ad0c14b646f2cfc68791d3c3198) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add delete customer address mutation + +- [#767](https://github.com/bigcommerce/catalyst/pull/767) [`c740cdd`](https://github.com/bigcommerce/catalyst/commit/c740cdd1b561b7abaab7390a8dfcab4d65c89d73) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Move /packages/components into core, update related configurations. + +- [#798](https://github.com/bigcommerce/catalyst/pull/798) [`56f3c48`](https://github.com/bigcommerce/catalyst/commit/56f3c4824dd0b31212c15b124cb29be79548fbf2) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update `tailwindFunctions` to use the correct className utility function `cn`. + +- [#769](https://github.com/bigcommerce/catalyst/pull/769) [`1fa1c38`](https://github.com/bigcommerce/catalyst/commit/1fa1c38382871b78c3f51cbcf049532e1b05bbbc) Thanks [@avattipalli](https://github.com/avattipalli)! - add accessible attr for select component + +- [#810](https://github.com/bigcommerce/catalyst/pull/810) [`168cdda`](https://github.com/bigcommerce/catalyst/commit/168cddae51638a24a0fb53a3a2f5a5e03a7a4b38) Thanks [@deini](https://github.com/deini)! - split contact us and normal websites into individual pages + +- [#777](https://github.com/bigcommerce/catalyst/pull/777) [`fe5c221`](https://github.com/bigcommerce/catalyst/commit/fe5c221aa6e4a4049e89f69e177d722ee94b6f62) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add customer address mutation + +- [#831](https://github.com/bigcommerce/catalyst/pull/831) [`8349bbf`](https://github.com/bigcommerce/catalyst/commit/8349bbf928dee722fadb5c2119b41756bffaa317) Thanks [@jorgemoya](https://github.com/jorgemoya)! - chore: standardize actions + +- [#783](https://github.com/bigcommerce/catalyst/pull/783) [`301b775`](https://github.com/bigcommerce/catalyst/commit/301b775ef967b72ab9d3930eb7ec7488876b48b4) Thanks [@jorgemoya](https://github.com/jorgemoya)! - add loading state on item quantity update and remove when quantity equals 0 + +- [#852](https://github.com/bigcommerce/catalyst/pull/852) [`3b7ec09`](https://github.com/bigcommerce/catalyst/commit/3b7ec09c26af506f48259806f8d06e4ba8493bc2) Thanks [@electricenjindevops](https://github.com/electricenjindevops)! - Conditionally show featuredProducts on 404 page. + +- [#836](https://github.com/bigcommerce/catalyst/pull/836) [`6cbfd02`](https://github.com/bigcommerce/catalyst/commit/6cbfd02e3621e3be72dfc4db6292f66d1575eb95) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Bump react to v18.3.1 + +- [#793](https://github.com/bigcommerce/catalyst/pull/793) [`76fad25`](https://github.com/bigcommerce/catalyst/commit/76fad25074afaf5b15f9989fa2a6038af96bfdeb) Thanks [@deini](https://github.com/deini)! - use --turbo for next dev + +- [#873](https://github.com/bigcommerce/catalyst/pull/873) [`1c7f52f`](https://github.com/bigcommerce/catalyst/commit/1c7f52f13d9dc6faf8bd039c2208fac76ed88d03) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Set a min width to body. + +- [#838](https://github.com/bigcommerce/catalyst/pull/838) [`7a0e393`](https://github.com/bigcommerce/catalyst/commit/7a0e39369b5971be3036e0678455ec82bcb5e321) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Respects when `CLIENT_LOGGER="false"` or `KV_LOGGER="false"` is set in .env.local regardless of environment. + +- [#773](https://github.com/bigcommerce/catalyst/pull/773) [`7f70719`](https://github.com/bigcommerce/catalyst/commit/7f7071962a091671c64e376598950c2d6fa3ec1d) Thanks [@deini](https://github.com/deini)! - check for auth on /account pages + +- [#771](https://github.com/bigcommerce/catalyst/pull/771) [`8af0878`](https://github.com/bigcommerce/catalyst/commit/8af08780469f1ee0ecdf63449aa7a31c2b965c9e) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Add missing `Cart.spinnerText` translation. + +- [#778](https://github.com/bigcommerce/catalyst/pull/778) [`32c3373`](https://github.com/bigcommerce/catalyst/commit/32c33730364241d78ea2fb9817d1543bdd1c1e23) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add update address mutation + +- [#877](https://github.com/bigcommerce/catalyst/pull/877) [`017fa61`](https://github.com/bigcommerce/catalyst/commit/017fa6178dcbd99ee41d84f71dbe263cfcd76181) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Set mobile padding to 16px instead of 24px + +- [#875](https://github.com/bigcommerce/catalyst/pull/875) [`78a5f08`](https://github.com/bigcommerce/catalyst/commit/78a5f088e6dc4da5b804e2acee74f9d79ecb6ef7) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix header overflow in mobile, hide search when screen width is extra small." + +- [#743](https://github.com/bigcommerce/catalyst/pull/743) [`30c7624`](https://github.com/bigcommerce/catalyst/commit/30c7624b4430d76ef3efea1314c18c3b400b966d) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add customer addresses query + +- [#768](https://github.com/bigcommerce/catalyst/pull/768) [`39feb4a`](https://github.com/bigcommerce/catalyst/commit/39feb4a7773719670a394edc19e5e391905158ba) Thanks [@yurytut1993](https://github.com/yurytut1993)! - add get customer query + +- [#846](https://github.com/bigcommerce/catalyst/pull/846) [`e2f4311`](https://github.com/bigcommerce/catalyst/commit/e2f43116e9038f676ea0520bb96de7d16bec6424) Thanks [@avattipalli](https://github.com/avattipalli)! - Migrate visual regression tests + ## 0.6.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 36fd77bb6..5603850da 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.6.0", + "version": "0.7.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 82f9ca4c2..8ef3fabc3 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.6.0 + +### Minor Changes + +- [#782](https://github.com/bigcommerce/catalyst/pull/782) [`32f9d7c`](https://github.com/bigcommerce/catalyst/commit/32f9d7cad0529591d771106efe3e9cace48e50db) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds the `.vscode/settings.json` file pointing to the correct typescript sdk for gql-tada support. + +- [#806](https://github.com/bigcommerce/catalyst/pull/806) [`5655f81`](https://github.com/bigcommerce/catalyst/commit/5655f81f93041e6b1253d0c67ce50f70f99828bf) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds an option to include the functional test suite as part of the create command. Defaults to false. + +- [#876](https://github.com/bigcommerce/catalyst/pull/876) [`56735be`](https://github.com/bigcommerce/catalyst/commit/56735be7bef1f528642e333b20400268613dace6) Thanks [@matthewvolk](https://github.com/matthewvolk)! - The `create-catalyst` CLI will now create channel menus for new Catalyst channels + +### Patch Changes + +- [#839](https://github.com/bigcommerce/catalyst/pull/839) [`0e5e513`](https://github.com/bigcommerce/catalyst/commit/0e5e5139ced4410e0930e36b7eafa5841e2301c5) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove cloning logic for components. + ## 0.5.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index e804605f5..6c613db57 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.5.0", + "version": "0.6.0", "type": "module", "bin": "dist/index.js", "files": [