Skip to content

Commit dd15dad

Browse files
chore(release): update monorepo packages versions
1 parent 654edd3 commit dd15dad

23 files changed

+158
-98
lines changed

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

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

.changeset/lemon-zebras-smoke.md

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

.changeset/plenty-timers-nail.md

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

.changeset/strong-ghosts-talk.md

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

.changeset/tender-queens-wait.md

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

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+
## 3.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e9f78cd`](https://github.com/graphql-hive/gateway/commit/e9f78cd29681ca9b4371e12953a31d2b8f5e4c17)]:
8+
- @graphql-tools/wrap@10.0.28
9+
- @graphql-tools/stitch@9.4.15
10+
311
## 3.0.9
412

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

packages/fusion-runtime/CHANGELOG.md

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

3+
## 0.10.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e9f78cd`](https://github.com/graphql-hive/gateway/commit/e9f78cd29681ca9b4371e12953a31d2b8f5e4c17)]:
8+
- @graphql-tools/wrap@10.0.28
9+
- @graphql-tools/federation@3.0.10
10+
- @graphql-tools/stitch@9.4.15
11+
312
## 0.10.29
413

514
### 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.29",
3+
"version": "0.10.30",
44
"type": "module",
55
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
66
"repository": {

packages/gateway/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#462](https://github.com/graphql-hive/gateway/pull/462) [`9a6ae85`](https://github.com/graphql-hive/gateway/commit/9a6ae85470de66fa397c8f0f03e66f6919eddfdb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Point to exact location of syntax error when parsing malformed config files
8+
9+
### Patch Changes
10+
11+
- [#462](https://github.com/graphql-hive/gateway/pull/462) [`9a6ae85`](https://github.com/graphql-hive/gateway/commit/9a6ae85470de66fa397c8f0f03e66f6919eddfdb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
12+
13+
- Added dependency [`@graphql-hive/importer@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/importer/v/workspace:^) (to `dependencies`)
14+
- Removed dependency [`@graphql-mesh/include@^0.2.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/include/v/0.2.3) (from `dependencies`)
15+
16+
- [#462](https://github.com/graphql-hive/gateway/pull/462) [`9a6ae85`](https://github.com/graphql-hive/gateway/commit/9a6ae85470de66fa397c8f0f03e66f6919eddfdb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Use `@graphql-hive/importer` for importing configs and transpiling TypeScript files
17+
18+
- Updated dependencies [[`9a6ae85`](https://github.com/graphql-hive/gateway/commit/9a6ae85470de66fa397c8f0f03e66f6919eddfdb)]:
19+
- @graphql-hive/importer@1.0.0
20+
- @graphql-mesh/hmac-upstream-signature@1.2.19
21+
- @graphql-hive/gateway-runtime@1.4.9
22+
- @graphql-mesh/plugin-opentelemetry@1.3.37
23+
- @graphql-mesh/plugin-prometheus@1.3.25
24+
325
## 1.7.9
426

527
### Patch Changes

0 commit comments

Comments
 (0)