Skip to content

Commit 781cf92

Browse files
[ci] release (#1971)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 455b735 commit 781cf92

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/query-options-infer.md

-5
This file was deleted.

.changeset/query-options-queryfn.md

-5
This file was deleted.

packages/openapi-react-query/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openapi-react-query
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [#1952](https://github.com/openapi-ts/openapi-typescript/pull/1952) [`455b735`](https://github.com/openapi-ts/openapi-typescript/commit/455b73527c788918d665a3d607e8ac240a4e5e52) Thanks [@zsugabubus](https://github.com/zsugabubus)! - Fix return type inference for `queryOptions()` when used inside `useQuery` or `useSuspenseQuery`.
8+
9+
- [#1952](https://github.com/openapi-ts/openapi-typescript/pull/1952) [`455b735`](https://github.com/openapi-ts/openapi-typescript/commit/455b73527c788918d665a3d607e8ac240a4e5e52) Thanks [@zsugabubus](https://github.com/zsugabubus)! - Narrow `queryFn` returned by `queryOptions()` to be a function.
10+
311
## 0.2.3
412

513
### Patch Changes

packages/openapi-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-react-query",
33
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)