Skip to content

Commit 776c4e9

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

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/@graphql-hive_gateway-runtime-79-dependencies.md

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

packages/gateway/CHANGELOG.md

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

3+
## 1.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7c9560a`](https://github.com/graphql-hive/gateway/commit/7c9560aa77bf40c37074eb5b77f9941664062b5e)]:
8+
- @graphql-hive/gateway-runtime@1.1.5
9+
310
## 1.4.10
411

512
### 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.4.10",
3+
"version": "1.4.11",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/runtime/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [#79](https://github.com/graphql-hive/gateway/pull/79) [`7c9560a`](https://github.com/graphql-hive/gateway/commit/7c9560aa77bf40c37074eb5b77f9941664062b5e) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Updated dependency [`@graphql-mesh/fusion-runtime@^0.10.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-runtime/v/0.10.1) (from `^0.10.0`, in `dependencies`)
10+
311
## 1.1.4
412

513
### Patch Changes

packages/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-hive/gateway-runtime",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)