Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2023
1 parent a709644 commit 63a5322
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-jokes-repair.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugins/typescript/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63a5322

Please sign in to comment.