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

Version Packages

authored by

Lubos and committed by
GitHub
a4db0376 bcc948f9

+9 -11
-5
.changeset/itchy-plums-explain.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: support Hey API platform input arguments
-5
.changeset/ten-spiders-act.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: handle raw OpenAPI specification input
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.64.11 4 + 5 + ### Patch Changes 6 + 7 + - [#1787](https://github.com/hey-api/openapi-ts/pull/1787) [`c422015`](https://github.com/hey-api/openapi-ts/commit/c4220150ac2aa056627f009995f8334c1511a4f9) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: support Hey API platform input arguments 8 + 9 + - [#1787](https://github.com/hey-api/openapi-ts/pull/1787) [`c422015`](https://github.com/hey-api/openapi-ts/commit/c4220150ac2aa056627f009995f8334c1511a4f9) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle raw OpenAPI specification input 10 + 3 11 ## 0.64.10 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.64.10", 3 + "version": "0.64.11", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {