Skip to content

Commit

Permalink
Merge pull request #166 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jordanshatford authored Mar 29, 2024
2 parents 182e32c + 09d2302 commit 8994781
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-pants-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-spiders-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-seas-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-apricots-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-deers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-coins-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-wombats-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-ladybugs-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-years-call.md

This file was deleted.

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

## 0.31.0

### Minor Changes

- Import all required models for a service in one import ([#172](https://github.com/hey-api/openapi-ts/pull/172))

- generate all models in single `models.ts` file ([#168](https://github.com/hey-api/openapi-ts/pull/168))

- generate all schemas in single `schemas.ts` file ([#168](https://github.com/hey-api/openapi-ts/pull/168))

### Patch Changes

- fix async response interceptors when using angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))

- fix deprecation warning on `throwError` in Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))

- Do not create or export CancelablePromise when using Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))

- Fix issue causing type error when targeting lower than ES2015 ([#171](https://github.com/hey-api/openapi-ts/pull/171))

- fix various warnings in generated client code ([#164](https://github.com/hey-api/openapi-ts/pull/164))

- fix providing interceptors in Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))

## 0.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.30.0",
"version": "0.31.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 8994781

Please sign in to comment.