Skip to content

Commit ce12c85

Browse files
chore(release): update monorepo packages versions (#6075)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9eee255 commit ce12c85

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
lines changed

.changeset/great-wasps-jog.md

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

.changeset/tricky-mice-crash.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.125
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1)]:
8+
- @graphql-tools/federation@1.1.26
9+
310
## 0.0.124
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.124",
3+
"version": "0.0.125",
44
"private": true,
55
"scripts": {
66
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.7.3",
1313
"@apollo/subgraph": "2.7.3",
14-
"@graphql-tools/federation": "1.1.25",
14+
"@graphql-tools/federation": "1.1.26",
1515
"@graphql-tools/stitch": "9.1.0",
1616
"cross-env": "7.0.3",
1717
"express": "4.19.2",

packages/batch-delegate/CHANGELOG.md

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

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- [#5998](https://github.com/ardatan/graphql-tools/pull/5998) [`9eee255`](https://github.com/ardatan/graphql-tools/commit/9eee2550907bf13b6be6d509bf0a059d826a9649) Thanks [@ardatan](https://github.com/ardatan)! - Add parentType name to the batch delegation key
8+
39
## 9.0.1
410

511
### Patch Changes

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

packages/federation/CHANGELOG.md

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

3+
## 1.1.26
4+
5+
### Patch Changes
6+
7+
- [#6071](https://github.com/ardatan/graphql-tools/pull/6071) [`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1) Thanks [@ardatan](https://github.com/ardatan)! - Handle inaccessible enum values
8+
39
## 1.1.25
410

511
### Patch Changes

packages/federation/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/federation",
3-
"version": "1.1.25",
3+
"version": "1.1.26",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

0 commit comments

Comments
 (0)