diff --git a/.changeset/calm-carpets-visit.md b/.changeset/calm-carpets-visit.md deleted file mode 100644 index 0f50b5a7..00000000 --- a/.changeset/calm-carpets-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/internal": patch ---- - -Improve error message when `config.schemas` is missing `tadaOutputLocation` entries or when unique values are compared. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbad2ca..0e88eb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # gql.tada +## 1.6.2 + +### Patch Changes + +- Updated dependencies (See [#270](https://github.com/0no-co/gql.tada/pull/270)) + - @gql.tada/internal@0.3.3 + - @gql.tada/cli-utils@1.3.2 + ## 1.6.1 ### Patch Changes diff --git a/package.json b/package.json index 927cfdd5..a813457b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gql.tada", "description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", - "version": "1.6.1", + "version": "1.6.2", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/gql-tada", diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 09f33cf3..e6ece608 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/cli-utils +## 1.3.2 + +### Patch Changes + +- Updated dependencies (See [#270](https://github.com/0no-co/gql.tada/pull/270)) + - @gql.tada/internal@0.3.3 + ## 1.3.1 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 7ff8dd25..70d9e6ce 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/cli-utils", - "version": "1.3.1", + "version": "1.3.2", "public": true, "description": "Main logic for gql.tada’s CLI tool.", "author": "0no.co ", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 8e4dc72b..d7cbb34e 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/internal +## 0.3.3 + +### Patch Changes + +- Improve error message when `config.schemas` is missing `tadaOutputLocation` entries or when unique values are compared + Submitted by [@kitten](https://github.com/kitten) (See [#270](https://github.com/0no-co/gql.tada/pull/270)) + ## 0.3.2 ### Patch Changes diff --git a/packages/internal/package.json b/packages/internal/package.json index a35050a5..be0bb983 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/internal", - "version": "0.3.2", + "version": "0.3.3", "public": true, "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", "author": "0no.co ", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 0e654942..f702e306 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/website-vitepress +## 0.0.20 + +### Patch Changes + +- Updated dependencies + - gql.tada@1.6.2 + ## 0.0.19 ### Patch Changes diff --git a/website/package.json b/website/package.json index c48fa364..b4f23e9c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.19", + "version": "0.0.20", "private": true, "scripts": { "dev": "vitepress dev",