From fedd03a3c9cf9be724d7c7471eda969f7f0ca28b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:38:59 +0200 Subject: [PATCH] Upcoming Release Changes (#436) --- .changeset/yellow-kings-marry.md | 5 ----- packages/libraries/client/CHANGELOG.md | 6 ++++++ packages/libraries/client/package.json | 2 +- packages/services/server/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/yellow-kings-marry.md diff --git a/.changeset/yellow-kings-marry.md b/.changeset/yellow-kings-marry.md deleted file mode 100644 index 4e67205be8..0000000000 --- a/.changeset/yellow-kings-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/client': patch ---- - -Use ETag and If-None-Match to save bandwidth and improve performance diff --git a/packages/libraries/client/CHANGELOG.md b/packages/libraries/client/CHANGELOG.md index 540a8185c1..55cdf6629b 100644 --- a/packages/libraries/client/CHANGELOG.md +++ b/packages/libraries/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-hive/client +## 0.19.0 + +### Major Changes + +- [#435](https://github.com/kamilkisiela/graphql-hive/pull/435) [`a79c253`](https://github.com/kamilkisiela/graphql-hive/commit/a79c253253614e44d01fef411016d353ef8c255e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Use ETag and If-None-Match to save bandwidth and improve performance + ## 0.18.5 ### Patch Changes diff --git a/packages/libraries/client/package.json b/packages/libraries/client/package.json index 3b13e47e43..93fd6e599d 100644 --- a/packages/libraries/client/package.json +++ b/packages/libraries/client/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-hive/client", "description": "A NodeJS client for GraphQL Hive", - "version": "0.18.5", + "version": "0.19.0", "author": { "email": "contact@the-guild.dev", "name": "The Guild", diff --git a/packages/services/server/package.json b/packages/services/server/package.json index 2b056a24bd..afa67eed3f 100644 --- a/packages/services/server/package.json +++ b/packages/services/server/package.json @@ -28,7 +28,7 @@ "cross-undici-fetch": "0.4.3" }, "devDependencies": { - "@graphql-hive/client": "0.18.5", + "@graphql-hive/client": "0.19.0", "@hive/api": "0.0.1", "@hive/service-common": "0.0.0", "@hive/storage": "0.0.0",