Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee4ed17

Browse files
authored
Merge pull request #5 from hirotaka/changeset-release/main
[ci] release
2 parents 338bbf6 + 2285f6b commit ee4ed17

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.changeset/initial-release.md

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

packages/openapi-vue-query/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Patch Changes
66

7+
- [`338bbf6`](https://github.com/hirotaka/openapi-typescript-vue/commit/338bbf6daeae68649d9e0d7b9e573daccb1dc641) Thanks [@hirotaka](https://github.com/hirotaka)! - Initial release of openapi-vue-query
8+
9+
Fast, type-safe @tanstack/vue-query client for OpenAPI schemas
10+
11+
## 0.0.1
12+
13+
### Patch Changes
14+
715
- [#1717](https://github.com/openapi-ts/openapi-typescript/pull/1717) [`335530c`](https://github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409) Thanks [@kerwanp](https://github.com/kerwanp)! - Initial release
816

917
- Updated dependencies [[`335530c`](https://github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409), [`335530c`](https://github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409)]:

packages/openapi-vue-query/package.json

Lines changed: 4 additions & 2 deletions
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.0",
4+
"version": "0.0.1",
55
"author": {
66
"name": "Hirotaka Mizutani",
77
"email": "[email protected]"
@@ -11,7 +11,9 @@
1111
"main": "./dist/index.js",
1212
"module": "./dist/index.js",
1313
"types": "./dist/index.d.ts",
14-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1517
"exports": {
1618
".": {
1719
"import": {

0 commit comments

Comments
 (0)