From 49e1074a90322af46f11b110acb702c3871d45b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 13:02:26 +0200 Subject: [PATCH] Version Packages (#54) Co-authored-by: github-actions[bot] --- .changeset/shaggy-ravens-train.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shaggy-ravens-train.md diff --git a/.changeset/shaggy-ravens-train.md b/.changeset/shaggy-ravens-train.md deleted file mode 100644 index 3c5d944a..00000000 --- a/.changeset/shaggy-ravens-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -First perform the graphqlsp operations and only after do the TypeScript ones, this to account for changed lines from semantic-diagnostics diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 7a284f31..ce7b4216 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.5.1 + +### Patch Changes + +- First perform the graphqlsp operations and only after do the TypeScript ones, this to account for changed lines from semantic-diagnostics + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#53](https://github.com/0no-co/GraphQLSP/pull/53)) + ## 0.5.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 5beece9a..b8be73bf 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.5.0", + "version": "0.5.1", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/index.js", "module": "./dist/index.module.js",