From 733bc165ad9d4641c36ddc0b2692aeef3a7a0d8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 19:18:51 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#400) Co-authored-by: github-actions[bot] --- .changeset/tricky-ducks-yell.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/tricky-ducks-yell.md diff --git a/.changeset/tricky-ducks-yell.md b/.changeset/tricky-ducks-yell.md deleted file mode 100644 index 663c593d2..000000000 --- a/.changeset/tricky-ducks-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/client': patch ---- - -Fix the wrong cacheKey from #397 diff --git a/packages/libraries/client/CHANGELOG.md b/packages/libraries/client/CHANGELOG.md index 2841f5c33..540a8185c 100644 --- a/packages/libraries/client/CHANGELOG.md +++ b/packages/libraries/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-hive/client +## 0.18.5 + +### Patch Changes + +- [#399](https://github.com/kamilkisiela/graphql-hive/pull/399) [`bd6e500`](https://github.com/kamilkisiela/graphql-hive/commit/bd6e500532ed4878a069883fadeaf3bb00e38aeb) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix the wrong cacheKey from #397 + ## 0.18.4 ### Patch Changes diff --git a/packages/libraries/client/package.json b/packages/libraries/client/package.json index 40b27e55a..3b13e47e4 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.4", + "version": "0.18.5", "author": { "email": "contact@the-guild.dev", "name": "The Guild", diff --git a/packages/services/server/package.json b/packages/services/server/package.json index c0ea6e440..2b056a24b 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.4", + "@graphql-hive/client": "0.18.5", "@hive/api": "0.0.1", "@hive/service-common": "0.0.0", "@hive/storage": "0.0.0",