diff --git a/.changeset/clever-fans-tickle.md b/.changeset/clever-fans-tickle.md deleted file mode 100644 index e2b548b6e..000000000 --- a/.changeset/clever-fans-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Prepend locale for redirected urls in tests. -More info: https://github.com/amannn/next-intl/issues/1335 diff --git a/.changeset/heavy-toes-own.md b/.changeset/heavy-toes-own.md deleted file mode 100644 index ad850f915..000000000 --- a/.changeset/heavy-toes-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add missing metadata in account settings page. diff --git a/.changeset/honest-files-fail.md b/.changeset/honest-files-fail.md deleted file mode 100644 index ad17b2636..000000000 --- a/.changeset/honest-files-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/odd-jokes-love.md b/.changeset/odd-jokes-love.md deleted file mode 100644 index 4e017b2ad..000000000 --- a/.changeset/odd-jokes-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Pass customer ip address into requests that don't rely on cached values. diff --git a/.changeset/strange-beers-smile.md b/.changeset/strange-beers-smile.md deleted file mode 100644 index 7a7590438..000000000 --- a/.changeset/strange-beers-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Get lossy image from API instead of setting param in code diff --git a/.changeset/stupid-drinks-report.md b/.changeset/stupid-drinks-report.md deleted file mode 100644 index 7a781c3a7..000000000 --- a/.changeset/stupid-drinks-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add additional IP address header diff --git a/.changeset/thick-donuts-hope.md b/.changeset/thick-donuts-hope.md deleted file mode 100644 index cb6db20ef..000000000 --- a/.changeset/thick-donuts-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -wraps header and footer in suspense boundaries diff --git a/.changeset/twenty-walls-flash.md b/.changeset/twenty-walls-flash.md deleted file mode 100644 index 7817ed1f8..000000000 --- a/.changeset/twenty-walls-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor ---- - -Add the ability to hook into the fetchOptions before the request is sent. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index d869619dc..3abdd58c0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 0.16.0 + +### Minor Changes + +- [#1384](https://github.com/bigcommerce/catalyst/pull/1384) [`17692ca`](https://github.com/bigcommerce/catalyst/commit/17692caa3ff9b25180359d8a020470ece3e589f6) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Pass customer ip address into requests that don't rely on cached values. + +- [#1388](https://github.com/bigcommerce/catalyst/pull/1388) [`a309a4d`](https://github.com/bigcommerce/catalyst/commit/a309a4dd47083a58c998a4f6d169185177cca571) Thanks [@deini](https://github.com/deini)! - wraps header and footer in suspense boundaries + +### Patch Changes + +- [#1374](https://github.com/bigcommerce/catalyst/pull/1374) [`1f76f61`](https://github.com/bigcommerce/catalyst/commit/1f76f615b38bb41db770653bd8e7947cd6361b18) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Prepend locale for redirected urls in tests. + More info: https://github.com/amannn/next-intl/issues/1335 + +- [#1373](https://github.com/bigcommerce/catalyst/pull/1373) [`971033f`](https://github.com/bigcommerce/catalyst/commit/971033fc63181bad15aa46abb65b0d44501922c9) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add missing metadata in account settings page. + +- [#1370](https://github.com/bigcommerce/catalyst/pull/1370) [`655d518`](https://github.com/bigcommerce/catalyst/commit/655d518b2fd662614539467fff940b2b5ff78567) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1391](https://github.com/bigcommerce/catalyst/pull/1391) [`4d64c31`](https://github.com/bigcommerce/catalyst/commit/4d64c31d4765dd72c81c1836b66aa1d7cb34b5f5) Thanks [@bookernath](https://github.com/bookernath)! - Get lossy image from API instead of setting param in code + +- [#1389](https://github.com/bigcommerce/catalyst/pull/1389) [`a4eaff6`](https://github.com/bigcommerce/catalyst/commit/a4eaff6bb2520f748630e24a6a28ca31cd2eb2c3) Thanks [@bookernath](https://github.com/bookernath)! - Add additional IP address header + +- Updated dependencies [[`17692ca`](https://github.com/bigcommerce/catalyst/commit/17692caa3ff9b25180359d8a020470ece3e589f6)]: + - @bigcommerce/catalyst-client@0.9.0 + ## 0.15.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index e572918fb..4dd2c8f2c 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.15.0", + "version": "0.16.0", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9fbb5add9..3f01f1744 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.0 + +### Minor Changes + +- [#1384](https://github.com/bigcommerce/catalyst/pull/1384) [`17692ca`](https://github.com/bigcommerce/catalyst/commit/17692caa3ff9b25180359d8a020470ece3e589f6) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Add the ability to hook into the fetchOptions before the request is sent. + ## 0.8.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 07dc0a999..c651f3009 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.8.0", + "version": "0.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {