From 932a4be448253a5e4e7f48ff63bacf2049fe9fa0 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:27:13 +0100 Subject: [PATCH] Upcoming Release Changes (#575) Co-authored-by: github-actions[bot] --- .changeset/dull-mayflies-allow.md | 5 ----- packages/gateway/CHANGELOG.md | 6 ++++++ packages/gateway/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dull-mayflies-allow.md diff --git a/.changeset/dull-mayflies-allow.md b/.changeset/dull-mayflies-allow.md deleted file mode 100644 index 92de40ebc..000000000 --- a/.changeset/dull-mayflies-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/gateway': patch ---- - -Fix the regression causing `port`, `host` and `pollingInterval` in the configuration is overriden by the default values of CLI parameters diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 2b6bfdee7..1675a1f31 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-hive/gateway +## 1.9.1 + +### Patch Changes + +- [#574](https://github.com/graphql-hive/gateway/pull/574) [`8c466f4`](https://github.com/graphql-hive/gateway/commit/8c466f49cd54fe4a341b398bbda9f06955ad9807) Thanks [@ardatan](https://github.com/ardatan)! - Fix the regression causing `port`, `host` and `pollingInterval` in the configuration is overriden by the default values of CLI parameters + ## 1.9.0 ### Minor Changes diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 4d3661632..e00c5d778 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway", - "version": "1.9.0", + "version": "1.9.1", "type": "module", "repository": { "type": "git",