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

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

ci: release

authored by

Lubos and committed by
GitHub
ac3c0261 fb3011f5

+11 -10
-9
.changeset/large-rings-lick.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - **output**: use TypeScript DSL 6 - 7 - ### Removed `compiler` and `tsc` exports 8 - 9 - This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output.
+10
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.88.0 4 + 5 + ### Minor Changes 6 + 7 + - **output**: use TypeScript DSL ([#2986](https://github.com/hey-api/openapi-ts/pull/2986)) ([`37ff4ab`](https://github.com/hey-api/openapi-ts/commit/37ff4ab6bc89463778bf3709687ab84d3dab0618)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Removed `compiler` and `tsc` exports 10 + 11 + This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output. 12 + 3 13 ## 0.87.5 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.87.5", 3 + "version": "0.88.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {