Skip to content

Commit b316957

Browse files
authored
Merge pull request #13 from hirotaka/changeset-release/main
[ci] release
2 parents 5c22064 + 7557e55 commit b316957

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/fix-vue-template-typescript-compatibility.md

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

packages/openapi-vue-query/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#12](https://github.com/hirotaka/openapi-typescript-vue/pull/12) [`c957bff`](https://github.com/hirotaka/openapi-typescript-vue/commit/c957bffdb938c3b94212936f55466f706416c09e) Thanks [@hirotaka](https://github.com/hirotaka)! - Fix Vue template TypeScript compatibility for useQuery
8+
- Update UseQueryMethod return type to include unwrapped data and error properties
9+
- Enables direct property access in Vue templates (e.g., `{{ data.title }}`, `{{ error.message }}`)
10+
- Maintains compatibility with Vue Query v5 while providing better TypeScript experience
11+
- Resolves type errors when using noUncheckedIndexedAccess in strict TypeScript configurations
12+
313
## 0.0.2
414

515
### 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.2",
4+
"version": "0.0.3",
55
"author": {
66
"name": "Hirotaka Mizutani",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)