Skip to content

Commit 8994781

Browse files
Merge pull request #166 from hey-api/changeset-release/main
Version Packages
2 parents 182e32c + 09d2302 commit 8994781

11 files changed

+25
-46
lines changed

.changeset/clever-pants-joke.md

-5
This file was deleted.

.changeset/gorgeous-spiders-grin.md

-5
This file was deleted.

.changeset/rude-seas-attend.md

-5
This file was deleted.

.changeset/spotty-apricots-learn.md

-5
This file was deleted.

.changeset/stale-deers-build.md

-5
This file was deleted.

.changeset/tall-coins-vanish.md

-5
This file was deleted.

.changeset/weak-wombats-shop.md

-5
This file was deleted.

.changeset/witty-ladybugs-sneeze.md

-5
This file was deleted.

.changeset/yellow-years-call.md

-5
This file was deleted.

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @hey-api/openapi-ts
22

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- Import all required models for a service in one import ([#172](https://github.com/hey-api/openapi-ts/pull/172))
8+
9+
- generate all models in single `models.ts` file ([#168](https://github.com/hey-api/openapi-ts/pull/168))
10+
11+
- generate all schemas in single `schemas.ts` file ([#168](https://github.com/hey-api/openapi-ts/pull/168))
12+
13+
### Patch Changes
14+
15+
- fix async response interceptors when using angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))
16+
17+
- fix deprecation warning on `throwError` in Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))
18+
19+
- Do not create or export CancelablePromise when using Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))
20+
21+
- Fix issue causing type error when targeting lower than ES2015 ([#171](https://github.com/hey-api/openapi-ts/pull/171))
22+
23+
- fix various warnings in generated client code ([#164](https://github.com/hey-api/openapi-ts/pull/164))
24+
25+
- fix providing interceptors in Angular client ([#167](https://github.com/hey-api/openapi-ts/pull/167))
26+
327
## 0.30.0
428

529
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"type": "module",
55
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66
"homepage": "https://github.com/hey-api/openapi-ts/",

0 commit comments

Comments
 (0)