diff --git a/.changeset/great-wasps-jog.md b/.changeset/great-wasps-jog.md deleted file mode 100644 index 4bfd10cc51b..00000000000 --- a/.changeset/great-wasps-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-tools/federation": patch ---- - -Handle inaccessible enum values diff --git a/.changeset/tricky-mice-crash.md b/.changeset/tricky-mice-crash.md deleted file mode 100644 index 8c20d2bf190..00000000000 --- a/.changeset/tricky-mice-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-tools/batch-delegate": patch ---- - -Add parentType name to the batch delegation key diff --git a/benchmark/federation/CHANGELOG.md b/benchmark/federation/CHANGELOG.md index 3ccb94294e3..c27219e2a08 100644 --- a/benchmark/federation/CHANGELOG.md +++ b/benchmark/federation/CHANGELOG.md @@ -1,5 +1,12 @@ # federation-benchmark +## 0.0.125 + +### Patch Changes + +- Updated dependencies [[`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1)]: + - @graphql-tools/federation@1.1.26 + ## 0.0.124 ### Patch Changes diff --git a/benchmark/federation/package.json b/benchmark/federation/package.json index 842eedf0789..088df611e23 100644 --- a/benchmark/federation/package.json +++ b/benchmark/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation-benchmark", - "version": "0.0.124", + "version": "0.0.125", "private": true, "scripts": { "loadtest:federation": "k6 -e ENDPOINT=federation run k6.js", @@ -11,7 +11,7 @@ "dependencies": { "@apollo/gateway": "2.7.3", "@apollo/subgraph": "2.7.3", - "@graphql-tools/federation": "1.1.25", + "@graphql-tools/federation": "1.1.26", "@graphql-tools/stitch": "9.1.0", "cross-env": "7.0.3", "express": "4.19.2", diff --git a/packages/batch-delegate/CHANGELOG.md b/packages/batch-delegate/CHANGELOG.md index 5b2c002c7f1..0009f57b078 100644 --- a/packages/batch-delegate/CHANGELOG.md +++ b/packages/batch-delegate/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/batch-delegate +## 9.0.2 + +### Patch Changes + +- [#5998](https://github.com/ardatan/graphql-tools/pull/5998) [`9eee255`](https://github.com/ardatan/graphql-tools/commit/9eee2550907bf13b6be6d509bf0a059d826a9649) Thanks [@ardatan](https://github.com/ardatan)! - Add parentType name to the batch delegation key + ## 9.0.1 ### Patch Changes diff --git a/packages/batch-delegate/package.json b/packages/batch-delegate/package.json index ad8b10cb8cb..9fcca82edd7 100644 --- a/packages/batch-delegate/package.json +++ b/packages/batch-delegate/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/batch-delegate", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": { diff --git a/packages/federation/CHANGELOG.md b/packages/federation/CHANGELOG.md index 65ec9adec57..23695a09ad3 100644 --- a/packages/federation/CHANGELOG.md +++ b/packages/federation/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/federation +## 1.1.26 + +### Patch Changes + +- [#6071](https://github.com/ardatan/graphql-tools/pull/6071) [`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1) Thanks [@ardatan](https://github.com/ardatan)! - Handle inaccessible enum values + ## 1.1.25 ### Patch Changes diff --git a/packages/federation/package.json b/packages/federation/package.json index 23d8702d26d..7ccd9b5a3f3 100644 --- a/packages/federation/package.json +++ b/packages/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/federation", - "version": "1.1.25", + "version": "1.1.26", "type": "module", "description": "Useful tools to create and manipulate GraphQL schemas.", "repository": {