Skip to content

Commit f7f3c5f

Browse files
authored
Merge pull request #75 from hirotaka/changeset-release/main
[ci] release
2 parents 1371460 + b7ed93f commit f7f3c5f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.changeset/fix-type-errors.md

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

packages/openapi-vue-query/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/hirotaka/openapi-typescript-vue/pull/74) [`380f3f2`](https://github.com/hirotaka/openapi-typescript-vue/commit/380f3f2e0db92955682a3063253c290894e79dea) Thanks [@hirotaka](https://github.com/hirotaka)! - Fix type errors and improve Vue reactivity support
8+
- Fix type error in useQuery by making queryKey reactive with computed() (#67)
9+
- Fix type error in useMutation method wrapper (#68)
10+
- Fix error type inference with conditional queries using SKIP token (#69)
11+
- Add partial reactive support (queryKey only) following @orpc/vue-query pattern
12+
- Remove @ts-expect-error comments and add clear explanations for necessary type assertions
13+
- Document future type safety improvements in #72
14+
315
## 0.0.4
416

517
### Patch Changes

packages/openapi-vue-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-vue-query",
33
"description": "Fast, type-safe @tanstack/vue-query client to work with your OpenAPI schema.",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"author": {
66
"name": "Hirotaka Mizutani",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)