Skip to content

Commit 7ef2ad7

Browse files
chore(release): update monorepo packages versions (#6106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0333283 commit 7ef2ad7

File tree

9 files changed

+33
-21
lines changed

9 files changed

+33
-21
lines changed

.changeset/big-horses-study.md

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

.changeset/curvy-garlics-grin.md

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

.changeset/honest-beds-try.md

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

benchmark/federation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# federation-benchmark
22

3+
## 0.0.130
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95), [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)]:
8+
- @graphql-tools/stitch@9.2.1
9+
310
## 0.0.129
411

512
### Patch Changes

benchmark/federation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "federation-benchmark",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"private": true,
55
"scripts": {
66
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
@@ -12,7 +12,7 @@
1212
"@apollo/gateway": "2.7.4",
1313
"@apollo/subgraph": "2.7.4",
1414
"@graphql-tools/federation": "1.1.28",
15-
"@graphql-tools/stitch": "9.2.0",
15+
"@graphql-tools/stitch": "9.2.1",
1616
"cross-env": "7.0.3",
1717
"express": "4.19.2",
1818
"graphql": "16.8.1",

packages/stitch/CHANGELOG.md

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

3+
## 9.2.1
4+
5+
### Patch Changes
6+
7+
- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields
8+
9+
- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Respect `specifiedByURL` in stitched schemas
10+
11+
- Updated dependencies [[`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95), [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)]:
12+
- @graphql-tools/utils@10.2.0
13+
314
## 9.2.0
415

516
### Minor Changes

packages/stitch/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/stitch",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"@graphql-tools/executor": "^1.2.1",
5656
"@graphql-tools/merge": "^9.0.3",
5757
"@graphql-tools/schema": "^10.0.3",
58-
"@graphql-tools/utils": "^10.0.13",
58+
"@graphql-tools/utils": "^10.2.0",
5959
"@graphql-tools/wrap": "^10.0.2",
6060
"tslib": "^2.4.0",
6161
"value-or-promise": "^1.0.11"

packages/utils/CHANGELOG.md

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

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Add `enumValueFilter` and `directiveFilter` to `filterSchema`
8+
9+
### Patch Changes
10+
11+
- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields
12+
313
## 10.1.3
414

515
### Patch Changes

packages/utils/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/utils",
3-
"version": "10.1.3",
3+
"version": "10.2.0",
44
"type": "module",
55
"description": "Common package containing utils and types for GraphQL tools",
66
"repository": {

0 commit comments

Comments
 (0)