···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@tanstack/solid-query)**: index mutation options symbol
-5
.changeset/cold-ideas-eat-3.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@tanstack/svelte-query)**: index mutation options symbol
-5
.changeset/cold-ideas-eat-4.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@tanstack/vue-query)**: index mutation options symbol
-5
.changeset/cold-ideas-eat.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@tanstack/react-query)**: index mutation options symbol
-5
.changeset/cuddly-jokes-walk.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**parser**: inline deep path `$ref` references
-5
.changeset/rare-coins-heal.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@tanstack/angular-query-experimental)**: index mutation options symbol
-5
.changeset/stale-parts-warn.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/sdk)**: correctly map body keys in flat mode
+18
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.90.10
44+55+### Patch Changes
66+77+- **plugin(@tanstack/solid-query)**: index mutation options symbol ([#3253](https://github.com/hey-api/openapi-ts/pull/3253)) ([`c5f379e`](https://github.com/hey-api/openapi-ts/commit/c5f379ea5534272d63a423c671427ff1ef13197a)) by [@mrlubos](https://github.com/mrlubos)
88+99+- **plugin(@tanstack/svelte-query)**: index mutation options symbol ([#3253](https://github.com/hey-api/openapi-ts/pull/3253)) ([`c5f379e`](https://github.com/hey-api/openapi-ts/commit/c5f379ea5534272d63a423c671427ff1ef13197a)) by [@mrlubos](https://github.com/mrlubos)
1010+1111+- **plugin(@tanstack/vue-query)**: index mutation options symbol ([#3253](https://github.com/hey-api/openapi-ts/pull/3253)) ([`c5f379e`](https://github.com/hey-api/openapi-ts/commit/c5f379ea5534272d63a423c671427ff1ef13197a)) by [@mrlubos](https://github.com/mrlubos)
1212+1313+- **plugin(@tanstack/react-query)**: index mutation options symbol ([#3253](https://github.com/hey-api/openapi-ts/pull/3253)) ([`c5f379e`](https://github.com/hey-api/openapi-ts/commit/c5f379ea5534272d63a423c671427ff1ef13197a)) by [@mrlubos](https://github.com/mrlubos)
1414+1515+- **parser**: inline deep path `$ref` references ([#3242](https://github.com/hey-api/openapi-ts/pull/3242)) ([`00cfaed`](https://github.com/hey-api/openapi-ts/commit/00cfaed32a3b1d2a7bbd5c4c2a946a9f7be262b2)) by [@chrg1001](https://github.com/chrg1001)
1616+1717+- **plugin(@tanstack/angular-query-experimental)**: index mutation options symbol ([#3249](https://github.com/hey-api/openapi-ts/pull/3249)) ([`5977f56`](https://github.com/hey-api/openapi-ts/commit/5977f56362351a9e4f1e9715c141a8e37130a4bb)) by [@j-ibarra](https://github.com/j-ibarra)
1818+1919+- **plugin(@hey-api/sdk)**: correctly map body keys in flat mode ([#3255](https://github.com/hey-api/openapi-ts/pull/3255)) ([`9ca5471`](https://github.com/hey-api/openapi-ts/commit/9ca547168c7a89acb0523bd05a5ee24aee7d8638)) by [@jsjames](https://github.com/jsjames)
2020+321## 0.90.9
422523### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.90.9",
33+ "version": "0.90.10",
44 "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {