From 73665d0e3fbbd24e5ff9434679401642a166e1a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:34:50 +0100 Subject: [PATCH] Version Packages (#313) Co-authored-by: github-actions[bot] --- .changeset/silver-elephants-suffer.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silver-elephants-suffer.md diff --git a/.changeset/silver-elephants-suffer.md b/.changeset/silver-elephants-suffer.md deleted file mode 100644 index cf6254f0..00000000 --- a/.changeset/silver-elephants-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Fix schema name being determined incorrectly when calling `graphql` from namespace/property-access. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 3352d349..e4420bc7 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.1 + +### Patch Changes + +- ⚠️ Fix schema name being determined incorrectly when calling `graphql` from namespace/property-access + Submitted by [@kitten](https://github.com/kitten) (See [#312](https://github.com/0no-co/GraphQLSP/pull/312)) + ## 1.12.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index a9c17840..18c17912 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.0", + "version": "1.12.1", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp", "module": "./dist/graphqlsp.mjs",