From ff4409ba554051bebaa67bf10cb131ba7a736884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jun 2024 16:22:12 +0000 Subject: [PATCH] Version Packages --- .changeset/mighty-crabs-deny.md | 5 ----- .changeset/nervous-pumpkins-prove.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/cli-utils/CHANGELOG.md | 9 +++++++++ packages/cli-utils/package.json | 2 +- packages/internal/CHANGELOG.md | 7 +++++++ packages/internal/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ website/package.json | 2 +- 10 files changed, 35 insertions(+), 14 deletions(-) delete mode 100644 .changeset/mighty-crabs-deny.md delete mode 100644 .changeset/nervous-pumpkins-prove.md diff --git a/.changeset/mighty-crabs-deny.md b/.changeset/mighty-crabs-deny.md deleted file mode 100644 index 8289e89d..00000000 --- a/.changeset/mighty-crabs-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/cli-utils": patch ---- - -Bump `@0no-co/graphqlsp` to `^1.12.8` diff --git a/.changeset/nervous-pumpkins-prove.md b/.changeset/nervous-pumpkins-prove.md deleted file mode 100644 index 29292077..00000000 --- a/.changeset/nervous-pumpkins-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/internal": patch ---- - -Derive supported GraphQL features from introspection result, when the introspection support query fails. This works around issues for APIs that block `__type` unintentionally, but do allow for `__schema` introspection. diff --git a/CHANGELOG.md b/CHANGELOG.md index 406d3441..801a02c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # gql.tada +## 1.7.6 + +### Patch Changes + +- Updated dependencies (See [`e6f8dbc`](https://github.com/0no-co/gql.tada/commit/e6f8dbc333e98f7f0c787941b592131a217cdb6c) and [#317](https://github.com/0no-co/gql.tada/pull/317)) + - @gql.tada/cli-utils@1.3.10 + - @gql.tada/internal@1.0.1 + ## 1.7.5 ### Patch Changes diff --git a/package.json b/package.json index d81073f5..dfe85f81 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.7.5", + "version": "1.7.6", "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 d1511b55..42375a08 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @gql.tada/cli-utils +## 1.3.10 + +### Patch Changes + +- Bump `@0no-co/graphqlsp` to `^1.12.8` + Submitted by [@kitten](https://github.com/kitten) (See [`e6f8dbc`](https://github.com/0no-co/gql.tada/commit/e6f8dbc333e98f7f0c787941b592131a217cdb6c)) +- Updated dependencies (See [#317](https://github.com/0no-co/gql.tada/pull/317)) + - @gql.tada/internal@1.0.1 + ## 1.3.9 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 84863c43..eab1d7d9 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.9", + "version": "1.3.10", "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 e1f94ec3..314beea3 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/internal +## 1.0.1 + +### Patch Changes + +- Derive supported GraphQL features from introspection result, when the introspection support query fails. This works around issues for APIs that block `__type` unintentionally, but do allow for `__schema` introspection + Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/gql.tada/pull/317)) + ## 1.0.0 ### Major Changes diff --git a/packages/internal/package.json b/packages/internal/package.json index 2914c384..37eceee1 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/internal", - "version": "1.0.0", + "version": "1.0.1", "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 6aef1c51..e31f2885 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/website-vitepress +## 0.0.28 + +### Patch Changes + +- Updated dependencies + - gql.tada@1.7.6 + ## 0.0.27 ### Patch Changes diff --git a/website/package.json b/website/package.json index f386a4f8..e4fce2ee 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.27", + "version": "0.0.28", "private": true, "scripts": { "dev": "vitepress dev",