diff --git a/.changeset/query-options.md b/.changeset/query-options.md deleted file mode 100644 index ba194f6bc..000000000 --- a/.changeset/query-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-react-query": minor ---- - -Introduce `queryOptions` that can be used as a building block to integrate with `useQueries`/`fetchQueries`/`prefetchQueries`… etc. diff --git a/packages/openapi-react-query/CHANGELOG.md b/packages/openapi-react-query/CHANGELOG.md index b7eb19c3f..fcf320bb1 100644 --- a/packages/openapi-react-query/CHANGELOG.md +++ b/packages/openapi-react-query/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-react-query +## 0.2.0 + +### Minor Changes + +- [#1858](https://github.com/openapi-ts/openapi-typescript/pull/1858) [`29bd162`](https://github.com/openapi-ts/openapi-typescript/commit/29bd162dccf441abbb33f07c6158410fd81a85d7) Thanks [@zsugabubus](https://github.com/zsugabubus)! - Introduce `queryOptions` that can be used as a building block to integrate with `useQueries`/`fetchQueries`/`prefetchQueries`… etc. + ## 0.1.7 ### Patch Changes diff --git a/packages/openapi-react-query/package.json b/packages/openapi-react-query/package.json index 011680ec3..599a0ea0e 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.1.7", + "version": "0.2.0", "author": { "name": "Martin Paucot", "email": "contact@martin-paucot.fr"