Skip to content

Commit 43049fc

Browse files
[ci] release
1 parent 899b157 commit 43049fc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/signal.md

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

packages/openapi-react-query/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#1864](https://github.com/openapi-ts/openapi-typescript/pull/1864) [`899b157`](https://github.com/openapi-ts/openapi-typescript/commit/899b1575968334bc55aa402ea1419bc5db801391) Thanks [@zsugabubus](https://github.com/zsugabubus)! - Pass down signal to fetch function this way `useQuery` and `useSuspenseQuery` can cancel queries.
8+
39
## 0.1.4
410

511
### 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.1.4",
4+
"version": "0.1.5",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "contact@martin-paucot.fr"

0 commit comments

Comments
 (0)