fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2061 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
33a417f8 76eb0026

+32 -19
-5
.changeset/famous-ducks-fry.md
··· 1 - --- 2 - "@hey-api/client-nuxt": patch 3 - --- 4 - 5 - fix(client-nuxt): fixed an issue where key was stripped from options
-5
.changeset/flat-cycles-develop.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(tanstack-query): require options when sdk client is set to false
-5
.changeset/three-lobsters-grow.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(valibot): add valibot plugin
+7
examples/openapi-ts-nuxt/CHANGELOG.md
··· 1 1 # @example/openapi-ts-nuxt 2 2 3 + ## 0.0.18 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies []: 8 + - @hey-api/nuxt@0.1.7 9 + 3 10 ## 0.0.17 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-nuxt/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-nuxt", 3 3 "private": true, 4 - "version": "0.0.17", 4 + "version": "0.0.18", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+6
packages/client-nuxt/CHANGELOG.md
··· 1 1 # @hey-api/client-nuxt 2 2 3 + ## 0.4.2 4 + 5 + ### Patch Changes 6 + 7 + - [#2066](https://github.com/hey-api/openapi-ts/pull/2066) [`96cd12c`](https://github.com/hey-api/openapi-ts/commit/96cd12c87ca11a396e0df47771ceb1f9f20860d7) Thanks [@alexanderhorner](https://github.com/alexanderhorner)! - fix(client-nuxt): fixed an issue where key was stripped from options 8 + 3 9 ## 0.4.1 4 10 5 11 ### Patch Changes
+1 -1
packages/client-nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-nuxt", 3 - "version": "0.4.1", 3 + "version": "0.4.2", 4 4 "description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+7
packages/nuxt/CHANGELOG.md
··· 1 1 # @hey-api/nuxt 2 2 3 + ## 0.1.7 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`96cd12c`](https://github.com/hey-api/openapi-ts/commit/96cd12c87ca11a396e0df47771ceb1f9f20860d7)]: 8 + - @hey-api/client-nuxt@0.4.2 9 + 3 10 ## 0.1.6 4 11 5 12 ### Patch Changes
+1 -1
packages/nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/nuxt", 3 - "version": "0.1.6", 3 + "version": "0.1.7", 4 4 "description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.67.6 4 + 5 + ### Patch Changes 6 + 7 + - [#2068](https://github.com/hey-api/openapi-ts/pull/2068) [`93b62fd`](https://github.com/hey-api/openapi-ts/commit/93b62fd433a09f28c75f58852e1baaa2b6fbd641) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(tanstack-query): require options when sdk client is set to false 8 + 9 + - [#2060](https://github.com/hey-api/openapi-ts/pull/2060) [`373e15a`](https://github.com/hey-api/openapi-ts/commit/373e15a34fd81ac596a0797ddb133a47aeceee1f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(valibot): add valibot plugin 10 + 3 11 ## 0.67.5 4 12 5 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.67.5", 3 + "version": "0.67.6", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {