Skip to content

Commit 0a8dc5e

Browse files
[ci] release
1 parent 7f3f7b6 commit 0a8dc5e

File tree

13 files changed

+41
-31
lines changed

13 files changed

+41
-31
lines changed

Diff for: .changeset/breezy-bottles-mix.md

-5
This file was deleted.

Diff for: .changeset/clever-worms-smile.md

-5
This file was deleted.

Diff for: .changeset/lazy-bulldogs-kiss.md

-5
This file was deleted.

Diff for: .changeset/little-meals-hide.md

-5
This file was deleted.

Diff for: .changeset/wet-cougars-behave.md

-5
This file was deleted.

Diff for: packages/openapi-fetch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.13.6
4+
5+
### Patch Changes
6+
7+
- [#2205](https://github.com/openapi-ts/openapi-typescript/pull/2205) [`4966560`](https://github.com/openapi-ts/openapi-typescript/commit/4966560790ad49fabb06d718115a82a779a5b74a) Thanks [@live-small](https://github.com/live-small)! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header value
8+
39
## 0.13.5
410

511
### Patch Changes

Diff for: packages/openapi-fetch/package.json

+1-1
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.13.5",
4+
"version": "0.13.6",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

Diff for: packages/openapi-react-query/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# openapi-react-query
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4966560`](https://github.com/openapi-ts/openapi-typescript/commit/4966560790ad49fabb06d718115a82a779a5b74a)]:
8+
9+
310
## 0.3.1
411

512
### Patch Changes

Diff for: packages/openapi-react-query/package.json

+1-1
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.3.1",
4+
"version": "0.3.2",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

Diff for: packages/openapi-typescript/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# openapi-typescript
22

3+
## 7.7.0
4+
5+
### Minor Changes
6+
7+
- [#2249](https://github.com/openapi-ts/openapi-typescript/pull/2249) [`7f3f7b6`](https://github.com/openapi-ts/openapi-typescript/commit/7f3f7b65da5ef8caf5304486184118352665eb3f) Thanks [@gzm0](https://github.com/gzm0)! - Add jsdoc comments to response object
8+
9+
### Patch Changes
10+
11+
- [#2199](https://github.com/openapi-ts/openapi-typescript/pull/2199) [`fc3f7f8`](https://github.com/openapi-ts/openapi-typescript/commit/fc3f7f8b9cf52f0d4daf31ed4579d588c5b0f3e6) Thanks [@StefanTerdell](https://github.com/StefanTerdell)! - Fix boolean object property schemas
12+
13+
- [#2152](https://github.com/openapi-ts/openapi-typescript/pull/2152) [`47e4b5e`](https://github.com/openapi-ts/openapi-typescript/commit/47e4b5eb86adc59e3de2a4179741d35a26db61c0) Thanks [@insertmike](https://github.com/insertmike)! - - Fixed --make-paths-enum option transforming the paths URL (`:id` instead of `{id}`)
14+
15+
- [#2241](https://github.com/openapi-ts/openapi-typescript/pull/2241) [`ef23947`](https://github.com/openapi-ts/openapi-typescript/commit/ef239479b5f15fc4c98dd15c72974d4cb8722fb0) Thanks [@stanleyk](https://github.com/stanleyk)! - Replacing `any` with `unknown` in the `ReadonlyArray` type declaration.
16+
317
## 7.6.1
418

519
### Patch Changes

Diff for: packages/openapi-typescript/package.json

+1-1
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.6.1",
4+
"version": "7.7.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

Diff for: packages/swr-openapi/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# swr-openapi
22

3+
## 5.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4966560`](https://github.com/openapi-ts/openapi-typescript/commit/4966560790ad49fabb06d718115a82a779a5b74a), [`fc3f7f8`](https://github.com/openapi-ts/openapi-typescript/commit/fc3f7f8b9cf52f0d4daf31ed4579d588c5b0f3e6), [`7f3f7b6`](https://github.com/openapi-ts/openapi-typescript/commit/7f3f7b65da5ef8caf5304486184118352665eb3f), [`47e4b5e`](https://github.com/openapi-ts/openapi-typescript/commit/47e4b5eb86adc59e3de2a4179741d35a26db61c0), [`ef23947`](https://github.com/openapi-ts/openapi-typescript/commit/ef239479b5f15fc4c98dd15c72974d4cb8722fb0)]:
8+
9+
10+
311
## 5.1.4
412

513
### Patch Changes

Diff for: packages/swr-openapi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-openapi",
33
"description": "Generate SWR hooks from OpenAPI schemas",
4-
"version": "5.1.4",
4+
"version": "5.1.5",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "[email protected]"
@@ -56,8 +56,8 @@
5656
"version": "pnpm run build"
5757
},
5858
"peerDependencies": {
59-
"openapi-fetch": "0.13.5",
60-
"openapi-typescript": "7.5.2",
59+
"openapi-fetch": "0.13.6",
60+
"openapi-typescript": "7.7.0",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"

0 commit comments

Comments
 (0)