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 #3322 from hey-api/revert-3319-changeset-release/main

Revert "ci: release"

authored by

Lubos and committed by
GitHub
0e7dd853 1e47ce6f

+28 -46
+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 ([#3318](https://github.com/hey-api/openapi-ts/pull/3318)) ([`fefa70e`](https://github.com/hey-api/openapi-ts/commit/fefa70e6810a539607441535289e98c69a604c0d)) 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 3 ## 0.6.1 14 4 15 5 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.7.0", 3 + "version": "0.6.1", 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 - 12 3 ## 0.0.5 13 4 14 5 ### Patch Changes
+1 -1
packages/openapi-python/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-python", 3 - "version": "0.0.6", 3 + "version": "0.0.5", 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.1 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 - 12 3 ## 0.92.0 13 4 14 5 ### Minor 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.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 ([#3318](https://github.com/hey-api/openapi-ts/pull/3318)) ([`fefa70e`](https://github.com/hey-api/openapi-ts/commit/fefa70e6810a539607441535289e98c69a604c0d)) by [@mrlubos](https://github.com/mrlubos) 8 - 9 - - **config**: `includeInEntry` accepts function in addition to primitive value ([#3318](https://github.com/hey-api/openapi-ts/pull/3318)) ([`fefa70e`](https://github.com/hey-api/openapi-ts/commit/fefa70e6810a539607441535289e98c69a604c0d)) by [@mrlubos](https://github.com/mrlubos) 10 - 11 - - **transform(read-write)**: improve discriminated schemas split ([#3318](https://github.com/hey-api/openapi-ts/pull/3318)) ([`fefa70e`](https://github.com/hey-api/openapi-ts/commit/fefa70e6810a539607441535289e98c69a604c0d)) by [@mrlubos](https://github.com/mrlubos) 12 - 13 - ### Updated Dependencies: 14 - 15 - - @hey-api/codegen-core@0.7.0 16 - 17 3 ## 0.1.1 18 4 19 5 ### Patch Changes
+1 -1
packages/shared/package.json
··· 1 1 { 2 2 "name": "@hey-api/shared", 3 - "version": "0.1.2", 3 + "version": "0.1.1", 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": {