Skip to content

Commit 663130d

Browse files
chore(release): update monorepo packages versions (#6108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b281dd6 commit 663130d

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/itchy-peas-admire.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.131
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b281dd6`](https://github.com/ardatan/graphql-tools/commit/b281dd65276dd9df56a41cc2dbff5139281f02f9)]:
8+
- @graphql-tools/stitch@9.2.2
9+
310
## 0.0.130
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.130",
3+
"version": "0.0.131",
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.1",
15+
"@graphql-tools/stitch": "9.2.2",
1616
"cross-env": "7.0.3",
1717
"express": "4.19.2",
1818
"graphql": "16.8.1",

packages/stitch/CHANGELOG.md

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

3+
## 9.2.2
4+
5+
### Patch Changes
6+
7+
- [#6107](https://github.com/ardatan/graphql-tools/pull/6107) [`b281dd6`](https://github.com/ardatan/graphql-tools/commit/b281dd65276dd9df56a41cc2dbff5139281f02f9) Thanks [@ardatan](https://github.com/ardatan)! - Fix the priority of isolated fields
8+
39
## 9.2.1
410

511
### Patch Changes

packages/stitch/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/stitch",
3-
"version": "9.2.1",
3+
"version": "9.2.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

0 commit comments

Comments
 (0)