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

Version Packages

authored by

Lubos and committed by
GitHub
4169e293 99823d72

+26 -19
-5
.changeset/great-planets-kick.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: generate service types when types are enabled, even if services are disabled
-5
.changeset/heavy-melons-fry.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: support custom config file path
-6
.changeset/two-cooks-kiss.md
··· 1 - --- 2 - '@hey-api/client-fetch': patch 3 - '@hey-api/openapi-ts': patch 4 - --- 5 - 6 - fix: handle async response transformers
+7
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.8 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`8410046`](https://github.com/hey-api/openapi-ts/commit/8410046c45d25db48ba940a0c6c7a7cda9e86b6a)]: 8 + - @hey-api/client-fetch@0.1.7 9 + 3 10 ## 0.0.7 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.7", 4 + "version": "0.0.8", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+6
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.1.7 4 + 5 + ### Patch Changes 6 + 7 + - [#736](https://github.com/hey-api/openapi-ts/pull/736) [`8410046`](https://github.com/hey-api/openapi-ts/commit/8410046c45d25db48ba940a0c6c7a7cda9e86b6a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle async response transformers 8 + 3 9 ## 0.1.6 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.1.6", 3 + "version": "0.1.7", 4 4 "type": "module", 5 5 "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", 6 6 "homepage": "https://heyapi.vercel.app/",
+10
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.48.1 4 + 5 + ### Patch Changes 6 + 7 + - [#734](https://github.com/hey-api/openapi-ts/pull/734) [`1f52b26`](https://github.com/hey-api/openapi-ts/commit/1f52b260807531edb2c14003473ea4907007ecdb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: generate service types when types are enabled, even if services are disabled 8 + 9 + - [#737](https://github.com/hey-api/openapi-ts/pull/737) [`0537fe8`](https://github.com/hey-api/openapi-ts/commit/0537fe8682a93cc95d7637d643db4b9780318ea1) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: support custom config file path 10 + 11 + - [#736](https://github.com/hey-api/openapi-ts/pull/736) [`8410046`](https://github.com/hey-api/openapi-ts/commit/8410046c45d25db48ba940a0c6c7a7cda9e86b6a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle async response transformers 12 + 3 13 ## 0.48.0 4 14 5 15 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.48.0", 3 + "version": "0.48.1", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",