Skip to content

Commit 91bc2d0

Browse files
authored
Merge pull request #2625 from hey-api/changeset-release/main
ci: release
2 parents 4fb0e1b + 2b46632 commit 91bc2d0

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/happy-kangaroos-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-ravens-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-fireants-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-elephants-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/openapi-ts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @hey-api/openapi-ts
22

3+
## 0.83.1
4+
5+
### Patch Changes
6+
7+
- 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)
8+
9+
- 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)
10+
11+
- 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)
12+
13+
- 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)
14+
315
## 0.83.0
416

517
### Minor Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.83.0",
3+
"version": "0.83.1",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)