From 312fa6b68ed44f38d6293801a5f31d40bb4e7396 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 08:47:35 +0200 Subject: [PATCH] Version Packages (#63) Co-authored-by: github-actions[bot] --- .changeset/stale-starfishes-study.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stale-starfishes-study.md diff --git a/.changeset/stale-starfishes-study.md b/.changeset/stale-starfishes-study.md deleted file mode 100644 index 545e6285..00000000 --- a/.changeset/stale-starfishes-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Fix extra types diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index c7095563..2a7e13c8 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.6.2 + +### Patch Changes + +- ⚠️ Fix extra types + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#62](https://github.com/0no-co/GraphQLSP/pull/62)) + ## 0.6.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 37ea4d65..21346a49 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.6.1", + "version": "0.6.2", "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",