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

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

Version Packages

authored by

Lubos and committed by
GitHub
a134d19d fbc1d045

+16 -17
-5
.changeset/curly-ravens-kneel.md
··· 1 - --- 2 - '@hey-api/docs': patch 3 - --- 4 - 5 - docs: add Plugins page
-5
.changeset/strange-rice-relate.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: add input.exclude option
-5
.changeset/wet-laws-tell.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: make Zod plugin available in plugins options
+6
docs/CHANGELOG.md
··· 1 1 # @hey-api/docs 2 2 3 + ## 0.7.3 4 + 5 + ### Patch Changes 6 + 7 + - [#1316](https://github.com/hey-api/openapi-ts/pull/1316) [`a79fac8`](https://github.com/hey-api/openapi-ts/commit/a79fac8919ed29eec7195cbd441ffa38b559d63c) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add Plugins page 8 + 3 9 ## 0.7.2 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@hey-api/docs", 3 - "version": "0.7.2", 3 + "version": "0.7.3", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.56.2 4 + 5 + ### Patch Changes 6 + 7 + - [#1316](https://github.com/hey-api/openapi-ts/pull/1316) [`a79fac8`](https://github.com/hey-api/openapi-ts/commit/a79fac8919ed29eec7195cbd441ffa38b559d63c) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add input.exclude option 8 + 9 + - [#1316](https://github.com/hey-api/openapi-ts/pull/1316) [`a79fac8`](https://github.com/hey-api/openapi-ts/commit/a79fac8919ed29eec7195cbd441ffa38b559d63c) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make Zod plugin available in plugins options 10 + 3 11 ## 0.56.1 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.56.1", 3 + "version": "0.56.2", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {