Skip to content

Commit 7d6e896

Browse files
[ci] release (#2087)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f1edc97 commit 7d6e896

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/funny-beans-film.md

-5
This file was deleted.

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.5.2
4+
5+
### Patch Changes
6+
7+
- [#2085](https://github.com/openapi-ts/openapi-typescript/pull/2085) [`2bffe2a`](https://github.com/openapi-ts/openapi-typescript/commit/2bffe2a652864a54c8dc969327e4a8eb4081eb25) Thanks [@drwpow](https://github.com/drwpow)! - Update @redocly/openapi-core to 1.27.0
8+
39
## 7.5.1
410

511
### Patch Changes

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

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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2bffe2a`](https://github.com/openapi-ts/openapi-typescript/commit/2bffe2a652864a54c8dc969327e4a8eb4081eb25)]:
8+
9+
10+
311
## 5.1.2
412

513
### 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.2",
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.5.1",
60+
"openapi-typescript": "7.5.2",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"

0 commit comments

Comments
 (0)