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

ci: release

+46 -28
-5
.changeset/fresh-peaches-thank.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **parser**: add `getExportFromFilePath()` hook
-5
.changeset/heavy-waves-kneel.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **config**: `includeInEntry` accepts function in addition to primitive value
-9
.changeset/itchy-beds-start.md
··· 1 - --- 2 - "@hey-api/codegen-core": minor 3 - --- 4 - 5 - **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function 6 - 7 - ### Updated Symbol interface 8 - 9 - The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
-5
.changeset/quiet-hats-switch.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **transform(read-write)**: improve discriminated schemas split
+10
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.7.0 4 + 5 + ### Minor Changes 6 + 7 + - **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3322](https://github.com/hey-api/openapi-ts/pull/3322)) ([`bfd43ec`](https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Updated Symbol interface 10 + 11 + The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected. 12 + 3 13 ## 0.6.1 4 14 5 15 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.6.1", 3 + "version": "0.7.0", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "keywords": [ 6 6 "codegen",
+9
packages/openapi-python/CHANGELOG.md
··· 1 1 # @hey-api/openapi-python 2 2 3 + ## 0.0.6 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/shared@0.1.2 10 + - @hey-api/codegen-core@0.7.0 11 + 3 12 ## 0.0.5 4 13 5 14 ### Patch Changes
+1 -1
packages/openapi-python/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-python", 3 - "version": "0.0.5", 3 + "version": "0.0.6", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "keywords": [
+9
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.92.2 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/shared@0.1.2 10 + - @hey-api/codegen-core@0.7.0 11 + 3 12 ## 0.92.1 4 13 5 14 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.92.1", 3 + "version": "0.92.2", 4 4 "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.", 5 5 "keywords": [ 6 6 "angular",
+14
packages/shared/CHANGELOG.md
··· 1 1 # @hey-api/shared 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - **parser**: add `getExportFromFilePath()` hook ([#3322](https://github.com/hey-api/openapi-ts/pull/3322)) ([`bfd43ec`](https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **config**: `includeInEntry` accepts function in addition to primitive value ([#3322](https://github.com/hey-api/openapi-ts/pull/3322)) ([`bfd43ec`](https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + - **transform(read-write)**: improve discriminated schemas split ([#3322](https://github.com/hey-api/openapi-ts/pull/3322)) ([`bfd43ec`](https://github.com/hey-api/openapi-ts/commit/bfd43ec6d638bfc97b6905dd9dee2c911ccea3e0)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + ### Updated Dependencies: 14 + 15 + - @hey-api/codegen-core@0.7.0 16 + 3 17 ## 0.1.1 4 18 5 19 ### Patch Changes
+1 -1
packages/shared/package.json
··· 1 1 { 2 2 "name": "@hey-api/shared", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "bugs": {