Skip to content

Commit f7dc56c

Browse files
[ci] release
1 parent 35c576c commit f7dc56c

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/heavy-kangaroos-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#1974](https://github.com/openapi-ts/openapi-typescript/pull/1974) [`35c576c`](https://github.com/openapi-ts/openapi-typescript/commit/35c576c8b2852f66e641014d13ffcfdeb21e98a1) Thanks [@luchsamapparat](https://github.com/luchsamapparat)! - add onError handler to middleware
8+
39
## 0.13.0
410

511
### Minor Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "0.13.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

packages/openapi-react-query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# openapi-react-query
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35c576c`](https://github.com/openapi-ts/openapi-typescript/commit/35c576c8b2852f66e641014d13ffcfdeb21e98a1)]:
8+
- openapi-fetch@0.13.1
9+
310
## 0.2.5
411

512
### Patch Changes

packages/openapi-react-query/package.json

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "0.2.6",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "contact@martin-paucot.fr"

packages/swr-openapi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# swr-openapi
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35c576c`](https://github.com/openapi-ts/openapi-typescript/commit/35c576c8b2852f66e641014d13ffcfdeb21e98a1)]:
8+
- openapi-fetch@0.13.1
9+
310
## 5.1.0
411

512
### Minor Changes

packages/swr-openapi/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "5.1.1",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "hunter@tunnicliff.co"

0 commit comments

Comments
 (0)