Upcoming Release Changes (#711)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-11-29 15:46:41 +01:00 committed by GitHub
parent d0357ee93a
commit fee3192e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': patch
---
Make token optional when Hive is disabled

View file

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

View file

@ -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": {

View file

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