diff --git a/.changeset/unlucky-actors-tease.md b/.changeset/unlucky-actors-tease.md deleted file mode 100644 index 00ac3720d2a..00000000000 --- a/.changeset/unlucky-actors-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-tools/stitch": patch ---- - -Prevent infinite loop while visiting over the computed field types diff --git a/benchmark/federation/CHANGELOG.md b/benchmark/federation/CHANGELOG.md index c27219e2a08..d4e6ba7d930 100644 --- a/benchmark/federation/CHANGELOG.md +++ b/benchmark/federation/CHANGELOG.md @@ -1,5 +1,12 @@ # federation-benchmark +## 0.0.126 + +### Patch Changes + +- Updated dependencies [[`c5df958`](https://github.com/ardatan/graphql-tools/commit/c5df95858c5b5a57a232740e8e4b667ce5d2da2c)]: + - @graphql-tools/stitch@9.1.1 + ## 0.0.125 ### Patch Changes diff --git a/benchmark/federation/package.json b/benchmark/federation/package.json index 496f9410de6..7ef06432e40 100644 --- a/benchmark/federation/package.json +++ b/benchmark/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation-benchmark", - "version": "0.0.125", + "version": "0.0.126", "private": true, "scripts": { "loadtest:federation": "k6 -e ENDPOINT=federation run k6.js", @@ -12,7 +12,7 @@ "@apollo/gateway": "2.7.4", "@apollo/subgraph": "2.7.4", "@graphql-tools/federation": "1.1.26", - "@graphql-tools/stitch": "9.1.0", + "@graphql-tools/stitch": "9.1.1", "cross-env": "7.0.3", "express": "4.19.2", "graphql": "16.8.1", diff --git a/packages/stitch/CHANGELOG.md b/packages/stitch/CHANGELOG.md index b95b0ec9bc7..c802f802eab 100644 --- a/packages/stitch/CHANGELOG.md +++ b/packages/stitch/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/stitch +## 9.1.1 + +### Patch Changes + +- [`c5df958`](https://github.com/ardatan/graphql-tools/commit/c5df95858c5b5a57a232740e8e4b667ce5d2da2c) Thanks [@ardatan](https://github.com/ardatan)! - Prevent infinite loop while visiting over the computed field types + ## 9.1.0 ### Minor Changes diff --git a/packages/stitch/package.json b/packages/stitch/package.json index 31b65d20fa8..3220950a3a8 100644 --- a/packages/stitch/package.json +++ b/packages/stitch/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/stitch", - "version": "9.1.0", + "version": "9.1.1", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {