Skip to content

Commit

Permalink
Merge pull request #208 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored Apr 3, 2024
2 parents 441a636 + 75e824d commit c63392a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-flies-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-timers-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pets-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-candles-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-mirrors-do.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hey-api/openapi-ts

## 0.34.0

### Minor Changes

- feat(client): generate all services in single `services.ts` file ([#215](https://github.com/hey-api/openapi-ts/pull/215))

- feat(schema): add support for default values ([#197](https://github.com/hey-api/openapi-ts/pull/197))

- feat(schema): add array of enum values for enums ([#197](https://github.com/hey-api/openapi-ts/pull/197))

### Patch Changes

- 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))

- fix(enum): append index number on duplicate name ([#220](https://github.com/hey-api/openapi-ts/pull/220))

## 0.33.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.33.2",
"version": "0.34.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://github.com/hey-api/openapi-ts/",
Expand Down

0 comments on commit c63392a

Please sign in to comment.