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

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

Version Packages

authored by

Lubos and committed by
GitHub
a91f03d7 ee1d5ec3

+7 -6
-5
.changeset/new-scissors-jam.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(sdk): handle infinite loop in nested operation IDs and tags with duplicate values
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.80.9 4 + 5 + ### Patch Changes 6 + 7 + - [#2426](https://github.com/hey-api/openapi-ts/pull/2426) [`7308d9b`](https://github.com/hey-api/openapi-ts/commit/7308d9b8f5eb96d984dc323b5e6276eafcd30382) Thanks [@flow96](https://github.com/flow96)! - fix(sdk): handle infinite loop in nested operation IDs and tags with duplicate values 8 + 3 9 ## 0.80.8 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.80.8", 3 + "version": "0.80.9", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {