diff --git a/.changeset/ninety-plums-explode.md b/.changeset/ninety-plums-explode.md deleted file mode 100644 index 42c1bf1bc58..00000000000 --- a/.changeset/ninety-plums-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/utils': patch ---- - -Add all args from extensions to the AST even if they don't exist in the directive def diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 912dfe1ffcd..d7b5fce2eed 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-tools/utils +## 10.5.1 + +### Patch Changes + +- [`6291e14`](https://github.com/ardatan/graphql-tools/commit/6291e14668fdda82d9310b171d5ef71001984f1c) + Thanks [@ardatan](https://github.com/ardatan)! - Add all args from extensions to the AST even if + they don't exist in the directive def + ## 10.5.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index e8572e9e6c2..5aea48b9027 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/utils", - "version": "10.5.0", + "version": "10.5.1", "type": "module", "description": "Common package containing utils and types for GraphQL tools", "repository": {