Skip to content

Commit 89eff0f

Browse files
Version Packages
1 parent 771d762 commit 89eff0f

File tree

12 files changed

+36
-18
lines changed

12 files changed

+36
-18
lines changed

.changeset/ninety-windows-accept.md

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

.changeset/ten-mice-switch.md

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

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/docs
22

3+
## 0.5.11
4+
5+
### Patch Changes
6+
7+
- [#978](https://github.com/hey-api/openapi-ts/pull/978) [`2e051a5`](https://github.com/hey-api/openapi-ts/commit/2e051a596302c2e103dca25951a07b4aae1e9e23) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add basic TanStack Query plugin description
8+
39
## 0.5.10
410

511
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/docs",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"description": "Documentation for OpenaAPI TypeScript.",
55
"private": true,
66
"type": "module",

examples/openapi-ts-tanstack-react-query/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#978](https://github.com/hey-api/openapi-ts/pull/978) [`2e051a5`](https://github.com/hey-api/openapi-ts/commit/2e051a596302c2e103dca25951a07b4aae1e9e23) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add basic TanStack Query plugin description
8+
39
## 0.0.1
410

511
### Patch Changes

examples/openapi-ts-tanstack-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": "@example/openapi-ts-tanstack-react-query",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @example/openapi-ts-tanstack-svelte-query
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#978](https://github.com/hey-api/openapi-ts/pull/978) [`2e051a5`](https://github.com/hey-api/openapi-ts/commit/2e051a596302c2e103dca25951a07b4aae1e9e23) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add basic TanStack Query plugin description

examples/openapi-ts-tanstack-svelte-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-tanstack-svelte-query",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"build": "vite build",

examples/openapi-ts-tanstack-vue-query/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#978](https://github.com/hey-api/openapi-ts/pull/978) [`2e051a5`](https://github.com/hey-api/openapi-ts/commit/2e051a596302c2e103dca25951a07b4aae1e9e23) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add basic TanStack Query plugin description
8+
39
## 0.0.1
410

511
### Patch Changes

examples/openapi-ts-tanstack-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": "@example/openapi-ts-tanstack-vue-query",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"build-only": "vite build",

0 commit comments

Comments
 (0)