Skip to content

Commit 0142cc5

Browse files
Version Packages (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1b9dcb commit 0142cc5

File tree

10 files changed

+23
-45
lines changed

10 files changed

+23
-45
lines changed

.changeset/common-poets-carry.md

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

.changeset/lemon-rabbits-melt.md

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

.changeset/rotten-tools-bathe.md

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

.changeset/solid-grapes-tan.md

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

.changeset/strong-ducks-warn.md

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

.changeset/tangy-lies-relate.md

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

.changeset/ten-beers-travel.md

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

.changeset/tough-zoos-thank.md

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

packages/typed-openapi/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- f029e94: Fetcher is now expected to return a Response, so that the api client can have a .request method that returns
8+
the raw object
9+
10+
all methods (get post etc) will be parsed using the overridable "parseResponse" api client fn property
11+
12+
- c1b9dcb: fix: anyOf to ts
13+
14+
https://github.com/astahmer/typed-openapi/issues/31
15+
16+
### Patch Changes
17+
18+
- d7eda3d: rm AllEndpoints type
19+
- 2abc8b4: chore: export Fetcher type
20+
- 6dfbd19: fix: tanstack client output path
21+
- f66571d: chore: make "endpoint" a type-only property
22+
- 93bd157: better endpoint alias
23+
- da6af35: fix: unused QueryClient import
24+
325
## 1.0.1
426

527
### Patch 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": "1.0.1",
4+
"version": "1.1.0",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"exports": {

0 commit comments

Comments
 (0)