From e6588fb4f36a82de8c23b4239225ba13f89de502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:56:16 +0000 Subject: [PATCH] Version Packages (#186) Co-authored-by: github-actions[bot] --- .changeset/hot-icons-fetch.md | 5 ----- .changeset/orange-dodos-grab.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 9 +++++++++ packages/graphqlsp/package.json | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/hot-icons-fetch.md delete mode 100644 .changeset/orange-dodos-grab.md diff --git a/.changeset/hot-icons-fetch.md b/.changeset/hot-icons-fetch.md deleted file mode 100644 index 93243265..00000000 --- a/.changeset/hot-icons-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -When creating a `d.ts` file, export the introspection type to make it reusable. diff --git a/.changeset/orange-dodos-grab.md b/.changeset/orange-dodos-grab.md deleted file mode 100644 index c81be9f6..00000000 --- a/.changeset/orange-dodos-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Upgrade to `@urql/introspection@1.0.3` diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index c019dbed..f68fa2fa 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,14 @@ # @0no-co/graphqlsp +## 1.0.5 + +### Patch Changes + +- When creating a `d.ts` file, export the introspection type to make it reusable + Submitted by [@kitten](https://github.com/kitten) (See [#184](https://github.com/0no-co/GraphQLSP/pull/184)) +- Upgrade to `@urql/introspection@1.0.3` + Submitted by [@kitten](https://github.com/kitten) (See [#185](https://github.com/0no-co/GraphQLSP/pull/185)) + ## 1.0.4 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index cfe67e0b..5cca0730 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.0.4", + "version": "1.0.5", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp.js", "module": "./dist/graphqlsp.module.js",