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

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

authored by

Lubos and committed by
GitHub
1f9ec97e b3a6f96d

+7 -6
-5
.changeset/flat-paws-sniff.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(tanstack-query): add `queryKeys.tags` and `infiniteQueryKeys.tags` options
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.80.4 4 + 5 + ### Patch Changes 6 + 7 + - [#2391](https://github.com/hey-api/openapi-ts/pull/2391) [`ac3456f`](https://github.com/hey-api/openapi-ts/commit/ac3456f4c793f7f8b8f535766382476d6d410219) Thanks [@ahmedrowaihi](https://github.com/ahmedrowaihi)! - fix(tanstack-query): add `queryKeys.tags` and `infiniteQueryKeys.tags` options 8 + 3 9 ## 0.80.3 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.3", 3 + "version": "0.80.4", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {