Skip to content

Commit 90011f0

Browse files
chore(release): update monorepo packages versions (#4884)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13c2488 commit 90011f0

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/cold-files-drive.md

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

.changeset/weak-ears-shave.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.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@8.7.30
9+
- @graphql-tools/stitching-directives@2.3.21
10+
311
## 0.0.70
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.70",
3+
"version": "0.0.71",
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.29",
15-
"@graphql-tools/stitching-directives": "2.3.20",
14+
"@graphql-tools/stitch": "8.7.30",
15+
"@graphql-tools/stitching-directives": "2.3.21",
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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b), [`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150)]:
8+
- @graphql-tools/delegate@9.0.18
9+
- @graphql-tools/utils@9.1.2
10+
311
## 8.4.10
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.10",
3+
"version": "8.4.11",
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.17",
57-
"@graphql-tools/utils": "9.1.1",
56+
"@graphql-tools/delegate": "9.0.18",
57+
"@graphql-tools/utils": "9.1.2",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "9.0.10",
63-
"@graphql-tools/stitch": "8.7.29"
62+
"@graphql-tools/schema": "9.0.11",
63+
"@graphql-tools/stitch": "8.7.30"
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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
8+
- @graphql-tools/utils@9.1.2
9+
310
## 8.5.12
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.12",
3+
"version": "8.5.13",
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.1",
56+
"@graphql-tools/utils": "9.1.2",
5757
"dataloader": "2.1.0",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/delegate/CHANGELOG.md

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

3+
## 9.0.18
4+
5+
### Patch Changes
6+
7+
- [`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b) Thanks [@ardatan](https://github.com/ardatan)! - Fix handling argument values in gateway request
8+
9+
- [`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150) Thanks [@ardatan](https://github.com/ardatan)! - Show warning only if DEBUG env var is present
10+
11+
- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
12+
- @graphql-tools/utils@9.1.2
13+
- @graphql-tools/batch-execute@8.5.13
14+
- @graphql-tools/executor@0.0.10
15+
- @graphql-tools/schema@9.0.11
16+
317
## 9.0.17
418

519
### 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.17",
3+
"version": "9.0.18",
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.12",
57-
"@graphql-tools/executor": "0.0.9",
58-
"@graphql-tools/schema": "9.0.10",
59-
"@graphql-tools/utils": "9.1.1",
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",
6060
"dataloader": "2.1.0",
6161
"tslib": "~2.4.0",
6262
"value-or-promise": "1.0.11"

0 commit comments

Comments
 (0)