Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent 7e896e9 commit e1ccff4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-pants-joke.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/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.

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

## 0.31.0

### Minor Changes

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

Please sign in to comment.