Skip to content

Commit 54b7692

Browse files
Version Packages (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47243f1 commit 54b7692

File tree

6 files changed

+16
-27
lines changed

6 files changed

+16
-27
lines changed

.changeset/dark-carrots-hug.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/legal-pugs-battle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shaggy-ducks-rush.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shaggy-regions-build.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/typed-openapi/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# typed-openapi
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- e1de70a: Fix Schemas namespace missing for schema refs within parameter arrays #51
8+
https://github.com/astahmer/typed-openapi/issues/51
9+
- 47243f1: Accept any response content type of '_/_' as successful response
10+
https://github.com/astahmer/typed-openapi/issues/52
11+
- abbab94: fix: Wrong codegen for additionalProperties #57 https://github.com/astahmer/typed-openapi/issues/57
12+
- 8a4c6c9: - New CLI option allow generating a fetcher and a standalone API client file (matching the example in
13+
`api-client.example.ts`).
14+
- Output paths for both the TanStack Query client and default fetcher can now be absolute or relative.
15+
- The standalone API client filename is configurable (defaults to `api.client.ts`). -> This makes it easier to start
16+
using the generated API clients
17+
318
## 2.0.0
419

520
### Major Changes

packages/typed-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typed-openapi",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"exports": {

0 commit comments

Comments
 (0)