Skip to content

Commit d033a23

Browse files
committed
Don’t bump swr-openapi major
1 parent 384d291 commit d033a23

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

packages/swr-openapi/CHANGELOG.md

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

3-
## 6.0.0
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [[`0cdfc47`](https://github.com/openapi-ts/openapi-typescript/commit/0cdfc479b981c26ead188f8883b856c0c8e3c841)]:
8-
9-
10-
113
## 5.1.3
124

135
### 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": "6.0.0",
4+
"version": "5.1.3",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "[email protected]"
@@ -57,7 +57,7 @@
5757
},
5858
"peerDependencies": {
5959
"openapi-fetch": "0.13.4",
60-
"openapi-typescript": "7.6.0",
60+
"openapi-typescript": "7.5.2",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"

0 commit comments

Comments
 (0)