Skip to content

Commit 16785b9

Browse files
[ci] release
1 parent ae3174d commit 16785b9

File tree

10 files changed

+28
-23
lines changed

10 files changed

+28
-23
lines changed

.changeset/fix-empty-error-response.md

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

.changeset/honest-comics-worry.md

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

.changeset/loose-enum-autocomplete.md

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

.changeset/yellow-meteors-rush.md

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

packages/openapi-fetch/CHANGELOG.md

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

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- [#2605](https://github.com/openapi-ts/openapi-typescript/pull/2605) [`b775891`](https://github.com/openapi-ts/openapi-typescript/commit/b775891e2ac748aeab4cb3106c1df44a0b7ddf30) Thanks [@kaigritun](https://github.com/kaigritun)! - fix(openapi-fetch): handle empty error responses when Content-Length header is stripped
8+
39
## 0.17.0
410

511
### Minor Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

packages/openapi-react-query/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# openapi-react-query
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- [#1950](https://github.com/openapi-ts/openapi-typescript/pull/1950) [`ac9d082`](https://github.com/openapi-ts/openapi-typescript/commit/ac9d0821aba779b8effc6cf71efb0583cfaaaad6) Thanks [@freshgiammi](https://github.com/freshgiammi)! - Tag generated querykeys with `DataTag`, allowing us to infer the return type (data/error) associated with a given queryKey, making methods like `queryClient.setQueryData()` type-safe.
8+
9+
- Updated dependencies [[`b775891`](https://github.com/openapi-ts/openapi-typescript/commit/b775891e2ac748aeab4cb3106c1df44a0b7ddf30)]:
10+
- openapi-fetch@0.17.1
11+
312
## 0.5.4
413

514
### Patch Changes

packages/openapi-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-react-query",
33
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "contact@martin-paucot.fr"

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.14.0
4+
5+
### Minor Changes
6+
7+
- [#2646](https://github.com/openapi-ts/openapi-typescript/pull/2646) [`323e9a5`](https://github.com/openapi-ts/openapi-typescript/commit/323e9a567c7ff3ddad7bc7a1bfa39b859e94b296) Thanks [@drwpow](https://github.com/drwpow)! - Add ability to set flags in redocly.yaml
8+
9+
### Patch Changes
10+
11+
- [#2415](https://github.com/openapi-ts/openapi-typescript/pull/2415) [`f55fb72`](https://github.com/openapi-ts/openapi-typescript/commit/f55fb72f93ef4fe009278bcc1f62e5d16e4012e5) Thanks [@remy90](https://github.com/remy90)! - Support `additionalProperties: true` on string enums by generating a loose autocomplete union (`(enum literals) | (string & {})`), preserving editor suggestions while still accepting arbitrary string values.
12+
313
## 7.13.0
414

515
### Minor Changes

packages/openapi-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.13.0",
4+
"version": "7.14.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

0 commit comments

Comments
 (0)