diff --git a/.changeset/violet-jokes-repair.md b/.changeset/violet-jokes-repair.md deleted file mode 100644 index b05f2a672..000000000 --- a/.changeset/violet-jokes-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/typescript-react-query': minor ---- - -Reverts problematic part of PR #8497. That PR fixed an issue with infinite query generated hooks not utilizing pageParamKeys for custom fetchers but in the process introduced a type error. This removes the cause of the type error. diff --git a/packages/plugins/typescript/react-query/CHANGELOG.md b/packages/plugins/typescript/react-query/CHANGELOG.md index 4764db3d4..61569f331 100644 --- a/packages/plugins/typescript/react-query/CHANGELOG.md +++ b/packages/plugins/typescript/react-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/typescript-react-query +## 4.1.0 + +### Minor Changes + +- [#25](https://github.com/dotansimha/graphql-code-generator-community/pull/25) [`a70964409`](https://github.com/dotansimha/graphql-code-generator-community/commit/a70964409e882ace42756e3f9f86a0eb8819a120) Thanks [@EandrewJones](https://github.com/EandrewJones)! - Reverts problematic part of PR #8497. That PR fixed an issue with infinite query generated hooks not utilizing pageParamKeys for custom fetchers but in the process introduced a type error. This removes the cause of the type error. + ## 4.0.6 ### Patch Changes diff --git a/packages/plugins/typescript/react-query/package.json b/packages/plugins/typescript/react-query/package.json index 02d4aad1b..81df8453b 100644 --- a/packages/plugins/typescript/react-query/package.json +++ b/packages/plugins/typescript/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-react-query", - "version": "4.0.6", + "version": "4.1.0", "description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations", "repository": { "type": "git",