diff --git a/.changeset/healthy-bulldogs-collect.md b/.changeset/healthy-bulldogs-collect.md deleted file mode 100644 index 57e24c315..000000000 --- a/.changeset/healthy-bulldogs-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor ---- - -remove graphql and use @0no-co/graphql.web for a smaller bundle size diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 566225fb3..253c33462 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.14.2 + +### Patch Changes + +- Updated dependencies [[`88663d1`](https://github.com/bigcommerce/catalyst/commit/88663d165691380b35f83726f0589896bdc73bf2)]: + - @bigcommerce/catalyst-client@0.8.0 + ## 0.14.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index d1c95b1b5..6b2349e11 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.14.1", + "version": "0.14.2", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 4343ee54f..9fbb5add9 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.0 + +### Minor Changes + +- [#1350](https://github.com/bigcommerce/catalyst/pull/1350) [`88663d1`](https://github.com/bigcommerce/catalyst/commit/88663d165691380b35f83726f0589896bdc73bf2) Thanks [@deini](https://github.com/deini)! - remove graphql and use @0no-co/graphql.web for a smaller bundle size + ## 0.7.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index ff2a11790..909eaf211 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.7.0", + "version": "0.8.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {