From 63a5322bd8db4c123bd2906551a3a1fabb32b2ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:43:14 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#48) Co-authored-by: github-actions[bot] --- .changeset/violet-jokes-repair.md | 5 ----- packages/plugins/typescript/react-query/CHANGELOG.md | 6 ++++++ packages/plugins/typescript/react-query/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/violet-jokes-repair.md 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",