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/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index dfbeb42a7..243d1b32d 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/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 + +- [#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 + ## 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..1a10b55cc 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 + ## 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": [