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 #1888 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
135f3ac8 1a3f6685

+129 -39
-5
.changeset/curvy-seas-camp.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: allow passing fetch options to the request resolving a specification
-5
.changeset/dull-pianos-enjoy.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - feat: ability to disable writing a log file via a `--no-log-file` flag or `logs.file` = `false`
-8
.changeset/silver-mice-dance.md
··· 1 - --- 2 - '@hey-api/client-axios': minor 3 - '@hey-api/client-fetch': minor 4 - '@hey-api/client-next': minor 5 - '@hey-api/client-nuxt': minor 6 - --- 7 - 8 - fix: add @hey-api/openapi-ts to peer dependencies
-5
.changeset/spotty-hats-punch.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - feat: support custom clients
+7
examples/openapi-ts-axios/CHANGELOG.md
··· 1 1 # @example/openapi-ts-axios 2 2 3 + ## 0.0.31 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-axios@0.7.0 9 + 3 10 ## 0.0.30 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-axios/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-axios", 3 3 "private": true, 4 - "version": "0.0.30", 4 + "version": "0.0.31", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-fastify/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fastify 2 2 3 + ## 0.1.9 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.1.8 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-fastify/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fastify", 3 3 "private": true, 4 - "version": "0.1.8", 4 + "version": "0.1.9", 5 5 "type": "module", 6 6 "scripts": { 7 7 "openapi-ts": "openapi-ts",
+7
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.50 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.49 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-fetch/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fetch", 3 3 "private": true, 4 - "version": "0.0.49", 4 + "version": "0.0.50", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-next/CHANGELOG.md
··· 1 1 # @example/openapi-ts-next 2 2 3 + ## 0.1.8 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-next@0.3.0 9 + 3 10 ## 0.1.7 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-next/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-next", 3 3 "private": true, 4 - "version": "0.1.7", 4 + "version": "0.1.8", 5 5 "scripts": { 6 6 "build": "next build", 7 7 "dev": "next dev",
+7
examples/openapi-ts-nuxt/CHANGELOG.md
··· 1 1 # @example/openapi-ts-nuxt 2 2 3 + ## 0.0.15 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies []: 8 + - @hey-api/nuxt@0.1.4 9 + 3 10 ## 0.0.14 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.14", 4 + "version": "0.0.15", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+7
examples/openapi-ts-sample/CHANGELOG.md
··· 1 1 # @example/openapi-ts-sample 2 2 3 + ## 0.0.10 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.9 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-sample/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-sample", 3 3 "private": true, 4 - "version": "0.0.9", 4 + "version": "0.0.10", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-angular-query-experimental 2 2 3 + ## 0.0.21 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.20 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-angular-query-experimental/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-angular-query-experimental", 3 - "version": "0.0.20", 3 + "version": "0.0.21", 4 4 "scripts": { 5 5 "ng": "ng", 6 6 "start": "ng serve",
+7
examples/openapi-ts-tanstack-react-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-react-query 2 2 3 + ## 0.0.32 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.31 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-react-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-react-query", 3 3 "private": true, 4 - "version": "0.0.31", 4 + "version": "0.0.32", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-svelte-query 2 2 3 + ## 0.0.32 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.31 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-svelte-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-svelte-query", 3 3 "private": true, 4 - "version": "0.0.31", 4 + "version": "0.0.32", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "vite build",
+7
examples/openapi-ts-tanstack-vue-query/CHANGELOG.md
··· 1 1 # @example/openapi-ts-tanstack-vue-query 2 2 3 + ## 0.0.32 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-fetch@0.9.0 9 + 3 10 ## 0.0.31 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-tanstack-vue-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-vue-query", 3 3 "private": true, 4 - "version": "0.0.31", 4 + "version": "0.0.32", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build-only": "vite build",
+6
packages/client-axios/CHANGELOG.md
··· 1 1 # @hey-api/client-axios 2 2 3 + ## 0.7.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add @hey-api/openapi-ts to peer dependencies 8 + 3 9 ## 0.6.3 4 10 5 11 ### Patch Changes
+1 -1
packages/client-axios/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-axios", 3 - "version": "0.6.3", 3 + "version": "0.7.0", 4 4 "description": "🚀 Axios client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.9.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add @hey-api/openapi-ts to peer dependencies 8 + 3 9 ## 0.8.4 4 10 5 11 ### Patch Changes
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.8.4", 3 + "version": "0.9.0", 4 4 "description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/client-next/CHANGELOG.md
··· 1 1 # @hey-api/client-next 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add @hey-api/openapi-ts to peer dependencies 8 + 3 9 ## 0.2.4 4 10 5 11 ### Patch Changes
+1 -1
packages/client-next/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-next", 3 - "version": "0.2.4", 3 + "version": "0.3.0", 4 4 "description": "🚀 Next.js client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+6
packages/client-nuxt/CHANGELOG.md
··· 1 1 # @hey-api/client-nuxt 2 2 3 + ## 0.4.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add @hey-api/openapi-ts to peer dependencies 8 + 3 9 ## 0.3.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.3.1", 3 + "version": "0.4.0", 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.4 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248)]: 8 + - @hey-api/client-nuxt@0.4.0 9 + 3 10 ## 0.1.3 4 11 5 12 ### Patch Changes
+1 -1
packages/nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/nuxt", 3 - "version": "0.1.3", 3 + "version": "0.1.4", 4 4 "description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+12
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.65.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: support custom clients 8 + 9 + ### Patch Changes 10 + 11 + - [#1892](https://github.com/hey-api/openapi-ts/pull/1892) [`29fa764`](https://github.com/hey-api/openapi-ts/commit/29fa764986af3d3af842793c74d61681c7e967a1) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow passing fetch options to the request resolving a specification 12 + 13 + - [#1877](https://github.com/hey-api/openapi-ts/pull/1877) [`6971f5b`](https://github.com/hey-api/openapi-ts/commit/6971f5bca4dd17ea65400c504ad0a4ffb083a38b) Thanks [@Matsuuu](https://github.com/Matsuuu)! - feat: ability to disable writing a log file via a `--no-log-file` flag or `logs.file` = `false` 14 + 3 15 ## 0.64.15 4 16 5 17 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.64.15", 3 + "version": "0.65.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {