diff --git a/.changeset/afraid-kangaroos-drive.md b/.changeset/afraid-kangaroos-drive.md deleted file mode 100644 index 3af3cf552..000000000 --- a/.changeset/afraid-kangaroos-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove console.error when falling back to defaultChannelId diff --git a/.changeset/cuddly-boats-teach.md b/.changeset/cuddly-boats-teach.md deleted file mode 100644 index a95e31f69..000000000 --- a/.changeset/cuddly-boats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -fetch available locales at build time diff --git a/.changeset/three-parrots-trade.md b/.changeset/three-parrots-trade.md deleted file mode 100644 index b79b6cec9..000000000 --- a/.changeset/three-parrots-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor ---- - -Add optional error to BigCommerceResponse type diff --git a/.changeset/weak-wolves-kiss.md b/.changeset/weak-wolves-kiss.md deleted file mode 100644 index 3af672290..000000000 --- a/.changeset/weak-wolves-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Clean up login error handling. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index d3f0e1d71..6f5f12b68 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.21.0 + +### Minor Changes + +- [#1631](https://github.com/bigcommerce/catalyst/pull/1631) [`58d9e7c`](https://github.com/bigcommerce/catalyst/commit/58d9e7ccb7915593cd012cce6d9f4bdf66cb381f) Thanks [@deini](https://github.com/deini)! - fetch available locales at build time + +### Patch Changes + +- [#1636](https://github.com/bigcommerce/catalyst/pull/1636) [`23abacf`](https://github.com/bigcommerce/catalyst/commit/23abacfb8ff4ff9d269e51821a6a992a9cb2d4f5) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Remove console.error when falling back to defaultChannelId + +- [#1636](https://github.com/bigcommerce/catalyst/pull/1636) [`23abacf`](https://github.com/bigcommerce/catalyst/commit/23abacfb8ff4ff9d269e51821a6a992a9cb2d4f5) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Clean up login error handling. + +- Updated dependencies [[`23abacf`](https://github.com/bigcommerce/catalyst/commit/23abacfb8ff4ff9d269e51821a6a992a9cb2d4f5)]: + - @bigcommerce/catalyst-client@0.14.0 + ## 0.20.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index dd98be95e..107d0fc5c 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.20.0", + "version": "0.21.0", "private": true, "scripts": { "dev": "npm run generate && next dev --turbo", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index e1d0db9a6..0ae11cc3c 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.14.0 + +### Minor Changes + +- [#1636](https://github.com/bigcommerce/catalyst/pull/1636) [`23abacf`](https://github.com/bigcommerce/catalyst/commit/23abacfb8ff4ff9d269e51821a6a992a9cb2d4f5) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Add optional error to BigCommerceResponse type + ## 0.13.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 2c0f99bb0..6c18100ca 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.13.0", + "version": "0.14.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {