Skip to content

Commit 921abae

Browse files
chore(release): update monorepo packages versions (#5167)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0662af0 commit 921abae

Some content is hidden

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

62 files changed

+303
-98
lines changed

.changeset/@graphql-tools_prisma-loader-5166-dependencies.md

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

.changeset/calm-toys-leave.md

Lines changed: 0 additions & 31 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.89
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
8+
- @graphql-tools/stitching-directives@2.3.34
9+
- @graphql-tools/stitch@8.7.48
10+
311
## 0.0.88
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.88",
3+
"version": "0.0.89",
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.47",
15-
"@graphql-tools/stitching-directives": "2.3.33",
14+
"@graphql-tools/stitch": "8.7.48",
15+
"@graphql-tools/stitching-directives": "2.3.34",
1616
"express": "4.18.2",
1717
"graphql": "16.6.0",
1818
"graphql-tag": "2.12.6",

packages/batch-delegate/CHANGELOG.md

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

3+
## 8.4.25
4+
5+
### Patch Changes
6+
7+
- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies
8+
9+
- Updated dependencies []:
10+
- @graphql-tools/delegate@9.0.31
11+
312
## 8.4.24
413

514
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "8.4.24",
3+
"version": "8.4.25",
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.30",
56+
"@graphql-tools/delegate": "^9.0.31",
5757
"@graphql-tools/utils": "^9.2.1",
5858
"dataloader": "2.2.2",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "^9.0.17",
63-
"@graphql-tools/stitch": "8.7.47"
62+
"@graphql-tools/schema": "^9.0.18",
63+
"@graphql-tools/stitch": "8.7.48"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

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.5.19
4+
5+
### Patch Changes
6+
7+
- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies
8+
39
## 8.5.18
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.5.18",
3+
"version": "8.5.19",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

packages/delegate/CHANGELOG.md

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

3+
## 9.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
8+
- @graphql-tools/batch-execute@8.5.19
9+
- @graphql-tools/executor@0.0.17
10+
- @graphql-tools/schema@9.0.18
11+
312
## 9.0.30
413

514
### Patch Changes

packages/delegate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "9.0.30",
3+
"version": "9.0.31",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,9 +53,9 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/batch-execute": "^8.5.18",
57-
"@graphql-tools/executor": "^0.0.16",
58-
"@graphql-tools/schema": "^9.0.16",
56+
"@graphql-tools/batch-execute": "^8.5.19",
57+
"@graphql-tools/executor": "^0.0.17",
58+
"@graphql-tools/schema": "^9.0.18",
5959
"@graphql-tools/utils": "^9.2.1",
6060
"dataloader": "^2.2.2",
6161
"tslib": "^2.5.0",

0 commit comments

Comments
 (0)