diff --git a/.changeset/cool-pugs-nail.md b/.changeset/cool-pugs-nail.md deleted file mode 100644 index 171de5252..000000000 --- a/.changeset/cool-pugs-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/client': patch ---- - -Collect input fields from variables (opt-in with `processVariables` flag) diff --git a/packages/libraries/client/CHANGELOG.md b/packages/libraries/client/CHANGELOG.md index 5d04c04b0..2841f5c33 100644 --- a/packages/libraries/client/CHANGELOG.md +++ b/packages/libraries/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-hive/client +## 0.18.4 + +### Patch Changes + +- [#379](https://github.com/kamilkisiela/graphql-hive/pull/379) [`2e7c8f3`](https://github.com/kamilkisiela/graphql-hive/commit/2e7c8f3c94013f890f42ca1054287841478ba7a6) Thanks [@dimatill](https://github.com/dimatill)! - Collect input fields from variables (opt-in with `processVariables` flag) + ## 0.18.3 ### Patch Changes diff --git a/packages/libraries/client/package.json b/packages/libraries/client/package.json index 54903f1b1..40b27e55a 100644 --- a/packages/libraries/client/package.json +++ b/packages/libraries/client/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-hive/client", "description": "A NodeJS client for GraphQL Hive", - "version": "0.18.3", + "version": "0.18.4", "author": { "email": "contact@the-guild.dev", "name": "The Guild", diff --git a/packages/services/server/package.json b/packages/services/server/package.json index 1b48f8529..c0ea6e440 100644 --- a/packages/services/server/package.json +++ b/packages/services/server/package.json @@ -28,7 +28,7 @@ "cross-undici-fetch": "0.4.3" }, "devDependencies": { - "@graphql-hive/client": "0.18.3", + "@graphql-hive/client": "0.18.4", "@hive/api": "0.0.1", "@hive/service-common": "0.0.0", "@hive/storage": "0.0.0",