chore(release): update monorepo packages versions (#400)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-09-22 19:18:51 +02:00 committed by GitHub
parent bd6e500532
commit 733bc165ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': patch
---
Fix the wrong cacheKey from #397

View file

@ -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

View file

@ -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",

View file

@ -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",