fork of hey-api/openapi-ts because I need some additional things

Merge pull request #922 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
3adb1b85 b3d3849f

+7 -6
-5
.changeset/spicy-crabs-bake.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: add preview version of TanStack Query plugin
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.52.6 4 + 5 + ### Patch Changes 6 + 7 + - [#920](https://github.com/hey-api/openapi-ts/pull/920) [`4ff2404`](https://github.com/hey-api/openapi-ts/commit/4ff24049457b7d0d5333c3704f488f1f45dd0c5b) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add preview version of TanStack Query plugin 8 + 3 9 ## 0.52.5 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.52.5", 3 + "version": "0.52.6", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",