From c2b4aa011ea5835fa0a3a2fd7421059816f8c52c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 12:18:52 +0000 Subject: [PATCH] Version Packages --- .changeset/big-paws-pump.md | 5 ----- .changeset/khaki-clouds-marry.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 9 +++++++++ packages/graphqlsp/package.json | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/big-paws-pump.md delete mode 100644 .changeset/khaki-clouds-marry.md diff --git a/.changeset/big-paws-pump.md b/.changeset/big-paws-pump.md deleted file mode 100644 index b62fe476..00000000 --- a/.changeset/big-paws-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results diff --git a/.changeset/khaki-clouds-marry.md b/.changeset/khaki-clouds-marry.md deleted file mode 100644 index 85bcfd89..00000000 --- a/.changeset/khaki-clouds-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Don't error on known client-side directives diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 4723d1c3..e4320af3 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,14 @@ # @0no-co/graphqlsp +## 0.12.1 + +### Patch Changes + +- Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#136](https://github.com/0no-co/GraphQLSP/pull/136)) +- Don't error on known client-side directives + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#144](https://github.com/0no-co/GraphQLSP/pull/144)) + ## 0.12.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 1201865d..c7f2cf2f 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.12.0", + "version": "0.12.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",