Skip to content

Commit 7365e4a

Browse files
authored
Merge pull request #2164 from hey-api/changeset-release/main
Version Packages
2 parents 1e1c40b + e8b6797 commit 7365e4a

File tree

36 files changed

+122
-49
lines changed

36 files changed

+122
-49
lines changed

.changeset/cyan-buckets-protect.md

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

.changeset/few-apples-yawn.md

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

.changeset/hip-chefs-drop.md

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

.changeset/hot-wolves-wait.md

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

.changeset/spicy-wombats-allow.md

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

.changeset/unlucky-kiwis-smile.md

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

examples/openapi-ts-axios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-axios
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-axios@0.9.1
9+
310
## 0.0.34
411

512
### Patch Changes

examples/openapi-ts-axios/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-axios",
33
"private": true,
4-
"version": "0.0.34",
4+
"version": "0.0.35",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

examples/openapi-ts-fastify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-fastify
22

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.1.15
411

512
### Patch Changes

examples/openapi-ts-fastify/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-fastify",
33
"private": true,
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"type": "module",
66
"scripts": {
77
"openapi-ts": "openapi-ts",

examples/openapi-ts-fetch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-fetch
22

3+
## 0.0.57
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.56
411

512
### Patch Changes

examples/openapi-ts-fetch/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-fetch",
33
"private": true,
4-
"version": "0.0.56",
4+
"version": "0.0.57",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

examples/openapi-ts-next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-next
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-next@0.5.1
9+
310
## 0.1.12
411

512
### Patch Changes

examples/openapi-ts-next/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-next",
33
"private": true,
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",

examples/openapi-ts-sample/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-sample
22

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.16
411

512
### Patch Changes

examples/openapi-ts-sample/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-sample",
33
"private": true,
4-
"version": "0.0.16",
4+
"version": "0.0.17",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.27
411

512
### Patch Changes

examples/openapi-ts-tanstack-angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/openapi-ts-tanstack-angular-query-experimental",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

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

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

3+
## 0.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.38
411

512
### 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.38",
4+
"version": "0.0.39",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

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

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

3+
## 0.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.38
411

512
### Patch Changes

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.38",
4+
"version": "0.0.39",
55
"type": "module",
66
"scripts": {
77
"build": "vite build",

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

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

3+
## 0.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40)]:
8+
- @hey-api/client-fetch@0.13.1
9+
310
## 0.0.38
411

512
### 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.38",
4+
"version": "0.0.39",
55
"type": "module",
66
"scripts": {
77
"build-only": "vite build",

packages/client-axios/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
8+
39
## 0.9.0
410

511
### Minor Changes

packages/client-axios/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/client-axios",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "🚀 Axios client for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/client-core/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
8+
39
## 0.2.0
410

511
### Minor Changes

packages/client-core/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/client-core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Core utilities for type-safe @hey-api/openapi-ts clients",
66
"homepage": "https://heyapi.dev/",

packages/client-custom/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
8+
39
## 0.1.0
410

511
### Minor Changes

packages/client-custom/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/client-custom",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Custom client for `@hey-api/openapi-ts` codegen. Used for testing.",
55
"private": true,
66
"homepage": "https://heyapi.dev/",

packages/client-fetch/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
8+
39
## 0.13.0
410

511
### Minor Changes

packages/client-fetch/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/client-fetch",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/client-next/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
8+
39
## 0.5.0
410

511
### Minor Changes

packages/client-next/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/client-next",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "🚀 Next.js client for `@hey-api/openapi-ts` codegen.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.72.2
4+
5+
### Patch Changes
6+
7+
- [#2163](https://github.com/hey-api/openapi-ts/pull/2163) [`9769998`](https://github.com/hey-api/openapi-ts/commit/9769998550b1cb77f838827a9617b9dbbfa54537) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(zod): add `metadata` option to generate additional metadata for documentation, code generation, AI structured outputs, form validation, and other purposes
8+
9+
- [#2167](https://github.com/hey-api/openapi-ts/pull/2167) [`a46259e`](https://github.com/hey-api/openapi-ts/commit/a46259eb4d2ed1c95908a5ad3d69b0495a8aacb4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(tanstack-query): add name builder options for all generated artifacts
10+
11+
- [#2166](https://github.com/hey-api/openapi-ts/pull/2166) [`594f3a6`](https://github.com/hey-api/openapi-ts/commit/594f3a6c7a154294fd99f5f76f2b0a9589a1e7f3) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): filter orphans only when there are some operations
12+
13+
- [#2166](https://github.com/hey-api/openapi-ts/pull/2166) [`594f3a6`](https://github.com/hey-api/openapi-ts/commit/594f3a6c7a154294fd99f5f76f2b0a9589a1e7f3) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(zod): support tuple types
14+
15+
- [#2167](https://github.com/hey-api/openapi-ts/pull/2167) [`a46259e`](https://github.com/hey-api/openapi-ts/commit/a46259eb4d2ed1c95908a5ad3d69b0495a8aacb4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): set correct subscription context for plugins
16+
317
## 0.72.1
418

519
### Patch Changes

packages/openapi-ts/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/openapi-ts",
3-
"version": "0.72.1",
3+
"version": "0.72.2",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)