Skip to content

Commit 63a5322

Browse files
chore(release): update monorepo packages versions (#48)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a709644 commit 63a5322

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/violet-jokes-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugins/typescript/react-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/typescript-react-query
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 4.0.6
410

511
### Patch Changes

packages/plugins/typescript/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-react-query",
3-
"version": "4.0.6",
3+
"version": "4.1.0",
44
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)