diff --git a/.changeset/purple-monkeys-vanish.md b/.changeset/purple-monkeys-vanish.md deleted file mode 100644 index d20cb35e221..00000000000 --- a/.changeset/purple-monkeys-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-tools/stitch": patch ---- - -Respect interface types as computed field types diff --git a/benchmark/federation/CHANGELOG.md b/benchmark/federation/CHANGELOG.md index d4e6ba7d930..4b4bc8d521f 100644 --- a/benchmark/federation/CHANGELOG.md +++ b/benchmark/federation/CHANGELOG.md @@ -1,5 +1,12 @@ # federation-benchmark +## 0.0.127 + +### Patch Changes + +- Updated dependencies [[`6d26702`](https://github.com/ardatan/graphql-tools/commit/6d267022eaf4b695b3791927912375f1b1d0f3a8)]: + - @graphql-tools/stitch@9.1.2 + ## 0.0.126 ### Patch Changes diff --git a/benchmark/federation/package.json b/benchmark/federation/package.json index 7ef06432e40..7f819a2342d 100644 --- a/benchmark/federation/package.json +++ b/benchmark/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation-benchmark", - "version": "0.0.126", + "version": "0.0.127", "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.1", + "@graphql-tools/stitch": "9.1.2", "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 c802f802eab..5f4e5396039 100644 --- a/packages/stitch/CHANGELOG.md +++ b/packages/stitch/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/stitch +## 9.1.2 + +### Patch Changes + +- [`6d26702`](https://github.com/ardatan/graphql-tools/commit/6d267022eaf4b695b3791927912375f1b1d0f3a8) Thanks [@ardatan](https://github.com/ardatan)! - Respect interface types as computed field types + ## 9.1.1 ### Patch Changes diff --git a/packages/stitch/package.json b/packages/stitch/package.json index 3220950a3a8..95df195a248 100644 --- a/packages/stitch/package.json +++ b/packages/stitch/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/stitch", - "version": "9.1.1", + "version": "9.1.2", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {