Skip to content

Commit 8f78618

Browse files
openapi-ts-botgithub-actions[bot]drwpow
authored
[ci] release (#2074)
* [ci] release * Don’t bump swr-openapi --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent 78c8593 commit 8f78618

File tree

10 files changed

+26
-20
lines changed

10 files changed

+26
-20
lines changed

.changeset/healthy-rabbits-flow.md

-5
This file was deleted.

.changeset/hot-pants-sit.md

-5
This file was deleted.

.changeset/strange-cherries-collect.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

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

3+
## 0.13.4
4+
5+
### Patch Changes
6+
7+
- [#2063](https://github.com/openapi-ts/openapi-typescript/pull/2063) [`5935cd2`](https://github.com/openapi-ts/openapi-typescript/commit/5935cd25a05d3ec1f4c8bf222d65395a0b9ae5b4) Thanks [@kerwanp](https://github.com/kerwanp)! - add support for arbitrary method
8+
39
## 0.13.3
410

511
### Patch Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.13.3",
4+
"version": "0.13.4",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5935cd2`](https://github.com/openapi-ts/openapi-typescript/commit/5935cd25a05d3ec1f4c8bf222d65395a0b9ae5b4)]:
8+
9+
310
## 0.2.8
411

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

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.5.0
4+
5+
### Minor Changes
6+
7+
- [#2052](https://github.com/openapi-ts/openapi-typescript/pull/2052) [`d2de5c7`](https://github.com/openapi-ts/openapi-typescript/commit/d2de5c7e596d1b427d6d5d629974627456623305) Thanks [@laurenz-glueck](https://github.com/laurenz-glueck)! - brings back --make-paths-enum option to generate ApiPaths enum
8+
9+
- [#2059](https://github.com/openapi-ts/openapi-typescript/pull/2059) [`9e4f61c`](https://github.com/openapi-ts/openapi-typescript/commit/9e4f61c530fe634051fa5c9b25e18a5f9ff1f76f) Thanks [@gduliscouet-ubitransport](https://github.com/gduliscouet-ubitransport)! - Allow all types except UNKNOWN to be nullable
10+
311
## 7.4.4
412

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

packages/swr-openapi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)