Skip to content

Commit 35767b5

Browse files
[ci] release
1 parent 0c35b32 commit 35767b5

File tree

9 files changed

+31
-19
lines changed

9 files changed

+31
-19
lines changed

.changeset/mighty-comics-worry.md

-5
This file was deleted.

.changeset/purple-walls-repeat.md

-5
This file was deleted.

.changeset/witty-bottles-carry.md

-5
This file was deleted.

packages/openapi-react-query/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# openapi-react-query
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#2117](https://github.com/openapi-ts/openapi-typescript/pull/2117) [`3ef38b8`](https://github.com/openapi-ts/openapi-typescript/commit/3ef38b8b9371bc2a2ade202a6dc864b765446305) Thanks [@lukasedw](https://github.com/lukasedw)! - Implements useInfiniteQuery() in openapi-react-query
8+
9+
### Patch Changes
10+
11+
- [#2114](https://github.com/openapi-ts/openapi-typescript/pull/2114) [`0c35b32`](https://github.com/openapi-ts/openapi-typescript/commit/0c35b321778afe0705d7fd7a8375c4e10d5f95c2) Thanks [@kerwanp](https://github.com/kerwanp)! - [#2098](https://github.com/openapi-ts/openapi-typescript/pull/2098): Fix CJS type issues by pointing to proper d.ts file
12+
13+
- Updated dependencies []:
14+
15+
316
## 0.2.10
417

518
### Patch 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.2.10",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- [#2102](https://github.com/openapi-ts/openapi-typescript/pull/2102) [`0cdfc47`](https://github.com/openapi-ts/openapi-typescript/commit/0cdfc479b981c26ead188f8883b856c0c8e3c841) Thanks [@ViktorPontinen](https://github.com/ViktorPontinen)! - Support generating path params for flaky schemas using --generate-path-params option
8+
39
## 7.5.2
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.2",
4+
"version": "7.6.0",
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+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0cdfc47`](https://github.com/openapi-ts/openapi-typescript/commit/0cdfc479b981c26ead188f8883b856c0c8e3c841)]:
8+
9+
10+
311
## 5.1.3
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.3",
4+
"version": "6.0.0",
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.2",
60+
"openapi-typescript": "7.6.0",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"

0 commit comments

Comments
 (0)