mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore(release): update monorepo packages versions (#309)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a212f61f2
commit
01c383e5a5
4 changed files with 8 additions and 7 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': patch
|
||||
---
|
||||
|
||||
Avoid marking the same type as used twice
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# @graphql-hive/client
|
||||
|
||||
## 0.18.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#308](https://github.com/kamilkisiela/graphql-hive/pull/308) [`5a212f6`](https://github.com/kamilkisiela/graphql-hive/commit/5a212f61f206d7b73f8abf04667480851aa6066e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Avoid marking the same type as used twice
|
||||
|
||||
## 0.18.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@graphql-hive/client",
|
||||
"description": "A NodeJS client for GraphQL Hive",
|
||||
"version": "0.18.2",
|
||||
"version": "0.18.3",
|
||||
"author": {
|
||||
"email": "contact@the-guild.dev",
|
||||
"name": "The Guild",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"reflect-metadata": "0.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-hive/client": "0.18.2",
|
||||
"@graphql-hive/client": "0.18.3",
|
||||
"@hive/api": "0.0.1",
|
||||
"@hive/service-common": "0.0.0",
|
||||
"@hive/storage": "0.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue