Skip to content

Commit 9436db0

Browse files
chore(release): update monorepo packages versions (#4888)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 904fe77 commit 9436db0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+369
-110
lines changed

.changeset/brown-vans-search.md

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

.changeset/cuddly-wasps-listen.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.72
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@8.7.31
9+
- @graphql-tools/stitching-directives@2.3.22
10+
311
## 0.0.71
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.71",
3+
"version": "0.0.72",
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.2.1",
1313
"@apollo/federation": "0.38.1",
14-
"@graphql-tools/stitch": "8.7.30",
15-
"@graphql-tools/stitching-directives": "2.3.21",
14+
"@graphql-tools/stitch": "8.7.31",
15+
"@graphql-tools/stitching-directives": "2.3.22",
1616
"express": "4.18.2",
1717
"graphql": "16.6.0",
1818
"graphql-tag": "2.12.6",

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.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759), [`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759)]:
8+
- @graphql-tools/utils@9.1.3
9+
- @graphql-tools/delegate@9.0.19
10+
311
## 8.4.11
412

513
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "8.4.11",
3+
"version": "8.4.12",
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.18",
57-
"@graphql-tools/utils": "9.1.2",
56+
"@graphql-tools/delegate": "9.0.19",
57+
"@graphql-tools/utils": "9.1.3",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "9.0.11",
63-
"@graphql-tools/stitch": "8.7.30"
62+
"@graphql-tools/schema": "9.0.12",
63+
"@graphql-tools/stitch": "8.7.31"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/batch-execute/CHANGELOG.md

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

3+
## 8.5.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759)]:
8+
- @graphql-tools/utils@9.1.3
9+
310
## 8.5.13
411

512
### Patch Changes

packages/batch-execute/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/batch-execute",
3-
"version": "8.5.13",
3+
"version": "8.5.14",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,7 +53,7 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/utils": "9.1.2",
56+
"@graphql-tools/utils": "9.1.3",
5757
"dataloader": "2.1.0",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/delegate/CHANGELOG.md

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

3+
## 9.0.19
4+
5+
### Patch Changes
6+
7+
- [#4887](https://github.com/ardatan/graphql-tools/pull/4887) [`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759) Thanks [@ardatan](https://github.com/ardatan)! - Fix handling variables
8+
9+
- Updated dependencies [[`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759)]:
10+
- @graphql-tools/utils@9.1.3
11+
- @graphql-tools/batch-execute@8.5.14
12+
- @graphql-tools/executor@0.0.11
13+
- @graphql-tools/schema@9.0.12
14+
315
## 9.0.18
416

517
### Patch Changes

packages/delegate/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "9.0.18",
3+
"version": "9.0.19",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,10 +53,10 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/batch-execute": "8.5.13",
57-
"@graphql-tools/executor": "0.0.10",
58-
"@graphql-tools/schema": "9.0.11",
59-
"@graphql-tools/utils": "9.1.2",
56+
"@graphql-tools/batch-execute": "8.5.14",
57+
"@graphql-tools/executor": "0.0.11",
58+
"@graphql-tools/schema": "9.0.12",
59+
"@graphql-tools/utils": "9.1.3",
6060
"dataloader": "2.1.0",
6161
"tslib": "~2.4.0",
6262
"value-or-promise": "1.0.11"

0 commit comments

Comments
 (0)