diff --git a/.changeset/afraid-steaks-explode.md b/.changeset/afraid-steaks-explode.md deleted file mode 100644 index 7e98ba1b03..0000000000 --- a/.changeset/afraid-steaks-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor ---- - -Remove the `fetchAvailableCountries` query as it is no longer needed in Catalyst. This helps us remove queries that are dependent on the access token. diff --git a/.changeset/friendly-seas-wash.md b/.changeset/friendly-seas-wash.md deleted file mode 100644 index cdd71eb6b1..0000000000 --- a/.changeset/friendly-seas-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add more context when no result is found in search page. diff --git a/.changeset/lovely-falcons-hear.md b/.changeset/lovely-falcons-hear.md deleted file mode 100644 index 19c7f626f5..0000000000 --- a/.changeset/lovely-falcons-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Set key before spreading prop in some form components. diff --git a/.changeset/many-ravens-switch.md b/.changeset/many-ravens-switch.md deleted file mode 100644 index c9eb702751..0000000000 --- a/.changeset/many-ravens-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Rename brand prop to subtitle in Product Card. diff --git a/.changeset/odd-zebras-unite.md b/.changeset/odd-zebras-unite.md deleted file mode 100644 index f8ea2b0c69..0000000000 --- a/.changeset/odd-zebras-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add missing accessibility components to Sheet/Mobile Nav. diff --git a/.changeset/popular-rings-perform.md b/.changeset/popular-rings-perform.md deleted file mode 100644 index 195a689e31..0000000000 --- a/.changeset/popular-rings-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove title prop from Tabs, remove Tabs from /account since it's not needed. diff --git a/.changeset/silly-spies-behave.md b/.changeset/silly-spies-behave.md deleted file mode 100644 index 92dde848d9..0000000000 --- a/.changeset/silly-spies-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Use the `geography` node to retrieve a list of countries. This removes one less dependency on the access token. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 6cbea6f731..8c5b281d55 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.12.1 + +### Patch Changes + +- [#1199](https://github.com/bigcommerce/catalyst/pull/1199) [`e8bf185`](https://github.com/bigcommerce/catalyst/commit/e8bf185f34061be96cfe6a118431c3a4c62df7a2) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add more context when no result is found in search page. + +- [#1197](https://github.com/bigcommerce/catalyst/pull/1197) [`c831677`](https://github.com/bigcommerce/catalyst/commit/c831677cb873e67a898ffd1efeda0c518c6ab97d) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Set key before spreading prop in some form components. + +- [#1188](https://github.com/bigcommerce/catalyst/pull/1188) [`5c77f41`](https://github.com/bigcommerce/catalyst/commit/5c77f41eb6ced4677d85fef1adf898fe697a0452) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Rename brand prop to subtitle in Product Card. + +- [#1198](https://github.com/bigcommerce/catalyst/pull/1198) [`22dc862`](https://github.com/bigcommerce/catalyst/commit/22dc86260daaaeec20276a84b89c152a3ae246a3) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add missing accessibility components to Sheet/Mobile Nav. + +- [#1190](https://github.com/bigcommerce/catalyst/pull/1190) [`d01b4e0`](https://github.com/bigcommerce/catalyst/commit/d01b4e0560b1b8b2b3df9ed348231a2fc375f785) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove title prop from Tabs, remove Tabs from /account since it's not needed. + +- [#1200](https://github.com/bigcommerce/catalyst/pull/1200) [`51704d9`](https://github.com/bigcommerce/catalyst/commit/51704d9b9a7158c625c84f79e2ba95f98c6dc673) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Use the `geography` node to retrieve a list of countries. This removes one less dependency on the access token. + +- Updated dependencies [[`51704d9`](https://github.com/bigcommerce/catalyst/commit/51704d9b9a7158c625c84f79e2ba95f98c6dc673)]: + - @bigcommerce/catalyst-client@0.6.0 + ## 0.12.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 69dcab650f..c1796a865b 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.12.0", + "version": "0.12.1", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index da8715be9a..645b280617 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.0 + +### Minor Changes + +- [#1200](https://github.com/bigcommerce/catalyst/pull/1200) [`51704d9`](https://github.com/bigcommerce/catalyst/commit/51704d9b9a7158c625c84f79e2ba95f98c6dc673) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Remove the `fetchAvailableCountries` query as it is no longer needed in Catalyst. This helps us remove queries that are dependent on the access token. + ## 0.5.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 897cdf3e92..48fa5e9c70 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.5.0", + "version": "0.6.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {