Skip to content

Commit

Permalink
Merge pull request #265 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jordanshatford authored Apr 8, 2024
2 parents 038e129 + 94c2812 commit 759e4a4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-mails-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-bottles-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-owls-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-toes-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-worms-mate.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.35.0

### Minor Changes

- fix(config): remove postfixModels option ([#266](https://github.com/hey-api/openapi-ts/pull/266))

- fix(client): do not send default params ([#267](https://github.com/hey-api/openapi-ts/pull/267))

### Patch Changes

- fix(api): use TypeScript Compiler API to create schemas ([#271](https://github.com/hey-api/openapi-ts/pull/271))

- fix(client): export APIResult when using serviceResponse as 'response' ([#283](https://github.com/hey-api/openapi-ts/pull/283))

- fix(parser): use only isRequired to determine if field is required ([#264](https://github.com/hey-api/openapi-ts/pull/264))

## 0.34.5

### 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.34.5",
"version": "0.35.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://heyapi.vercel.app/",
Expand Down

0 comments on commit 759e4a4

Please sign in to comment.