diff --git a/.changeset/happy-kangaroos-shake.md b/.changeset/happy-kangaroos-shake.md deleted file mode 100644 index 0901f0a322..0000000000 --- a/.changeset/happy-kangaroos-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -feat(typescript): add `topType` option allowing to choose `any` over `unknown` diff --git a/.changeset/many-ravens-wave.md b/.changeset/many-ravens-wave.md deleted file mode 100644 index c6e285b5db..0000000000 --- a/.changeset/many-ravens-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix(client): expose all interceptor methods diff --git a/.changeset/odd-fireants-lay.md b/.changeset/odd-fireants-lay.md deleted file mode 100644 index 3fa74523f7..0000000000 --- a/.changeset/odd-fireants-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix(config): correctly load user-defined hooks diff --git a/.changeset/purple-elephants-lie.md b/.changeset/purple-elephants-lie.md deleted file mode 100644 index fe97933f61..0000000000 --- a/.changeset/purple-elephants-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix(typescript): handle string and binary string in composite keywords diff --git a/packages/openapi-ts/CHANGELOG.md b/packages/openapi-ts/CHANGELOG.md index 149789736a..c4aa21c90b 100644 --- a/packages/openapi-ts/CHANGELOG.md +++ b/packages/openapi-ts/CHANGELOG.md @@ -1,5 +1,17 @@ # @hey-api/openapi-ts +## 0.83.1 + +### Patch Changes + +- feat(typescript): add `topType` option allowing to choose `any` over `unknown` ([#2629](https://github.com/hey-api/openapi-ts/pull/2629)) ([`444a49a`](https://github.com/hey-api/openapi-ts/commit/444a49a3f0855575c3ef1a3350fd102d42553f3e)) by [@mrlubos](https://github.com/mrlubos) + +- fix(client): expose all interceptor methods ([#2627](https://github.com/hey-api/openapi-ts/pull/2627)) ([`5a74da0`](https://github.com/hey-api/openapi-ts/commit/5a74da055e835b5160cb11e3d2be6921feeb18ad)) by [@mrlubos](https://github.com/mrlubos) + +- fix(config): correctly load user-defined hooks ([#2623](https://github.com/hey-api/openapi-ts/pull/2623)) ([`1193c4d`](https://github.com/hey-api/openapi-ts/commit/1193c4dce77e0cb02c32b25661f22065a18bd095)) by [@mrlubos](https://github.com/mrlubos) + +- fix(typescript): handle string and binary string in composite keywords ([#2630](https://github.com/hey-api/openapi-ts/pull/2630)) ([`43a0661`](https://github.com/hey-api/openapi-ts/commit/43a06617448344448375e0c13a156cb91666f3e9)) by [@mrlubos](https://github.com/mrlubos) + ## 0.83.0 ### Minor Changes diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index 0dba90302d..ebbd30121c 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.83.0", + "version": "0.83.1", "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", "homepage": "https://heyapi.dev/", "repository": {