Skip to content

Commit af46ce5

Browse files
[ci] release (#2002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 621792f commit af46ce5

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/spotty-flies-knock.md

-6
This file was deleted.

packages/openapi-react-query/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#1975](https://github.com/openapi-ts/openapi-typescript/pull/1975) [`621792f`](https://github.com/openapi-ts/openapi-typescript/commit/621792f23b0b8830949f3c1e25fe480557016b9a) Thanks [@HugeLetters](https://github.com/HugeLetters)! - - Fixed empty value check in queryFn: only throws error for undefined, other falsy values are allowed
8+
- Fixed empty value check in mutationFn: allow falsy values
9+
310
## 0.2.4
411

512
### 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.4",
4+
"version": "0.2.5",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)