Skip to content

Commit f1a728e

Browse files
[ci] release
1 parent 989635a commit f1a728e

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

.changeset/orange-rules-sneeze.md

-5
This file was deleted.

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.5
4+
5+
### Patch Changes
6+
7+
- [#2091](https://github.com/openapi-ts/openapi-typescript/pull/2091) [`ebe56f3`](https://github.com/openapi-ts/openapi-typescript/commit/ebe56f337561bfdd1bf1abdc56ba3d2f48c4d393) Thanks [@p-dubovitsky](https://github.com/p-dubovitsky)! - Allow returning Response from onRequest callback
8+
39
## 0.13.4
410

511
### Patch Changes

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

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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebe56f3`](https://github.com/openapi-ts/openapi-typescript/commit/ebe56f337561bfdd1bf1abdc56ba3d2f48c4d393)]:
8+
9+
310
## 0.3.0
411

512
### Minor Changes

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

packages/swr-openapi/CHANGELOG.md

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

3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebe56f3`](https://github.com/openapi-ts/openapi-typescript/commit/ebe56f337561bfdd1bf1abdc56ba3d2f48c4d393)]:
8+
9+
310
## 5.1.3
411

512
### Patch Changes

packages/swr-openapi/package.json

+2-2
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.3",
4+
"version": "5.1.4",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "[email protected]"
@@ -56,7 +56,7 @@
5656
"version": "pnpm run build"
5757
},
5858
"peerDependencies": {
59-
"openapi-fetch": "0.13.4",
59+
"openapi-fetch": "0.13.5",
6060
"openapi-typescript": "7.5.2",
6161
"react": "18 || 19",
6262
"swr": "2",

0 commit comments

Comments
 (0)