From 1ae3f92424d3ae2676bee3e0e86cefe3fab537fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 12:25:15 +0100 Subject: [PATCH] Version Packages (#135) --- .changeset/beige-worms-joke.md | 5 ----- .changeset/hip-poems-remain.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 12 ++++++++++++ packages/graphqlsp/package.json | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .changeset/beige-worms-joke.md delete mode 100644 .changeset/hip-poems-remain.md diff --git a/.changeset/beige-worms-joke.md b/.changeset/beige-worms-joke.md deleted file mode 100644 index e700bb19..00000000 --- a/.changeset/beige-worms-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Add fragments to the cache-key when using call-expressions diff --git a/.changeset/hip-poems-remain.md b/.changeset/hip-poems-remain.md deleted file mode 100644 index 431b40cb..00000000 --- a/.changeset/hip-poems-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': minor ---- - -Use our internal suggestions algo for better arugments and spread-suggestions diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 25709e28..4723d1c3 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,17 @@ # @0no-co/graphqlsp +## 0.12.0 + +### Minor Changes + +- Use our internal suggestions algo for better arugments and spread-suggestions + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#132](https://github.com/0no-co/GraphQLSP/pull/132)) + +### Patch Changes + +- Add fragments to the cache-key when using call-expressions + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#134](https://github.com/0no-co/GraphQLSP/pull/134)) + ## 0.11.2 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index a1b7e130..2726b885 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.11.2", + "version": "0.12.0", "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",