Skip to content

Commit e41513a

Browse files
chore(release): update monorepo packages versions (#5145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 37aa622 commit e41513a

31 files changed

+128
-55
lines changed

.changeset/@graphql-tools_executor-5112-dependencies.md

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

.changeset/@graphql-tools_executor-graphql-ws-5112-dependencies.md

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

.changeset/@graphql-tools_executor-legacy-ws-5112-dependencies.md

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

.changeset/good-beds-sparkle.md

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

.changeset/grumpy-pans-end.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.88
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@8.7.47
9+
- @graphql-tools/stitching-directives@2.3.33
10+
311
## 0.0.87
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.87",
3+
"version": "0.0.88",
44
"private": true,
55
"scripts": {
66
"start": "cross-env NODE_ENV=production node index.js",
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.4.1",
1313
"@apollo/federation": "0.38.1",
14-
"@graphql-tools/stitch": "8.7.46",
15-
"@graphql-tools/stitching-directives": "2.3.32",
14+
"@graphql-tools/stitch": "8.7.47",
15+
"@graphql-tools/stitching-directives": "2.3.33",
1616
"express": "4.18.2",
1717
"graphql": "16.6.0",
1818
"graphql-tag": "2.12.6",

packages/batch-delegate/CHANGELOG.md

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

3+
## 8.4.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/delegate@9.0.30
9+
310
## 8.4.23
411

512
### Patch Changes

packages/batch-delegate/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/batch-delegate",
3-
"version": "8.4.23",
3+
"version": "8.4.24",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,14 +53,14 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/delegate": "9.0.29",
56+
"@graphql-tools/delegate": "9.0.30",
5757
"@graphql-tools/utils": "9.2.1",
5858
"dataloader": "2.2.2",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
6262
"@graphql-tools/schema": "9.0.17",
63-
"@graphql-tools/stitch": "8.7.46"
63+
"@graphql-tools/stitch": "8.7.47"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/delegate/CHANGELOG.md

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

3+
## 9.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39)]:
8+
- @graphql-tools/executor@0.0.16
9+
310
## 9.0.29
411

512
### Patch Changes

0 commit comments

Comments
 (0)