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

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

ci: release

authored by

Lubos and committed by
GitHub
3f348597 b1131fff

+16 -17
-5
.changeset/cute-jokes-lick.md
··· 1 - --- 2 - '@docs/openapi-ts': patch 3 - --- 4 - 5 - chore: clarify TanStack Query reactivity in Vue
-5
.changeset/wicked-webs-jam.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: dynamically load c12 to work with cjs modules
-5
.changeset/witty-toes-rescue.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(cli): detect watch mode with input array
+6
docs/CHANGELOG.md
··· 1 1 # @docs/openapi-ts 2 2 3 + ## 0.10.3 4 + 5 + ### Patch Changes 6 + 7 + - chore: clarify TanStack Query reactivity in Vue ([#2745](https://github.com/hey-api/openapi-ts/pull/2745)) ([`5d06dbd`](https://github.com/hey-api/openapi-ts/commit/5d06dbdf8c2a834ecefdd7305b59572470f45a7e)) by [@9M6](https://github.com/9M6) 8 + 3 9 ## 0.10.2 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@docs/openapi-ts", 3 - "version": "0.10.2", 3 + "version": "0.10.3", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.85.2 4 + 5 + ### Patch Changes 6 + 7 + - fix: dynamically load c12 to work with cjs modules ([#2755](https://github.com/hey-api/openapi-ts/pull/2755)) ([`e6472cf`](https://github.com/hey-api/openapi-ts/commit/e6472cf7f69db5ff2cb2f509c1d61e5c4438871e)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - fix(cli): detect watch mode with input array ([#2751](https://github.com/hey-api/openapi-ts/pull/2751)) ([`3293cad`](https://github.com/hey-api/openapi-ts/commit/3293cada4f089107ac183fbcd03550541d95073a)) by [@warrenseine](https://github.com/warrenseine) 10 + 3 11 ## 0.85.1 4 12 5 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.85.1", 3 + "version": "0.85.2", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {