Skip to content

Commit 7ef3ce6

Browse files
Upcoming Release Changes (#1535)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a6a3d4d commit 7ef3ce6

File tree

17 files changed

+63
-13
lines changed

17 files changed

+63
-13
lines changed

.changeset/chatty-avocados-judge.md

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

packages/federation/CHANGELOG.md

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

3+
## 4.0.4
4+
### Patch Changes
5+
6+
7+
8+
- [#1533](https://github.com/graphql-hive/gateway/pull/1533) [`a6a3d4d`](https://github.com/graphql-hive/gateway/commit/a6a3d4d0ffba9d73a5151c747c281c25d0d26954) Thanks [@ardatan](https://github.com/ardatan)! - Fix shared root handling in case of heavily nested selections
9+
310
## 4.0.3
411
### Patch Changes
512

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

packages/fusion-runtime/CHANGELOG.md

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

3+
## 1.2.3
4+
### Patch Changes
5+
6+
- Updated dependencies [[`a6a3d4d`](https://github.com/graphql-hive/gateway/commit/a6a3d4d0ffba9d73a5151c747c281c25d0d26954)]:
7+
- @graphql-tools/federation@4.0.4
8+
39
## 1.2.2
410
### Patch Changes
511

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.2.2",
3+
"version": "1.2.3",
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.6
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @graphql-hive/gateway-runtime@2.1.6
8+
- @graphql-hive/plugin-aws-sigv4@2.0.6
9+
- @graphql-mesh/hmac-upstream-signature@2.0.3
10+
- @graphql-hive/plugin-opentelemetry@1.0.9
11+
- @graphql-mesh/plugin-prometheus@2.0.10
12+
313
## 2.1.5
414
### Patch Changes
515

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/nestjs/CHANGELOG.md

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

3+
## 2.0.11
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @graphql-hive/gateway@2.1.6
8+
39
## 2.0.10
410
### Patch Changes
511

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/nestjs",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/aws-sigv4/CHANGELOG.md

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

3+
## 2.0.6
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @graphql-mesh/fusion-runtime@1.2.3
8+
39
## 2.0.5
410
### Patch Changes
511

0 commit comments

Comments
 (0)