We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384d291 commit d033a23Copy full SHA for d033a23
packages/swr-openapi/CHANGELOG.md
@@ -1,13 +1,5 @@
1
# swr-openapi
2
3
-## 6.0.0
4
-
5
-### Patch Changes
6
7
-- Updated dependencies [[`0cdfc47`](https://github.com/openapi-ts/openapi-typescript/commit/0cdfc479b981c26ead188f8883b856c0c8e3c841)]:
8
- - openapi-typescript@7.6.0
9
- - openapi-fetch@0.13.4
10
11
## 5.1.3
12
13
### Patch Changes
packages/swr-openapi/package.json
@@ -1,7 +1,7 @@
{
"name": "swr-openapi",
"description": "Generate SWR hooks from OpenAPI schemas",
- "version": "6.0.0",
+ "version": "5.1.3",
"author": {
"name": "Hunter Tunnicliff",
"email": "hunter@tunnicliff.co"
@@ -57,7 +57,7 @@
57
},
58
"peerDependencies": {
59
"openapi-fetch": "0.13.4",
60
- "openapi-typescript": "7.6.0",
+ "openapi-typescript": "7.5.2",
61
"react": "18 || 19",
62
"swr": "2",
63
"typescript": "^5.x"
0 commit comments