Skip to content

Commit 9d79ba2

Browse files
chore(release): update monorepo packages versions (#6110)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 074fad4 commit 9d79ba2

File tree

11 files changed

+42
-24
lines changed

11 files changed

+42
-24
lines changed

.changeset/brown-beers-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-balloons-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-icons-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmark/federation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# federation-benchmark
22

3+
## 0.0.132
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa), [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
8+
- @graphql-tools/federation@1.1.29
9+
- @graphql-tools/stitch@9.2.3
10+
311
## 0.0.131
412

513
### Patch Changes

benchmark/federation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "federation-benchmark",
3-
"version": "0.0.131",
3+
"version": "0.0.132",
44
"private": true,
55
"scripts": {
66
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.7.4",
1313
"@apollo/subgraph": "2.7.4",
14-
"@graphql-tools/federation": "1.1.28",
15-
"@graphql-tools/stitch": "9.2.2",
14+
"@graphql-tools/federation": "1.1.29",
15+
"@graphql-tools/stitch": "9.2.3",
1616
"cross-env": "7.0.3",
1717
"express": "4.19.2",
1818
"graphql": "16.8.1",

packages/delegate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-tools/delegate
22

3+
## 10.0.7
4+
5+
### Patch Changes
6+
7+
- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Merge list fields correctly
8+
39
## 10.0.6
410

511
### Patch Changes

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.0.6",
3+
"version": "10.0.7",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/federation/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-tools/federation
22

3+
## 1.1.29
4+
5+
### Patch Changes
6+
7+
- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Show responses in debug logging with `DEBUG` env var
8+
9+
- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa), [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
10+
- @graphql-tools/delegate@10.0.7
11+
- @graphql-tools/stitch@9.2.3
12+
313
## 1.1.28
414

515
### Patch Changes

packages/federation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/federation",
3-
"version": "1.1.28",
3+
"version": "1.1.29",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {
@@ -50,11 +50,11 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/delegate": "^10.0.5",
53+
"@graphql-tools/delegate": "^10.0.7",
5454
"@graphql-tools/executor-http": "^1.0.9",
5555
"@graphql-tools/merge": "^9.0.3",
5656
"@graphql-tools/schema": "^10.0.3",
57-
"@graphql-tools/stitch": "^9.2.0",
57+
"@graphql-tools/stitch": "^9.2.3",
5858
"@graphql-tools/utils": "^10.1.1",
5959
"@graphql-tools/wrap": "^10.0.3",
6060
"tslib": "^2.4.0",

packages/stitch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/stitch
22

3+
## 9.2.3
4+
5+
### Patch Changes
6+
7+
- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Exclude fields with `__typename` while extracting missing fields for the type merging
8+
9+
- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
10+
- @graphql-tools/delegate@10.0.7
11+
312
## 9.2.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)