fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #208 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
c63392a9 441a636d

+17 -26
-5
.changeset/blue-flies-behave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat(client): generate all services in single `services.ts` file
-5
.changeset/fresh-timers-train.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat(schema): add support for default values
-5
.changeset/gentle-pets-clean.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(axios): use builtin form data to ensure blob form data works in node environment
-5
.changeset/swift-candles-melt.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat(schema): add array of enum values for enums
-5
.changeset/tidy-mirrors-do.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(enum): append index number on duplicate name
+16
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.34.0 4 + 5 + ### Minor Changes 6 + 7 + - feat(client): generate all services in single `services.ts` file ([#215](https://github.com/hey-api/openapi-ts/pull/215)) 8 + 9 + - feat(schema): add support for default values ([#197](https://github.com/hey-api/openapi-ts/pull/197)) 10 + 11 + - feat(schema): add array of enum values for enums ([#197](https://github.com/hey-api/openapi-ts/pull/197)) 12 + 13 + ### Patch Changes 14 + 15 + - 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)) 16 + 17 + - fix(enum): append index number on duplicate name ([#220](https://github.com/hey-api/openapi-ts/pull/220)) 18 + 3 19 ## 0.33.2 4 20 5 21 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.33.2", 3 + "version": "0.34.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://github.com/hey-api/openapi-ts/",