diff --git a/.changeset/fuzzy-colts-draw.md b/.changeset/fuzzy-colts-draw.md deleted file mode 100644 index 871fd4729..000000000 --- a/.changeset/fuzzy-colts-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add tabs for customer account diff --git a/.changeset/short-cycles-learn.md b/.changeset/short-cycles-learn.md deleted file mode 100644 index 5771d6688..000000000 --- a/.changeset/short-cycles-learn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bigcommerce/catalyst-client": patch -"@bigcommerce/catalyst-core": patch -"@bigcommerce/create-catalyst": patch ---- - -chore: bump next-auth and use string for user id diff --git a/.changeset/slow-pens-change.md b/.changeset/slow-pens-change.md deleted file mode 100644 index 94b1b44be..000000000 --- a/.changeset/slow-pens-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -fix social icons type errors with latest @types/react diff --git a/.changeset/thin-guests-doubt.md b/.changeset/thin-guests-doubt.md deleted file mode 100644 index eb15fa86f..000000000 --- a/.changeset/thin-guests-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add loading state to remove item button in Cart diff --git a/.changeset/yellow-clouds-grab.md b/.changeset/yellow-clouds-grab.md deleted file mode 100644 index 379ae3695..000000000 --- a/.changeset/yellow-clouds-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Support serving static pages when the cart is not empty diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index 2082061dd..5d0ecd35e 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.5.0 + +### Minor Changes + +- [#719](https://github.com/bigcommerce/catalyst/pull/719) [`ab67b34`](https://github.com/bigcommerce/catalyst/commit/ab67b34ea1c6c7b4b5192a0fe2455ab79f001a97) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add tabs for customer account + +### Patch Changes + +- [#740](https://github.com/bigcommerce/catalyst/pull/740) [`d586c21`](https://github.com/bigcommerce/catalyst/commit/d586c2122bf6513b2f7d923957636c7ea8aaf2ce) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump next-auth and use string for user id + +- [#749](https://github.com/bigcommerce/catalyst/pull/749) [`5041719`](https://github.com/bigcommerce/catalyst/commit/5041719a753ef36472f9cfac79bbca32b540b6e5) Thanks [@deini](https://github.com/deini)! - fix social icons type errors with latest @types/react + +- [#750](https://github.com/bigcommerce/catalyst/pull/750) [`c8973e2`](https://github.com/bigcommerce/catalyst/commit/c8973e2051042e832859f8c559d0fff456e2a621) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add loading state to remove item button in Cart + +- [#724](https://github.com/bigcommerce/catalyst/pull/724) [`045cd14`](https://github.com/bigcommerce/catalyst/commit/045cd14f9846ec939a6237c42f57e849425fa4dd) Thanks [@christensenep](https://github.com/christensenep)! - Support serving static pages when the cart is not empty + +- Updated dependencies [[`d586c21`](https://github.com/bigcommerce/catalyst/commit/d586c2122bf6513b2f7d923957636c7ea8aaf2ce)]: + - @bigcommerce/catalyst-client@0.2.2 + ## 0.4.0 ### Minor Changes diff --git a/apps/core/package.json b/apps/core/package.json index 8bb32b9df..e37a8b85e 100644 --- a/apps/core/package.json +++ b/apps/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.4.0", + "version": "0.5.0", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index ae22e8bf0..9016c7aa8 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.2 + +### Patch Changes + +- [#740](https://github.com/bigcommerce/catalyst/pull/740) [`d586c21`](https://github.com/bigcommerce/catalyst/commit/d586c2122bf6513b2f7d923957636c7ea8aaf2ce) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump next-auth and use string for user id + ## 0.2.1 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 248d4aa42..39b2071d2 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.2.1", + "version": "0.2.2", "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 5fa280b30..00ab10ae0 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.1 + +### Patch Changes + +- [#740](https://github.com/bigcommerce/catalyst/pull/740) [`d586c21`](https://github.com/bigcommerce/catalyst/commit/d586c2122bf6513b2f7d923957636c7ea8aaf2ce) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump next-auth and use string for user id + ## 0.4.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index 39fdd3fd0..d3f88e8fa 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "bin": "dist/index.js", "files": [