From b426515dafc50fc8dfc13b3fc6226e9aeebe43fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:26:01 +0200 Subject: [PATCH] Version Packages (#345) Co-authored-by: github-actions[bot] --- .changeset/flat-boats-approve.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/flat-boats-approve.md diff --git a/.changeset/flat-boats-approve.md b/.changeset/flat-boats-approve.md deleted file mode 100644 index 3365ef93..00000000 --- a/.changeset/flat-boats-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index a084b619..207751ae 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.12 + +### Patch Changes + +- Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#344](https://github.com/0no-co/GraphQLSP/pull/344)) + ## 1.12.11 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index dbaf7eda..8c97fab9 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.11", + "version": "1.12.12", "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",