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.

ci: release

+51 -36
-5
.changeset/five-crabs-relate.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(orpc)**: remove `base` export
-5
.changeset/green-shoes-wish.md
··· 1 - --- 2 - "@hey-api/spec-types": minor 3 - --- 4 - 5 - **feat**: initial release
-5
.changeset/ninety-moose-exist.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **internal**: expand TypeScript peer dependency range
-6
.changeset/rude-rules-fly.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - "@hey-api/shared": patch 4 - --- 5 - 6 - **plugin**: fix: `symbolOnce()` method correctly handles multiple symbols with the same metadata
-5
.changeset/sad-impalas-taste.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(@hey-api/transformers)**: fix: handle additional properties
-6
.changeset/yellow-eagles-stare.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - "@hey-api/shared": patch 4 - --- 5 - 6 - **internal**: add `@hey-api/spec-types` dependency
+9
packages/openapi-python/CHANGELOG.md
··· 1 1 # @hey-api/openapi-python 2 2 3 + ## 0.0.13 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/spec-types@0.1.0 10 + - @hey-api/shared@0.2.6 11 + 3 12 ## 0.0.12 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.12", 3 + "version": "0.0.13", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "keywords": [
+19
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.94.5 4 + 5 + ### Patch Changes 6 + 7 + - **plugin(orpc)**: remove `base` export ([#3638](https://github.com/hey-api/openapi-ts/pull/3638)) ([`c510098`](https://github.com/hey-api/openapi-ts/commit/c5100983cbdfa3f84aa41d30368d87eb4a807087)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **internal**: expand TypeScript peer dependency range ([#3640](https://github.com/hey-api/openapi-ts/pull/3640)) ([`5d3b8f9`](https://github.com/hey-api/openapi-ts/commit/5d3b8f9d9fee999a4ac55c3c678542552aea9811)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + - **plugin**: fix: `symbolOnce()` method correctly handles multiple symbols with the same metadata ([#3635](https://github.com/hey-api/openapi-ts/pull/3635)) ([`6c1120c`](https://github.com/hey-api/openapi-ts/commit/6c1120cca981880718171327c4c0ae6c295c0638)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 12 + 13 + - **plugin(@hey-api/transformers)**: fix: handle additional properties ([#3409](https://github.com/hey-api/openapi-ts/pull/3409)) ([`4de44fc`](https://github.com/hey-api/openapi-ts/commit/4de44fc8eefdb0c007de23c2e8d1eb3de6a6c32a)) by [@codercms](https://github.com/codercms) 14 + 15 + - **internal**: add `@hey-api/spec-types` dependency ([#3652](https://github.com/hey-api/openapi-ts/pull/3652)) ([`4852795`](https://github.com/hey-api/openapi-ts/commit/485279556f4c73d187a9a2172010b51b2b6ef902)) by [@mrlubos](https://github.com/mrlubos) 16 + 17 + ### Updated Dependencies: 18 + 19 + - @hey-api/spec-types@0.1.0 20 + - @hey-api/shared@0.2.6 21 + 3 22 ## 0.94.4 4 23 5 24 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.94.4", 3 + "version": "0.94.5", 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",
+12
packages/shared/CHANGELOG.md
··· 1 1 # @hey-api/shared 2 2 3 + ## 0.2.6 4 + 5 + ### Patch Changes 6 + 7 + - **plugin**: fix: `symbolOnce()` method correctly handles multiple symbols with the same metadata ([#3635](https://github.com/hey-api/openapi-ts/pull/3635)) ([`6c1120c`](https://github.com/hey-api/openapi-ts/commit/6c1120cca981880718171327c4c0ae6c295c0638)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 9 + - **internal**: add `@hey-api/spec-types` dependency ([#3652](https://github.com/hey-api/openapi-ts/pull/3652)) ([`4852795`](https://github.com/hey-api/openapi-ts/commit/485279556f4c73d187a9a2172010b51b2b6ef902)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + ### Updated Dependencies: 12 + 13 + - @hey-api/spec-types@0.1.0 14 + 3 15 ## 0.2.5 4 16 5 17 ### Patch Changes
+1 -1
packages/shared/package.json
··· 1 1 { 2 2 "name": "@hey-api/shared", 3 - "version": "0.2.5", 3 + "version": "0.2.6", 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": {
+7
packages/spec-types/CHANGELOG.md
··· 1 + # @hey-api/spec-types 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - **feat**: initial release ([#3652](https://github.com/hey-api/openapi-ts/pull/3652)) ([`4852795`](https://github.com/hey-api/openapi-ts/commit/485279556f4c73d187a9a2172010b51b2b6ef902)) by [@mrlubos](https://github.com/mrlubos)
+1 -1
packages/spec-types/package.json
··· 1 1 { 2 2 "name": "@hey-api/spec-types", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "description": "📃 TypeScript definitions for OpenAPI and JSON Schema specifications with complete inline documentation.", 5 5 "keywords": [ 6 6 "definitions",