From 2af74bf2d970a2d14866ed52e12d8a09a0dd04e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 13:10:41 +0000 Subject: [PATCH] Version Packages --- .changeset/lovely-phones-yell.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lovely-phones-yell.md diff --git a/.changeset/lovely-phones-yell.md b/.changeset/lovely-phones-yell.md deleted file mode 100644 index 64b1c5a4..00000000 --- a/.changeset/lovely-phones-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@0no-co/graphqlsp": patch ---- - -Fix schema derivation when using `graphql.persisted`, we used the wrong expression in the ast diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index e7d4ea42..7d78039f 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.8 + +### Patch Changes + +- ⚠️ Fix schema derivation when using `graphql.persisted`, we used the wrong expression in the ast + Submitted by [@felamaslen](https://github.com/felamaslen) (See [#333](https://github.com/0no-co/GraphQLSP/pull/333)) + ## 1.12.7 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 1f79d97e..67ed59ed 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.7", + "version": "1.12.8", "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",