···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**config**: rename `exportFromIndex` option to `includeInEntry`
-9
.changeset/cold-ties-return.md
···11----
22-"@hey-api/openapi-ts": minor
33----
44-55-**BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function
66-77-### Updated Symbol interface
88-99-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/deep-buttons-repeat.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**config**: `includeInEntry` accepts function in addition to primitive value
···11----
22-"@hey-api/shared": patch
33----
44-55-**config**: `includeInEntry` accepts function in addition to primitive value
-9
.changeset/itchy-beds-start.md
···11----
22-"@hey-api/codegen-core": minor
33----
44-55-**BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function
66-77-### Updated Symbol interface
88-99-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/itchy-walls-type.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin**: add `comments` option to all plugins
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**config**: rename `output.indexFile` to `output.entryFile`
-5
.changeset/tired-rats-watch.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**fix**: improve dev mode detection causing builds to fail
+10
packages/codegen-core/CHANGELOG.md
···11# @hey-api/codegen-core
2233+## 0.7.0
44+55+### Minor Changes
66+77+- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
88+99+### Updated Symbol interface
1010+1111+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.
1212+313## 0.6.1
414515### Patch Changes
···11# @hey-api/openapi-ts
2233+## 0.92.0
44+55+### Minor Changes
66+77+- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
88+99+### Updated Symbol interface
1010+1111+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.
1212+1313+### Patch Changes
1414+1515+- **config**: rename `exportFromIndex` option to `includeInEntry` ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
1616+1717+- **config**: `includeInEntry` accepts function in addition to primitive value ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
1818+1919+- **parser**: add `getExportFromFilePath()` hook ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
2020+2121+- **plugin**: add `comments` option to all plugins ([#3317](https://github.com/hey-api/openapi-ts/pull/3317)) ([`7b3c8f2`](https://github.com/hey-api/openapi-ts/commit/7b3c8f20a70115b7130807eb39410c0ba03c5275)) by [@mrlubos](https://github.com/mrlubos)
2222+2323+- **types**: improve `defineConfig()` types ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
2424+2525+- **config**: rename `output.indexFile` to `output.entryFile` ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
2626+2727+- **fix**: improve dev mode detection causing builds to fail ([#3300](https://github.com/hey-api/openapi-ts/pull/3300)) ([`be2f3fb`](https://github.com/hey-api/openapi-ts/commit/be2f3fbaee1b3bcbd50efce057d68f206bbb8efb)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
2828+2929+### Updated Dependencies:
3030+3131+- @hey-api/shared@0.1.2
3232+- @hey-api/codegen-core@0.7.0
3333+334## 0.91.1
435536### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.91.1",
33+ "version": "0.92.0",
44 "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
55 "keywords": [
66 "angular",
+14
packages/shared/CHANGELOG.md
···11# @hey-api/shared
2233+## 0.1.2
44+55+### Patch Changes
66+77+- **parser**: add `getExportFromFilePath()` hook ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
88+99+- **config**: `includeInEntry` accepts function in addition to primitive value ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)
1010+1111+- **transform(read-write)**: improve discriminated schemas split ([#3301](https://github.com/hey-api/openapi-ts/pull/3301)) ([`47dd2a3`](https://github.com/hey-api/openapi-ts/commit/47dd2a31b976871696a42368c0f4ed65cceacecf)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
1212+1313+### Updated Dependencies:
1414+1515+- @hey-api/codegen-core@0.7.0
1616+317## 0.1.1
418519### Patch Changes
+1-1
packages/shared/package.json
···11{
22 "name": "@hey-api/shared",
33- "version": "0.1.1",
33+ "version": "0.1.2",
44 "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
55 "homepage": "https://heyapi.dev/",
66 "bugs": {