Skip to content

Commit 1179697

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

File tree

25 files changed

+113
-36
lines changed

25 files changed

+113
-36
lines changed

.changeset/dry-cups-lie.md

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

benchmark/federation/CHANGELOG.md

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

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- @graphql-tools/stitch@8.6.5
8+
- @graphql-tools/stitching-directives@2.2.10
9+
310
## 0.0.30
411

512
### 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.30",
3+
"version": "0.0.31",
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.0.1",
1313
"@apollo/federation": "0.36.0",
14-
"@graphql-tools/stitch": "8.6.4",
15-
"@graphql-tools/stitching-directives": "2.2.9",
14+
"@graphql-tools/stitch": "8.6.5",
15+
"@graphql-tools/stitching-directives": "2.2.10",
1616
"express": "4.17.3",
1717
"graphql": "16.3.0",
1818
"graphql-executor": "0.0.23",

packages/batch-delegate/CHANGELOG.md

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

3+
## 8.2.12
4+
5+
### Patch Changes
6+
7+
- fe9402af: Bump data-loader and cross-undici-fetch
8+
- Updated dependencies [fe9402af]
9+
- @graphql-tools/delegate@8.7.3
10+
311
## 8.2.11
412

513
### 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.2.11",
3+
"version": "8.2.12",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -32,14 +32,14 @@
3232
"input": "./src/index.ts"
3333
},
3434
"dependencies": {
35-
"@graphql-tools/delegate": "8.7.2",
35+
"@graphql-tools/delegate": "8.7.3",
3636
"@graphql-tools/utils": "8.6.6",
3737
"dataloader": "2.1.0",
3838
"tslib": "~2.3.0"
3939
},
4040
"devDependencies": {
4141
"@graphql-tools/schema": "8.3.7",
42-
"@graphql-tools/stitch": "8.6.4"
42+
"@graphql-tools/stitch": "8.6.5"
4343
},
4444
"publishConfig": {
4545
"access": "public",

packages/batch-execute/CHANGELOG.md

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

3+
## 8.4.3
4+
5+
### Patch Changes
6+
7+
- fe9402af: Bump data-loader and cross-undici-fetch
8+
39
## 8.4.2
410

511
### Patch Changes

packages/batch-execute/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/batch-execute",
3-
"version": "8.4.2",
3+
"version": "8.4.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

packages/delegate/CHANGELOG.md

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

3+
## 8.7.3
4+
5+
### Patch Changes
6+
7+
- fe9402af: Bump data-loader and cross-undici-fetch
8+
- Updated dependencies [fe9402af]
9+
- @graphql-tools/batch-execute@8.4.3
10+
311
## 8.7.2
412

513
### Patch Changes

packages/delegate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "8.7.2",
3+
"version": "8.7.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"input": "./src/index.ts"
3333
},
3434
"dependencies": {
35-
"@graphql-tools/batch-execute": "8.4.2",
35+
"@graphql-tools/batch-execute": "8.4.3",
3636
"@graphql-tools/schema": "8.3.7",
3737
"@graphql-tools/utils": "8.6.6",
3838
"dataloader": "2.1.0",

packages/links/CHANGELOG.md

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

3+
## 8.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fe9402af]
8+
- @graphql-tools/delegate@8.7.3
9+
310
## 8.2.9
411

512
### Patch Changes

0 commit comments

Comments
 (0)