diff --git a/.changeset/chilly-meals-act.md b/.changeset/chilly-meals-act.md deleted file mode 100644 index 6c60b5419..000000000 --- a/.changeset/chilly-meals-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-react-query": patch ---- - -[#1845](https://github.com/openapi-ts/openapi-typescript/pull/2105): The return value of the `select` property is now considered when inferring the `data` type. diff --git a/packages/openapi-react-query/CHANGELOG.md b/packages/openapi-react-query/CHANGELOG.md index 451232380..3fb6b23dd 100644 --- a/packages/openapi-react-query/CHANGELOG.md +++ b/packages/openapi-react-query/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-react-query +## 0.2.10 + +### Patch Changes + +- [#2105](https://github.com/openapi-ts/openapi-typescript/pull/2105) [`af0e72f`](https://github.com/openapi-ts/openapi-typescript/commit/af0e72f16f1515f2953a719d7f58c76ec27637ea) Thanks [@HagenMorano](https://github.com/HagenMorano)! - [#1845](https://github.com/openapi-ts/openapi-typescript/pull/2105): The return value of the `select` property is now considered when inferring the `data` type. + ## 0.2.9 ### Patch Changes diff --git a/packages/openapi-react-query/package.json b/packages/openapi-react-query/package.json index 52edbbdd6..32b96371b 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.9", + "version": "0.2.10", "author": { "name": "Martin Paucot", "email": "contact@martin-paucot.fr"