diff --git a/.changeset/five-kangaroos-divide.md b/.changeset/five-kangaroos-divide.md deleted file mode 100644 index 5f9a4869b..000000000 --- a/.changeset/five-kangaroos-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/client': patch ---- - -Make token optional when Hive is disabled diff --git a/packages/libraries/client/CHANGELOG.md b/packages/libraries/client/CHANGELOG.md index 8235ca4e4..6ba50aef1 100644 --- a/packages/libraries/client/CHANGELOG.md +++ b/packages/libraries/client/CHANGELOG.md @@ -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 diff --git a/packages/libraries/client/package.json b/packages/libraries/client/package.json index 32b7c9414..53bc9218a 100644 --- a/packages/libraries/client/package.json +++ b/packages/libraries/client/package.json @@ -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": { diff --git a/packages/services/server/package.json b/packages/services/server/package.json index 445d8f422..9bc618801 100644 --- a/packages/services/server/package.json +++ b/packages/services/server/package.json @@ -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:*",