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

Configure Feed

Select the types of activity you want to include in your feed.

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

ci: release

authored by

Lubos and committed by
GitHub
9cfaa45f ca3d97ce

+68 -72
-5
.changeset/blue-loops-fix.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **config**: rename `exportFromIndex` option to `includeInEntry`
-9
.changeset/cold-ties-return.md
··· 1 - --- 2 - "@hey-api/openapi-ts": 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/deep-buttons-repeat.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **config**: `includeInEntry` accepts function in addition to primitive value
-5
.changeset/forty-shoes-fetch.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **parser**: add `getExportFromFilePath()` hook
-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/itchy-walls-type.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin**: add `comments` option to all plugins
-5
.changeset/quiet-hats-switch.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **transform(read-write)**: improve discriminated schemas split
-5
.changeset/slick-olives-doubt.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **types**: improve `defineConfig()` types
-5
.changeset/swift-rooms-see.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **config**: rename `output.indexFile` to `output.entryFile`
-5
.changeset/tired-rats-watch.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **fix**: improve dev mode detection causing builds to fail
+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 ([#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) 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.5 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.4 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.4", 3 + "version": "0.0.5", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "keywords": [
+31
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.92.0 4 + 5 + ### Minor Changes 6 + 7 + - **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) 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 + 13 + ### Patch Changes 14 + 15 + - **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) 16 + 17 + - **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) 18 + 19 + - **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) 20 + 21 + - **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) 22 + 23 + - **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) 24 + 25 + - **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) 26 + 27 + - **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) 28 + 29 + ### Updated Dependencies: 30 + 31 + - @hey-api/shared@0.1.2 32 + - @hey-api/codegen-core@0.7.0 33 + 3 34 ## 0.91.1 4 35 5 36 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.91.1", 3 + "version": "0.92.0", 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 ([#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) 8 + 9 + - **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) 10 + 11 + - **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) 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": {