Skip to content

Commit 99e7b9f

Browse files
[ci] release
1 parent e605eaf commit 99e7b9f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/honest-comics-worry.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.5.5
4+
5+
### Patch Changes
6+
7+
- [#1950](https://github.com/openapi-ts/openapi-typescript/pull/1950) [`ac9d082`](https://github.com/openapi-ts/openapi-typescript/commit/ac9d0821aba779b8effc6cf71efb0583cfaaaad6) Thanks [@freshgiammi](https://github.com/freshgiammi)! - Tag generated querykeys with `DataTag`, allowing us to infer the return type (data/error) associated with a given queryKey, making methods like `queryClient.setQueryData()` type-safe.
8+
39
## 0.5.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.5.4",
4+
"version": "0.5.5",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "contact@martin-paucot.fr"

0 commit comments

Comments
 (0)