···11----
22-"@hey-api/openapi-ts": minor
33----
44-55-feat(client): generate all services in single `services.ts` file
-5
.changeset/fresh-timers-train.md
···11----
22-"@hey-api/openapi-ts": minor
33----
44-55-feat(schema): add support for default values
-5
.changeset/gentle-pets-clean.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(axios): use builtin form data to ensure blob form data works in node environment
-5
.changeset/swift-candles-melt.md
···11----
22-"@hey-api/openapi-ts": minor
33----
44-55-feat(schema): add array of enum values for enums
-5
.changeset/tidy-mirrors-do.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(enum): append index number on duplicate name
+16
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.34.0
44+55+### Minor Changes
66+77+- feat(client): generate all services in single `services.ts` file ([#215](https://github.com/hey-api/openapi-ts/pull/215))
88+99+- feat(schema): add support for default values ([#197](https://github.com/hey-api/openapi-ts/pull/197))
1010+1111+- feat(schema): add array of enum values for enums ([#197](https://github.com/hey-api/openapi-ts/pull/197))
1212+1313+### Patch Changes
1414+1515+- fix(axios): use builtin form data to ensure blob form data works in node environment ([#211](https://github.com/hey-api/openapi-ts/pull/211))
1616+1717+- fix(enum): append index number on duplicate name ([#220](https://github.com/hey-api/openapi-ts/pull/220))
1818+319## 0.33.2
420521### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.33.2",
33+ "version": "0.34.0",
44 "type": "module",
55 "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66 "homepage": "https://github.com/hey-api/openapi-ts/",