Skip to content

Commit db55937

Browse files
Upcoming Release Changes (#1745)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d14faf commit db55937

File tree

31 files changed

+125
-20
lines changed

31 files changed

+125
-20
lines changed

.changeset/two-pugs-punch.md

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

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+
## 10.0.7
4+
### Patch Changes
5+
6+
- Updated dependencies [[`0d14faf`](https://github.com/graphql-hive/gateway/commit/0d14fafdbaf3fb27eef123016ef2ca977d6688d8)]:
7+
- @graphql-tools/delegate@12.0.1
8+
39
## 10.0.6
410
### Patch Changes
511

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

packages/delegate/CHANGELOG.md

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

3+
## 12.0.1
4+
### Patch Changes
5+
6+
7+
8+
- [`0d14faf`](https://github.com/graphql-hive/gateway/commit/0d14fafdbaf3fb27eef123016ef2ca977d6688d8) Thanks [@ardatan](https://github.com/ardatan)! - Fix leftover handling 2nd take
9+
310
## 12.0.0
411
### Major Changes
512

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

packages/federation/CHANGELOG.md

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

3+
## 4.2.5
4+
### Patch Changes
5+
6+
- Updated dependencies [[`0d14faf`](https://github.com/graphql-hive/gateway/commit/0d14fafdbaf3fb27eef123016ef2ca977d6688d8)]:
7+
- @graphql-tools/delegate@12.0.1
8+
- @graphql-tools/stitch@10.1.5
9+
- @graphql-tools/wrap@11.1.1
10+
311
## 4.2.4
412
### Patch Changes
513

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

packages/fusion-runtime/CHANGELOG.md

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

3+
## 1.6.1
4+
### Patch Changes
5+
6+
- Updated dependencies [[`0d14faf`](https://github.com/graphql-hive/gateway/commit/0d14fafdbaf3fb27eef123016ef2ca977d6688d8)]:
7+
- @graphql-tools/delegate@12.0.1
8+
- @graphql-tools/federation@4.2.5
9+
- @graphql-tools/stitch@10.1.5
10+
- @graphql-tools/stitching-directives@4.0.7
11+
- @graphql-tools/wrap@11.1.1
12+
313
## 1.6.0
414
### Minor Changes
515

packages/fusion-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/fusion-runtime",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"type": "module",
55
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
66
"repository": {

packages/gateway/CHANGELOG.md

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

3+
## 2.1.21
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @graphql-hive/gateway-runtime@2.3.7
8+
- @graphql-hive/plugin-aws-sigv4@2.0.19
9+
- @graphql-mesh/hmac-upstream-signature@2.0.8
10+
- @graphql-hive/plugin-opentelemetry@1.2.3
11+
- @graphql-mesh/plugin-prometheus@2.1.7
12+
313
## 2.1.20
414
### Patch Changes
515

0 commit comments

Comments
 (0)