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

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

Version Packages

authored by

Lubos and committed by
GitHub
de21dfd0 3e204195

+11 -11
-5
.changeset/tidy-eyes-flash.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - feat: add input.include option
-5
.changeset/tiny-bobcats-invent.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: handle pagination with basic refs
+10
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.55.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1241](https://github.com/hey-api/openapi-ts/pull/1241) [`41cee41`](https://github.com/hey-api/openapi-ts/commit/41cee417055c50de6170e6fdeae65bd6e643d19c) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: add input.include option 8 + 9 + ### Patch Changes 10 + 11 + - [#1239](https://github.com/hey-api/openapi-ts/pull/1239) [`319a28a`](https://github.com/hey-api/openapi-ts/commit/319a28af29541d7f61cca82389e1d486204f321f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle pagination with basic refs 12 + 3 13 ## 0.54.4 4 14 5 15 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.54.4", 3 + "version": "0.55.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {