diff --git a/.changeset/itchy-peas-admire.md b/.changeset/itchy-peas-admire.md deleted file mode 100644 index 5c1829c5e22..00000000000 --- a/.changeset/itchy-peas-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-tools/stitch": patch ---- - -Fix the priority of isolated fields diff --git a/benchmark/federation/CHANGELOG.md b/benchmark/federation/CHANGELOG.md index 1a0894928a0..724009521ed 100644 --- a/benchmark/federation/CHANGELOG.md +++ b/benchmark/federation/CHANGELOG.md @@ -1,5 +1,12 @@ # federation-benchmark +## 0.0.131 + +### Patch Changes + +- Updated dependencies [[`b281dd6`](https://github.com/ardatan/graphql-tools/commit/b281dd65276dd9df56a41cc2dbff5139281f02f9)]: + - @graphql-tools/stitch@9.2.2 + ## 0.0.130 ### Patch Changes diff --git a/benchmark/federation/package.json b/benchmark/federation/package.json index 9782ee7c49a..dd99cf6560c 100644 --- a/benchmark/federation/package.json +++ b/benchmark/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation-benchmark", - "version": "0.0.130", + "version": "0.0.131", "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.28", - "@graphql-tools/stitch": "9.2.1", + "@graphql-tools/stitch": "9.2.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 a3dedd7f618..612d63ea2f0 100644 --- a/packages/stitch/CHANGELOG.md +++ b/packages/stitch/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/stitch +## 9.2.2 + +### Patch Changes + +- [#6107](https://github.com/ardatan/graphql-tools/pull/6107) [`b281dd6`](https://github.com/ardatan/graphql-tools/commit/b281dd65276dd9df56a41cc2dbff5139281f02f9) Thanks [@ardatan](https://github.com/ardatan)! - Fix the priority of isolated fields + ## 9.2.1 ### Patch Changes diff --git a/packages/stitch/package.json b/packages/stitch/package.json index 5bd5ff32b2e..69a8ac15e5a 100644 --- a/packages/stitch/package.json +++ b/packages/stitch/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/stitch", - "version": "9.2.1", + "version": "9.2.2", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {