diff --git a/.changeset/fair-cheetahs-relate.md b/.changeset/fair-cheetahs-relate.md deleted file mode 100644 index 07ac93e60..000000000 --- a/.changeset/fair-cheetahs-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -export a graphql() powered by gql.tada diff --git a/.changeset/gentle-countries-bake.md b/.changeset/gentle-countries-bake.md deleted file mode 100644 index 0cfa23648..000000000 --- a/.changeset/gentle-countries-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": patch ---- - -use `--prefix` npm flag to set `cwd` for GraphQL schema generation insead of `exec`'s `cwd` option diff --git a/.changeset/perfect-spies-cheat.md b/.changeset/perfect-spies-cheat.md deleted file mode 100644 index 72cd76f17..000000000 --- a/.changeset/perfect-spies-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Use amount and discount values for cart summary in Cart page diff --git a/.changeset/polite-items-burn.md b/.changeset/polite-items-burn.md deleted file mode 100644 index c9cecbb85..000000000 --- a/.changeset/polite-items-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Use correct font weight and size for Grand Total in Cart Summary diff --git a/.changeset/poor-schools-exercise.md b/.changeset/poor-schools-exercise.md deleted file mode 100644 index a656178cd..000000000 --- a/.changeset/poor-schools-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -use gql.tada on simple queries diff --git a/.changeset/rotten-cheetahs-bathe.md b/.changeset/rotten-cheetahs-bathe.md deleted file mode 100644 index b372ea605..000000000 --- a/.changeset/rotten-cheetahs-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor -"@bigcommerce/catalyst-core": minor ---- - -create graphql schema using gql.tada diff --git a/.changeset/rotten-lizards-wonder.md b/.changeset/rotten-lizards-wonder.md deleted file mode 100644 index 76649555a..000000000 --- a/.changeset/rotten-lizards-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -fix auth imports, was causing issues with --turbo diff --git a/.changeset/swift-cougars-wait.md b/.changeset/swift-cougars-wait.md deleted file mode 100644 index e4d9f5066..000000000 --- a/.changeset/swift-cougars-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -use gql.tada on all mutations diff --git a/.changeset/tall-crabs-leave.md b/.changeset/tall-crabs-leave.md deleted file mode 100644 index 609b34537..000000000 --- a/.changeset/tall-crabs-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix on hover style for buttons in Shipping Estimator diff --git a/.changeset/wet-students-fry.md b/.changeset/wet-students-fry.md deleted file mode 100644 index 63082af88..000000000 --- a/.changeset/wet-students-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Hide handling cost in shipping estimate if there is no cost associated. diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index dfbeb42a7..67de137c5 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 0.2.0 + +### Minor Changes + +- [#662](https://github.com/bigcommerce/catalyst/pull/662) [`be5fc87`](https://github.com/bigcommerce/catalyst/commit/be5fc8787c4e9078c0e032c508f5ccd167421416) Thanks [@deini](https://github.com/deini)! - export a graphql() powered by gql.tada + +- [#666](https://github.com/bigcommerce/catalyst/pull/666) [`51a2b64`](https://github.com/bigcommerce/catalyst/commit/51a2b6456ae9ef02569f8eb1380c6deb69b6c55d) Thanks [@deini](https://github.com/deini)! - use gql.tada on simple queries + +- [#658](https://github.com/bigcommerce/catalyst/pull/658) [`8ff2eb6`](https://github.com/bigcommerce/catalyst/commit/8ff2eb65acaf973cf7d30833c14238338c57ec44) Thanks [@matthewvolk](https://github.com/matthewvolk)! - create graphql schema using gql.tada + +- [#663](https://github.com/bigcommerce/catalyst/pull/663) [`faa2330`](https://github.com/bigcommerce/catalyst/commit/faa23305f6be273320de7caa1e451cef0a748215) Thanks [@deini](https://github.com/deini)! - use gql.tada on all mutations + +- [#671](https://github.com/bigcommerce/catalyst/pull/671) [`9c5bb8c`](https://github.com/bigcommerce/catalyst/commit/9c5bb8cd9d9b7bf5a1632d9b9cc998950fd993e7) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Hide handling cost in shipping estimate if there is no cost associated. + +### Patch Changes + +- [#659](https://github.com/bigcommerce/catalyst/pull/659) [`35e5c96`](https://github.com/bigcommerce/catalyst/commit/35e5c9658d28e167d27a3eb77e455f40f023ed03) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Use amount and discount values for cart summary in Cart page + +- [#669](https://github.com/bigcommerce/catalyst/pull/669) [`b657f6c`](https://github.com/bigcommerce/catalyst/commit/b657f6c9f9d56ba45cc09a9fa78f0eb684425204) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Use correct font weight and size for Grand Total in Cart Summary + +- [#660](https://github.com/bigcommerce/catalyst/pull/660) [`46b0656`](https://github.com/bigcommerce/catalyst/commit/46b06562e07f3e2ef44803758bfe3d2c7ae49455) Thanks [@deini](https://github.com/deini)! - fix auth imports, was causing issues with --turbo + +- [#668](https://github.com/bigcommerce/catalyst/pull/668) [`58ca3eb`](https://github.com/bigcommerce/catalyst/commit/58ca3eb943332aaede6e5a41550cfb0ab048c87a) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix on hover style for buttons in Shipping Estimator + ## 0.1.1 ### Patch Changes diff --git a/apps/core/package.json b/apps/core/package.json index 47699b2fa..5db557392 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.1.1", + "version": "0.2.0", "private": true, "scripts": { "dev": "npm run generate && concurrently \"npm:dev-*\"", diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index bb4e458ed..a5a91cd03 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.0 + +### Minor Changes + +- [#658](https://github.com/bigcommerce/catalyst/pull/658) [`8ff2eb6`](https://github.com/bigcommerce/catalyst/commit/8ff2eb65acaf973cf7d30833c14238338c57ec44) Thanks [@matthewvolk](https://github.com/matthewvolk)! - create graphql schema using gql.tada + +### Patch Changes + +- [#670](https://github.com/bigcommerce/catalyst/pull/670) [`efd6387`](https://github.com/bigcommerce/catalyst/commit/efd63874361726077798bf29a1f531c58bfdd0aa) Thanks [@matthewvolk](https://github.com/matthewvolk)! - use `--prefix` npm flag to set `cwd` for GraphQL schema generation insead of `exec`'s `cwd` option + ## 0.1.1 ### Patch Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index 154a78b4a..90e72d686 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "bin": "dist/index.js", "files": [