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",