From 83ca7f675cc05862d8f14b812e2a85980a39b840 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:14:18 +0100 Subject: [PATCH] Version Packages (#338) Co-authored-by: github-actions[bot] --- .changeset/silent-falcons-explode.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silent-falcons-explode.md diff --git a/.changeset/silent-falcons-explode.md b/.changeset/silent-falcons-explode.md deleted file mode 100644 index 9fe42242..00000000 --- a/.changeset/silent-falcons-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Fix unexpected case of persisted calls resolving to `undefined` AST nodes. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 9bf5d0ec..1aeaa4be 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.10 + +### Patch Changes + +- ⚠️ Fix unexpected case of persisted calls resolving to `undefined` AST nodes + Submitted by [@kitten](https://github.com/kitten) (See [#337](https://github.com/0no-co/GraphQLSP/pull/337)) + ## 1.12.9 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 77419a40..4f713d82 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.9", + "version": "1.12.10", "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",