Skip to content

Commit e1df574

Browse files
Upcoming Release Changes (#414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0591aa9 commit e1df574

File tree

13 files changed

+52
-11
lines changed

13 files changed

+52
-11
lines changed

.changeset/tricky-paws-walk.md

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

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+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- [#351](https://github.com/graphql-hive/gateway/pull/351) [`0591aa9`](https://github.com/graphql-hive/gateway/commit/0591aa9cc9718a1c7d8b6fa68723a3155f775cc7) Thanks [@ardatan](https://github.com/ardatan)! - Keep the custom directives(using @composeDirective) from the supergraph, in the unified schema served by the gateway should keep it.
8+
39
## 3.0.7
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": "3.0.7",
3+
"version": "3.0.8",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

packages/fusion-runtime/CHANGELOG.md

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

3+
## 0.10.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0591aa9`](https://github.com/graphql-hive/gateway/commit/0591aa9cc9718a1c7d8b6fa68723a3155f775cc7)]:
8+
- @graphql-tools/federation@3.0.8
9+
310
## 0.10.27
411

512
### Patch Changes

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": "0.10.27",
3+
"version": "0.10.28",
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+
## 1.7.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.4.7
9+
- @graphql-mesh/plugin-opentelemetry@1.3.35
10+
- @graphql-mesh/plugin-prometheus@1.3.23
11+
- @graphql-mesh/hmac-upstream-signature@1.2.19
12+
313
## 1.7.7
414

515
### Patch Changes

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": "1.7.7",
3+
"version": "1.7.8",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/opentelemetry/CHANGELOG.md

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

3+
## 1.3.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.4.7
9+
310
## 1.3.34
411

512
### Patch Changes

packages/plugins/opentelemetry/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/plugin-opentelemetry",
3-
"version": "1.3.34",
3+
"version": "1.3.35",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/prometheus/CHANGELOG.md

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

3+
## 1.3.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/[email protected]
9+
310
## 1.3.22
411

512
### Patch Changes

0 commit comments

Comments
 (0)