From f700878db7a196e154f9f88aefbd586aa0f44663 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:30:51 +0200 Subject: [PATCH] Version Packages (#323) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-donkeys-kneel.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-donkeys-kneel.md diff --git a/.changeset/fuzzy-donkeys-kneel.md b/.changeset/fuzzy-donkeys-kneel.md deleted file mode 100644 index 16112737..00000000 --- a/.changeset/fuzzy-donkeys-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Fix fragments not being resolved when they're assigned to a property on an arbitrary identifier as an identifier. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index f47ed4f6..8fcfc743 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.4 + +### Patch Changes + +- ⚠️ Fix fragments not being resolved when they're assigned to a property on an arbitrary identifier as an identifier + Submitted by [@kitten](https://github.com/kitten) (See [#322](https://github.com/0no-co/GraphQLSP/pull/322)) + ## 1.12.3 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index efd47177..33c4397f 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.3", + "version": "1.12.4", "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",