Skip to content

Commit 1cf5a0e

Browse files
Upcoming Release Changes (#56)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 07fe045 commit 1cf5a0e

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/@graphql-hive_gateway-runtime-50-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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`07fe045`](https://github.com/graphql-hive/gateway/commit/07fe0458935ff0f171db8c9fa96bdbdd02884716)]:
8+
- @graphql-hive/gateway-runtime@1.1.1
9+
310
## 1.4.3
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.3",
3+
"version": "1.4.4",
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.1
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/graphql-hive/gateway/pull/50) [`07fe045`](https://github.com/graphql-hive/gateway/commit/07fe0458935ff0f171db8c9fa96bdbdd02884716) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
9+
- Updated dependency [`@graphql-yoga/plugin-apollo-usage-report@^0.2.0` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-apollo-usage-report/v/0.2.0) (from `^0.1.0`, in `dependencies`)
10+
311
## 1.1.0
412

513
### Minor 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.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)