From b2a98a8ca891700b9d404ad21cd885764b954680 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:45:46 +0200 Subject: [PATCH] Version Packages (#361) Co-authored-by: github-actions[bot] --- .changeset/silent-spiders-tell.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silent-spiders-tell.md diff --git a/.changeset/silent-spiders-tell.md b/.changeset/silent-spiders-tell.md deleted file mode 100644 index 4438d167..00000000 --- a/.changeset/silent-spiders-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Extract inlined fragments for the non-tada route diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 7e478f2b..cad4b287 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.16 + +### Patch Changes + +- Extract inlined fragments for the non-tada route + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#360](https://github.com/0no-co/GraphQLSP/pull/360)) + ## 1.12.15 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 01e2f7d9..dff92671 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.15", + "version": "1.12.16", "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",