Skip to content

Commit 9969ea6

Browse files
chore(release): update monorepo packages versions
1 parent b5e6459 commit 9969ea6

File tree

19 files changed

+88
-27
lines changed

19 files changed

+88
-27
lines changed

.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: 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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150)]:
8+
- @graphql-tools/delegate@9.0.18
9+
310
## 8.4.10
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.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",
56+
"@graphql-tools/delegate": "9.0.18",
5757
"@graphql-tools/utils": "9.1.1",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
6262
"@graphql-tools/schema": "9.0.10",
63-
"@graphql-tools/stitch": "8.7.29"
63+
"@graphql-tools/stitch": "8.7.30"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/delegate/CHANGELOG.md

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

3+
## 9.0.18
4+
5+
### Patch Changes
6+
7+
- [`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150) Thanks [@ardatan](https://github.com/ardatan)! - Show warning only if DEBUG env var is present
8+
39
## 9.0.17
410

511
### Patch Changes

packages/delegate/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/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",

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.3.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150)]:
8+
- @graphql-tools/delegate@9.0.18
9+
310
## 8.3.21
411

512
### Patch Changes

packages/links/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/links",
3-
"version": "8.3.21",
3+
"version": "8.3.22",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -64,7 +64,7 @@
6464
"graphql-upload": "16.0.2"
6565
},
6666
"dependencies": {
67-
"@graphql-tools/delegate": "9.0.17",
67+
"@graphql-tools/delegate": "9.0.18",
6868
"@graphql-tools/utils": "9.1.1",
6969
"apollo-upload-client": "17.0.0",
7070
"node-fetch": "^2.6.5",

packages/loaders/prisma/CHANGELOG.md

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

3+
## 7.2.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/url-loader@7.16.23
9+
310
## 7.2.42
411

512
### Patch Changes

0 commit comments

Comments
 (0)