Skip to content

Commit 335c1b9

Browse files
chore(release): update monorepo packages versions
1 parent 33f8402 commit 335c1b9

18 files changed

+77
-22
lines changed

.changeset/@graphql-hive_gateway-390-dependencies.md

-7
This file was deleted.

.changeset/nervous-cups-scream.md

-7
This file was deleted.

packages/batch-delegate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/batch-delegate
22

3+
## 9.0.26
4+
5+
### Patch Changes
6+
7+
- [#382](https://github.com/graphql-hive/gateway/pull/382) [`21e1f05`](https://github.com/graphql-hive/gateway/commit/21e1f05373a78c93b52b5321f1f4e8d7aba17151) Thanks [@ardatan](https://github.com/ardatan)! - Memoize the batched delegation loader by respecting the arguments correctly
8+
9+
[See more details in the PR](https://github.com/ardatan/graphql-tools/pull/5189)
10+
311
## 9.0.25
412

513
### Patch Changes

packages/batch-delegate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "9.0.25",
3+
"version": "9.0.26",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/federation/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-tools/federation
22

3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@9.4.12
9+
310
## 3.0.5
411

512
### Patch Changes

packages/federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/federation",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

packages/fusion-runtime/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-mesh/fusion-runtime
22

3+
## 0.10.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@9.4.12
9+
- @graphql-tools/federation@3.0.6
10+
311
## 0.10.25
412

513
### Patch Changes

packages/fusion-runtime/package.json

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

packages/gateway/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-hive/gateway
22

3+
## 1.7.5
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/graphql-hive/gateway/pull/390) [`708c32f`](https://github.com/graphql-hive/gateway/commit/708c32f30bd0950e0e397a50c64af3ed9bd40d5c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
9+
- Updated dependency [`commander@^13.0.0` ↗︎](https://www.npmjs.com/package/commander/v/13.0.0) (from `^12.0.0`, in `dependencies`)
10+
11+
- Updated dependencies []:
12+
- @graphql-mesh/hmac-upstream-signature@1.2.19
13+
- @graphql-hive/gateway-runtime@1.4.5
14+
- @graphql-mesh/plugin-opentelemetry@1.3.33
15+
- @graphql-mesh/plugin-prometheus@1.3.21
16+
317
## 1.7.4
418

519
### Patch Changes

packages/gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/opentelemetry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-mesh/plugin-opentelemetry
22

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

512
### Patch Changes

packages/plugins/opentelemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-opentelemetry",
3-
"version": "1.3.32",
3+
"version": "1.3.33",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/prometheus/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-mesh/plugin-prometheus
22

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

512
### Patch Changes

packages/plugins/prometheus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-prometheus",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-hive/gateway-runtime
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`21e1f05`](https://github.com/graphql-hive/gateway/commit/21e1f05373a78c93b52b5321f1f4e8d7aba17151)]:
8+
- @graphql-tools/batch-delegate@9.0.26
9+
- @graphql-mesh/hmac-upstream-signature@1.2.19
10+
- @graphql-tools/stitch@9.4.12
11+
- @graphql-tools/federation@3.0.6
12+
- @graphql-mesh/fusion-runtime@0.10.26
13+
314
## 1.4.4
415

516
### Patch Changes

packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway-runtime",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/stitch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-tools/stitch
22

3+
## 9.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`21e1f05`](https://github.com/graphql-hive/gateway/commit/21e1f05373a78c93b52b5321f1f4e8d7aba17151)]:
8+
- @graphql-tools/batch-delegate@9.0.26
9+
310
## 9.4.11
411

512
### Patch Changes

packages/stitch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/stitch",
3-
"version": "9.4.11",
3+
"version": "9.4.12",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

0 commit comments

Comments
 (0)