mirror of
https://github.com/graphql-hive/console
synced 2026-05-05 22:48:47 +00:00
Upcoming Release Changes (#711)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d0357ee93a
commit
fee3192e6b
4 changed files with 11 additions and 7 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': patch
|
||||
---
|
||||
|
||||
Make token optional when Hive is disabled
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# @graphql-hive/client
|
||||
|
||||
## 0.21.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#710](https://github.com/kamilkisiela/graphql-hive/pull/710)
|
||||
[`d0357ee`](https://github.com/kamilkisiela/graphql-hive/commit/d0357ee93ae2bca4d8978d990972204ac2d79521)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make token optional when Hive is
|
||||
disabled
|
||||
|
||||
## 0.21.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/client",
|
||||
"version": "0.21.3",
|
||||
"version": "0.21.4",
|
||||
"type": "module",
|
||||
"description": "A NodeJS client for GraphQL Hive",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"zod": "3.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-hive/client": "0.21.3",
|
||||
"@graphql-hive/client": "0.21.4",
|
||||
"@hive/api": "workspace:*",
|
||||
"@hive/service-common": "workspace:*",
|
||||
"@hive/storage": "workspace:*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue