Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"query-plugins-remove-validator",
"quiet-jsdoc-types-vanish",
"rare-birds-beg",
"react-query-match-predicate",
"react-query-suspense-no-enabled",
"react-query-value-or-getter-params",
"react-query-vue-query-hookless-variant-files",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kubb/plugin-react-query

## 5.0.0-beta.104

### Patch Changes

- [#730](https://github.com/kubb-labs/plugins/pull/730) [`350bcca`](https://github.com/kubb-labs/plugins/commit/350bccac0e053c4d5ec9c93b299ffbf2b9b37db5) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - Give each of the five hook generators (`query`, `suspenseQuery`, `infiniteQuery`, `suspenseInfiniteQuery`, `mutation`) a `match` predicate instead of classifying and bailing out inside `operation()`. This replaces the `createOperationDispatcher` workaround from [#728](https://github.com/kubb-labs/plugins/issues/728), now that `@kubb/core`'s `Generator` supports `match` natively (kubb-labs/kubb#3828, released in `kubb@5.0.0-beta.104`). Generated output is unchanged.

## 5.0.0-beta.103

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/plugin-react-query",
"version": "5.0.0-beta.103",
"version": "5.0.0-beta.104",
"description": "Generate type-safe TanStack Query (React Query) hooks with Kubb. Covers useQuery, useMutation, useInfiniteQuery, and queryOptions with full TypeScript support.",
"keywords": [
"code-generation",
Expand Down
7 changes: 7 additions & 0 deletions tests/3.0.x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tests-3.0.x

## 0.0.1-beta.44

### Patch Changes

- Updated dependencies [[`350bcca`](https://github.com/kubb-labs/plugins/commit/350bccac0e053c4d5ec9c93b299ffbf2b9b37db5)]:
- @kubb/plugin-react-query@5.0.0-beta.104

## 0.0.1-beta.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/3.0.x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests-3.0.x",
"version": "0.0.1-beta.43",
"version": "0.0.1-beta.44",
"private": true,
"description": "Integration tests for OpenAPI 3.0.x",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions tests/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e

## 0.0.1-beta.37

### Patch Changes

- Updated dependencies [[`350bcca`](https://github.com/kubb-labs/plugins/commit/350bccac0e053c4d5ec9c93b299ffbf2b9b37db5)]:
- @kubb/plugin-react-query@5.0.0-beta.104

## 0.0.1-beta.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.0.1-beta.36",
"version": "0.0.1-beta.37",
"private": true,
"description": "",
"license": "MIT",
Expand Down