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

ci: release

+16 -17
-5
.changeset/eleven-pillows-bathe.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(typescript): remove legacy options
-5
.changeset/old-pianos-beg.md
··· 1 - --- 2 - "@docs/openapi-ts": patch 3 - --- 4 - 5 - docs: add bigint section to transformers
-5
.changeset/wet-vans-taste.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(tanstack-query): correctly access instantiated SDKs
+6
docs/CHANGELOG.md
··· 1 1 # @docs/openapi-ts 2 2 3 + ## 0.10.4 4 + 5 + ### Patch Changes 6 + 7 + - docs: add bigint section to transformers ([#2865](https://github.com/hey-api/openapi-ts/pull/2865)) ([`ba4d9bf`](https://github.com/hey-api/openapi-ts/commit/ba4d9bf603d8c897016fd1775d13e184111ace17)) by [@wn-mitch](https://github.com/wn-mitch) 8 + 3 9 ## 0.10.3 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@docs/openapi-ts", 3 - "version": "0.10.3", 3 + "version": "0.10.4", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.87.1 4 + 5 + ### Patch Changes 6 + 7 + - fix(typescript): remove legacy options ([#2929](https://github.com/hey-api/openapi-ts/pull/2929)) ([`97c1f0e`](https://github.com/hey-api/openapi-ts/commit/97c1f0e94f8eb8ca2d74f4f5ebe51a53f347641b)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - fix(tanstack-query): correctly access instantiated SDKs ([#2939](https://github.com/hey-api/openapi-ts/pull/2939)) ([`01a1fb4`](https://github.com/hey-api/openapi-ts/commit/01a1fb48a2e2d4e14a33cf3e81b44b5fad76e72a)) by [@mrlubos](https://github.com/mrlubos) 10 + 3 11 ## 0.87.0 4 12 5 13 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.87.0", 3 + "version": "0.87.1", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {