Skip to content

Commit c4b8c75

Browse files
committed
Don’t bump swr-openapi
1 parent 463620c commit c4b8c75

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

packages/swr-openapi/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
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 [[`d2de5c7`](https://github.com/openapi-ts/openapi-typescript/commit/d2de5c7e596d1b427d6d5d629974627456623305), [`5935cd2`](https://github.com/openapi-ts/openapi-typescript/commit/5935cd25a05d3ec1f4c8bf222d65395a0b9ae5b4), [`9e4f61c`](https://github.com/openapi-ts/openapi-typescript/commit/9e4f61c530fe634051fa5c9b25e18a5f9ff1f76f)]:
8-
- openapi-typescript@7.5.0
9-
- openapi-fetch@0.13.4
10-
113
## 5.1.2
124

135
### Patch Changes

packages/swr-openapi/package.json

Lines changed: 3 additions & 3 deletions
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.2",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "hunter@tunnicliff.co"
@@ -56,8 +56,8 @@
5656
"version": "pnpm run build"
5757
},
5858
"peerDependencies": {
59-
"openapi-fetch": "workspace:^",
60-
"openapi-typescript": "workspace:^",
59+
"openapi-fetch": "0.x",
60+
"openapi-typescript": "7.x",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"

0 commit comments

Comments
 (0)