From 74191a8f3a986bcc6d3ae563b6ee22354ac6d268 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 08:42:19 +0200 Subject: [PATCH] Version Packages (#57) --- .changeset/fluffy-apples-eat.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fluffy-apples-eat.md diff --git a/.changeset/fluffy-apples-eat.md b/.changeset/fluffy-apples-eat.md deleted file mode 100644 index a5706d95..00000000 --- a/.changeset/fluffy-apples-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -dont perform file additions when we have ts-errors diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index ce7b4216..81814f7e 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.5.2 + +### Patch Changes + +- dont perform file additions when we have ts-errors + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#56](https://github.com/0no-co/GraphQLSP/pull/56)) + ## 0.5.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index b8be73bf..ee3b2983 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.5.1", + "version": "0.5.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",