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

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

Version Packages

authored by

Lubos and committed by
GitHub
7df60593 f295a8fd

+7 -6
-5
.changeset/giant-carrots-change.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(transformers): add `transformers` option allowing passing custom transform functions
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.78.2 4 + 5 + ### Patch Changes 6 + 7 + - [#2281](https://github.com/hey-api/openapi-ts/pull/2281) [`565830b`](https://github.com/hey-api/openapi-ts/commit/565830b97c34efe632db69b423c2d10b80693b76) Thanks [@j-ibarra](https://github.com/j-ibarra)! - fix(transformers): add `transformers` option allowing passing custom transform functions 8 + 3 9 ## 0.78.1 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.78.1", 3 + "version": "0.78.2", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {