From 89a43ac34a65bfeb00ffaa719089fdf567e9c9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:51:25 +0200 Subject: [PATCH] Version Packages (#41) Co-authored-by: github-actions[bot] --- .changeset/twelve-spies-learn.md | 6 ------ packages/graphqlsp/CHANGELOG.md | 8 ++++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/twelve-spies-learn.md diff --git a/.changeset/twelve-spies-learn.md b/.changeset/twelve-spies-learn.md deleted file mode 100644 index 2001b285..00000000 --- a/.changeset/twelve-spies-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@0no-co/graphqlsp": minor ---- - -only run the `typescript` plugin once to generate a set of types that we'll reference from our -`typescript-operations`, this to reduce lengthy generated files. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 6b920bee..4b99a6a5 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,13 @@ # @0no-co/graphqlsp +## 0.3.0 + +### Minor Changes + +- only run the `typescript` plugin once to generate a set of types that we'll reference from our + `typescript-operations`, this to reduce lengthy generated files + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#39](https://github.com/0no-co/GraphQLSP/pull/39)) + ## 0.2.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 32c8e070..f60010d6 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.2.1", + "version": "0.3.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",