diff --git a/.changeset/spotty-flies-knock.md b/.changeset/spotty-flies-knock.md deleted file mode 100644 index 302c097a0..000000000 --- a/.changeset/spotty-flies-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"openapi-react-query": patch ---- - -- Fixed empty value check in queryFn: only throws error for undefined, other falsy values are allowed -- Fixed empty value check in mutationFn: allow falsy values diff --git a/packages/openapi-react-query/CHANGELOG.md b/packages/openapi-react-query/CHANGELOG.md index 790b81147..6782a9599 100644 --- a/packages/openapi-react-query/CHANGELOG.md +++ b/packages/openapi-react-query/CHANGELOG.md @@ -1,5 +1,12 @@ # openapi-react-query +## 0.2.5 + +### Patch Changes + +- [#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 + - Fixed empty value check in mutationFn: allow falsy values + ## 0.2.4 ### Patch Changes diff --git a/packages/openapi-react-query/package.json b/packages/openapi-react-query/package.json index 2d29ca424..8e661326f 100644 --- a/packages/openapi-react-query/package.json +++ b/packages/openapi-react-query/package.json @@ -1,7 +1,7 @@ { "name": "openapi-react-query", "description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.", - "version": "0.2.4", + "version": "0.2.5", "author": { "name": "Martin Paucot", "email": "contact@martin-paucot.fr"