Skip to content

Commit c278ff8

Browse files
chore(release): update monorepo packages versions
1 parent 3571399 commit c278ff8

File tree

13 files changed

+52
-11
lines changed

13 files changed

+52
-11
lines changed

.changeset/smart-wasps-smile.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.7
4+
5+
### Patch Changes
6+
7+
- [#387](https://github.com/graphql-hive/gateway/pull/387) [`3571399`](https://github.com/graphql-hive/gateway/commit/35713997b5330989b001c6317631621af24c404b) Thanks [@ardatan](https://github.com/ardatan)! - In case of shared root field on Mutation, it was batched incorrectly across subgraphs. But instead only one mutation should be called as mutations should not be parallel
8+
39
## 3.0.6
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.6",
3+
"version": "3.0.7",
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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3571399`](https://github.com/graphql-hive/gateway/commit/35713997b5330989b001c6317631621af24c404b)]:
8+
- @graphql-tools/federation@3.0.7
9+
310
## 0.10.26
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.26",
3+
"version": "0.10.27",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.4.6
9+
- @graphql-mesh/plugin-opentelemetry@1.3.34
10+
- @graphql-mesh/plugin-prometheus@1.3.22
11+
- @graphql-mesh/hmac-upstream-signature@1.2.19
12+
313
## 1.7.5
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.5",
3+
"version": "1.7.6",
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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.4.6
9+
310
## 1.3.33
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.33",
3+
"version": "1.3.34",
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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/[email protected]
9+
310
## 1.3.21
411

512
### Patch Changes

0 commit comments

Comments
 (0)