diff --git a/.changeset/tame-dolives-brake.md b/.changeset/tame-dolives-brake.md deleted file mode 100644 index 18de6a8bb2..0000000000 --- a/.changeset/tame-dolives-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**plugin(@hey-api/client-next)**: fix: JSON parsing error on empty response bodies without Content-Length header diff --git a/.changeset/tame-olives-brake.md b/.changeset/tame-olives-brake.md deleted file mode 100644 index e81918b8a4..0000000000 --- a/.changeset/tame-olives-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**plugin(@hey-api/client-fetch)**: fix: JSON parsing error on empty response bodies without Content-Length header diff --git a/.changeset/tame-solives-brake.md b/.changeset/tame-solives-brake.md deleted file mode 100644 index f92ff33918..0000000000 --- a/.changeset/tame-solives-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**plugin(@hey-api/client-ky)**: fix: JSON parsing error on empty response bodies without Content-Length header diff --git a/.changeset/young-items-brake.md b/.changeset/young-items-brake.md deleted file mode 100644 index bbfd55d40a..0000000000 --- a/.changeset/young-items-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**plugin(valibot)**: add `enum` resolver diff --git a/.changeset/young-mitems-brake.md b/.changeset/young-mitems-brake.md deleted file mode 100644 index 1997baa797..0000000000 --- a/.changeset/young-mitems-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -**plugin(zod)**: add `enum` resolver diff --git a/packages/openapi-ts/CHANGELOG.md b/packages/openapi-ts/CHANGELOG.md index 1eaa49fd3e..76466e4628 100644 --- a/packages/openapi-ts/CHANGELOG.md +++ b/packages/openapi-ts/CHANGELOG.md @@ -1,5 +1,19 @@ # @hey-api/openapi-ts +## 0.90.4 + +### Patch Changes + +- **plugin(@hey-api/client-next)**: fix: JSON parsing error on empty response bodies without Content-Length header ([#3201](https://github.com/hey-api/openapi-ts/pull/3201)) ([`8428ca5`](https://github.com/hey-api/openapi-ts/commit/8428ca5152c66d393bcfee9570a6c1d7ad1155c7)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) + +- **plugin(@hey-api/client-fetch)**: fix: JSON parsing error on empty response bodies without Content-Length header ([#3201](https://github.com/hey-api/openapi-ts/pull/3201)) ([`2af4d9a`](https://github.com/hey-api/openapi-ts/commit/2af4d9ab56293c042459e6ae31787cd628be6037)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) + +- **plugin(@hey-api/client-ky)**: fix: JSON parsing error on empty response bodies without Content-Length header ([#3201](https://github.com/hey-api/openapi-ts/pull/3201)) ([`c0563fb`](https://github.com/hey-api/openapi-ts/commit/c0563fbd0f0ec66d25e5316bda0274380ac26639)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) + +- **plugin(valibot)**: add `enum` resolver ([#3209](https://github.com/hey-api/openapi-ts/pull/3209)) ([`f6723eb`](https://github.com/hey-api/openapi-ts/commit/f6723eb59cba4b2c2ffbdbddce3fc26d668e2d4a)) by [@thyming](https://github.com/thyming) + +- **plugin(zod)**: add `enum` resolver ([#3209](https://github.com/hey-api/openapi-ts/pull/3209)) ([`57334d8`](https://github.com/hey-api/openapi-ts/commit/57334d8c9c83169773a626193ca4c661b3957d37)) by [@thyming](https://github.com/thyming) + ## 0.90.3 ### Patch Changes diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index a717e7b5ba..e97be02dad 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.90.3", + "version": "0.90.4", "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.", "homepage": "https://heyapi.dev/", "repository": {