Skip to content

Commit 0c6a63a

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

File tree

19 files changed

+88
-27
lines changed

19 files changed

+88
-27
lines changed

.changeset/giant-avocados-destroy.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.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@8.7.34
9+
- @graphql-tools/stitching-directives@2.3.24
10+
311
## 0.0.74
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.74",
3+
"version": "0.0.75",
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.2",
1313
"@apollo/federation": "0.38.1",
14-
"@graphql-tools/stitch": "8.7.33",
15-
"@graphql-tools/stitching-directives": "2.3.23",
14+
"@graphql-tools/stitch": "8.7.34",
15+
"@graphql-tools/stitching-directives": "2.3.24",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
8+
- @graphql-tools/delegate@9.0.21
9+
310
## 8.4.13
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.13",
3+
"version": "8.4.14",
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.20",
56+
"@graphql-tools/delegate": "9.0.21",
5757
"@graphql-tools/utils": "9.1.3",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
6262
"@graphql-tools/schema": "9.0.12",
63-
"@graphql-tools/stitch": "8.7.33"
63+
"@graphql-tools/stitch": "8.7.34"
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.21
4+
5+
### Patch Changes
6+
7+
- [#4920](https://github.com/ardatan/graphql-tools/pull/4920) [`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1) Thanks [@ardatan](https://github.com/ardatan)! - Handle type merging with union types correctly -> See https://github.com/ardatan/graphql-tools/issues/4902
8+
39
## 9.0.20
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.20",
3+
"version": "9.0.21",
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.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
8+
- @graphql-tools/delegate@9.0.21
9+
310
## 8.3.24
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.24",
3+
"version": "8.3.25",
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.20",
67+
"@graphql-tools/delegate": "9.0.21",
6868
"@graphql-tools/utils": "9.1.3",
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.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/url-loader@7.16.28
9+
310
## 7.2.47
411

512
### Patch Changes

0 commit comments

Comments
 (0)