···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix(valibot): use isoDate instead of date for date strings
-5
.changeset/modern-nails-clap.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix(typescript): generates union of arrays when items use nested oneOf
-5
.changeset/nice-pans-poke.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix(schema): nameBuilder can be a string
-5
.changeset/tidy-dolphins-help.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix(sdk): serviceNameBuilder can be a function
+12
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.69.1
44+55+### Patch Changes
66+77+- [#2109](https://github.com/hey-api/openapi-ts/pull/2109) [`6d6b087`](https://github.com/hey-api/openapi-ts/commit/6d6b08771e78d184c6b17c97c6baa5a750b84581) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(valibot): use isoDate instead of date for date strings
88+99+- [#2108](https://github.com/hey-api/openapi-ts/pull/2108) [`7e604fa`](https://github.com/hey-api/openapi-ts/commit/7e604fa03f34bcf621033f3ca633fa2365a79c53) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(typescript): generates union of arrays when items use nested oneOf
1010+1111+- [#2106](https://github.com/hey-api/openapi-ts/pull/2106) [`b0cb0ab`](https://github.com/hey-api/openapi-ts/commit/b0cb0abe0f63f144380cde5fe3a2381f61038e5f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(schema): nameBuilder can be a string
1212+1313+- [#2106](https://github.com/hey-api/openapi-ts/pull/2106) [`b0cb0ab`](https://github.com/hey-api/openapi-ts/commit/b0cb0abe0f63f144380cde5fe3a2381f61038e5f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(sdk): serviceNameBuilder can be a function
1414+315## 0.69.0
416517### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.69.0",
33+ "version": "0.69.1",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {