diff --git a/.changeset/curvy-items-cheat.md b/.changeset/curvy-items-cheat.md deleted file mode 100644 index 478e4aa77..000000000 --- a/.changeset/curvy-items-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix incorrect sale price showing when no sale was active in Cart diff --git a/.changeset/four-cups-double.md b/.changeset/four-cups-double.md deleted file mode 100644 index 5da959c1d..000000000 --- a/.changeset/four-cups-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Modify Cart page layout to fix mobile rendering issues. diff --git a/.changeset/grumpy-rice-bake.md b/.changeset/grumpy-rice-bake.md deleted file mode 100644 index 0467307d1..000000000 --- a/.changeset/grumpy-rice-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add delete address functionality for account diff --git a/.changeset/happy-eggs-buy.md b/.changeset/happy-eggs-buy.md deleted file mode 100644 index c498c1553..000000000 --- a/.changeset/happy-eggs-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -add change password for logged-in customer diff --git a/.changeset/hot-starfishes-join.md b/.changeset/hot-starfishes-join.md deleted file mode 100644 index 07a44e7cb..000000000 --- a/.changeset/hot-starfishes-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Removes unnecessary lint task from create command diff --git a/.changeset/kind-maps-attend.md b/.changeset/kind-maps-attend.md deleted file mode 100644 index 1c5565ebb..000000000 --- a/.changeset/kind-maps-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Show original price of Cart item when on sale diff --git a/.changeset/lazy-tools-collect.md b/.changeset/lazy-tools-collect.md deleted file mode 100644 index 866354dae..000000000 --- a/.changeset/lazy-tools-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -fetch checkout redirect url when user clicks proceed to checkout button diff --git a/.changeset/nasty-news-retire.md b/.changeset/nasty-news-retire.md deleted file mode 100644 index 756434ac8..000000000 --- a/.changeset/nasty-news-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -create register customer page diff --git a/.changeset/neat-grapes-allow.md b/.changeset/neat-grapes-allow.md deleted file mode 100644 index c5cf1c63d..000000000 --- a/.changeset/neat-grapes-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add Button with loading state. diff --git a/.changeset/small-ducks-wink.md b/.changeset/small-ducks-wink.md deleted file mode 100644 index c17983e47..000000000 --- a/.changeset/small-ducks-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix issue with account dropdown in header. diff --git a/.changeset/small-eagles-switch.md b/.changeset/small-eagles-switch.md deleted file mode 100644 index b320c5b1f..000000000 --- a/.changeset/small-eagles-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix broken Slot functionality in Button diff --git a/.changeset/thin-scissors-ring.md b/.changeset/thin-scissors-ring.md deleted file mode 100644 index ee381ba66..000000000 --- a/.changeset/thin-scissors-ring.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor -"@bigcommerce/catalyst-core": patch ---- - -removes fetch cart redirect from client and fetch it with gql diff --git a/.changeset/violet-swans-suffer.md b/.changeset/violet-swans-suffer.md deleted file mode 100644 index ffbe9c48d..000000000 --- a/.changeset/violet-swans-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Category pages now use the `categoryEntityId` filter diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 3436d1b8a..248c71245 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 0.8.0 + +### Minor Changes + +- [#704](https://github.com/bigcommerce/catalyst/pull/704) [`6e93873`](https://github.com/bigcommerce/catalyst/commit/6e9387326cebf139bb7fb2459f5b9f29c81c876f) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - add change password for logged-in customer + +- [#730](https://github.com/bigcommerce/catalyst/pull/730) [`15e4b82`](https://github.com/bigcommerce/catalyst/commit/15e4b82845979e0ea92aae531055552636d433fb) Thanks [@yurytut1993](https://github.com/yurytut1993)! - create register customer page + +### Patch Changes + +- [#922](https://github.com/bigcommerce/catalyst/pull/922) [`321f67f`](https://github.com/bigcommerce/catalyst/commit/321f67f0f6576f2f6169e3d804705c7a82a9fb1a) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix incorrect sale price showing when no sale was active in Cart + +- [#896](https://github.com/bigcommerce/catalyst/pull/896) [`b13fecf`](https://github.com/bigcommerce/catalyst/commit/b13fecfa145ceb489553511221f76533d65d6bf9) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Modify Cart page layout to fix mobile rendering issues. + +- [#787](https://github.com/bigcommerce/catalyst/pull/787) [`6198648`](https://github.com/bigcommerce/catalyst/commit/6198648c563be61ac6a5a413a005ed63a7d43a58) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add delete address functionality for account + +- [#909](https://github.com/bigcommerce/catalyst/pull/909) [`bf0e326`](https://github.com/bigcommerce/catalyst/commit/bf0e326e446d3014ae9a3c352173ee1e547f3de8) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Show original price of Cart item when on sale + +- [#912](https://github.com/bigcommerce/catalyst/pull/912) [`5ec3d76`](https://github.com/bigcommerce/catalyst/commit/5ec3d76c3af5847604dedfa9c6d1c870246808ef) Thanks [@deini](https://github.com/deini)! - fetch checkout redirect url when user clicks proceed to checkout button + +- [#916](https://github.com/bigcommerce/catalyst/pull/916) [`ff231c9`](https://github.com/bigcommerce/catalyst/commit/ff231c9c5d8ae5470fea61de7d42494b68b9f469) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add Button with loading state. + +- [#918](https://github.com/bigcommerce/catalyst/pull/918) [`f16936a`](https://github.com/bigcommerce/catalyst/commit/f16936a057de212baafad9e62f556d0d4bb2bfae) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix issue with account dropdown in header. + +- [#919](https://github.com/bigcommerce/catalyst/pull/919) [`cde181e`](https://github.com/bigcommerce/catalyst/commit/cde181e4a3a768401bda6471562a8128dff3dcb2) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix broken Slot functionality in Button + +- [#910](https://github.com/bigcommerce/catalyst/pull/910) [`d0352c0`](https://github.com/bigcommerce/catalyst/commit/d0352c08b43e76b4cd838cb7916f9993228e3fa0) Thanks [@deini](https://github.com/deini)! - removes fetch cart redirect from client and fetch it with gql + +- [#880](https://github.com/bigcommerce/catalyst/pull/880) [`af61999`](https://github.com/bigcommerce/catalyst/commit/af619997002f33b2a9a5276467ac632218cfc2f8) Thanks [@deini](https://github.com/deini)! - Category pages now use the `categoryEntityId` filter + +- Updated dependencies [[`d0352c0`](https://github.com/bigcommerce/catalyst/commit/d0352c08b43e76b4cd838cb7916f9993228e3fa0)]: + - @bigcommerce/catalyst-client@0.4.0 + ## 0.7.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index a049c91e0..a7a10fac4 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.7.0", + "version": "0.8.0", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 1490e3337..5f973fa1f 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.0 + +### Minor Changes + +- [#910](https://github.com/bigcommerce/catalyst/pull/910) [`d0352c0`](https://github.com/bigcommerce/catalyst/commit/d0352c08b43e76b4cd838cb7916f9993228e3fa0) Thanks [@deini](https://github.com/deini)! - removes fetch cart redirect from client and fetch it with gql + ## 0.3.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 91276f0b1..51a22ebf7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-client", "description": "BigCommerce API client for Catalyst.", - "version": "0.3.0", + "version": "0.4.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index 8ef3fabc3..2861c9bf8 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.0 + +### Minor Changes + +- [#921](https://github.com/bigcommerce/catalyst/pull/921) [`e093e7c`](https://github.com/bigcommerce/catalyst/commit/e093e7c6db06920718fa76591a7a776f3c575ae4) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Removes unnecessary lint task from create command + ## 0.6.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index 45a5db1f6..993c61c65 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "bin": "dist/index.js", "files": [