Skip to content

Commit 5ca8369

Browse files
[ci] release (#2603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47ba213 commit 5ca8369

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.changeset/bright-mice-greet.md

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

.changeset/few-moments-laugh.md

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

.changeset/lazy-bobcats-hear.md

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

packages/openapi-react-query/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#2519](https://github.com/openapi-ts/openapi-typescript/pull/2519) [`681ac87`](https://github.com/openapi-ts/openapi-typescript/commit/681ac876c4c5c20ad27c43b0960aabdbc247c59a) Thanks [@sacha-c](https://github.com/sacha-c)! - fixes mutation results type
8+
39
## 0.5.1
410

511
### 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.1",
4+
"version": "0.5.2",
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.12.0
4+
5+
### Minor Changes
6+
7+
- [#2524](https://github.com/openapi-ts/openapi-typescript/pull/2524) [`697f7fe`](https://github.com/openapi-ts/openapi-typescript/commit/697f7fe8bf3f23bfa36cb29c093a359b562a377e) Thanks [@gunnarvelle](https://github.com/gunnarvelle)! - Added flag to keep casing for exported root types
8+
9+
### Patch Changes
10+
11+
- [#2536](https://github.com/openapi-ts/openapi-typescript/pull/2536) [`e3c05a4`](https://github.com/openapi-ts/openapi-typescript/commit/e3c05a40752b02fcabe63fda88d7e0afae00ab6d) Thanks [@darkbasic](https://github.com/darkbasic)! - Fix `enumValues: true` output for schemas that use `oneOf`/`anyOf` unions by narrowing union types with `Extract<>` before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.
12+
313
## 7.11.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.11.0",
4+
"version": "7.12.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

0 commit comments

Comments
 (0)