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

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

authored by

Lubos and committed by
GitHub
6d2622fc 505b92b4

+7 -6
-5
.changeset/wicked-comics-hang.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(types): use unique generic names in `PluginInstance` to avoid typing issues
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.86.11 4 + 5 + ### Patch Changes 6 + 7 + - fix(types): use unique generic names in `PluginInstance` to avoid typing issues ([#2897](https://github.com/hey-api/openapi-ts/pull/2897)) ([`a625980`](https://github.com/hey-api/openapi-ts/commit/a625980e7bbcba1f4bb91aecae9546ff51942964)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 3 9 ## 0.86.10 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.86.10", 3 + "version": "0.86.11", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {