Skip to content

Commit de75760

Browse files
ci: release
1 parent cd0b647 commit de75760

File tree

14 files changed

+51
-36
lines changed

14 files changed

+51
-36
lines changed

.changeset/five-crabs-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-shoes-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-moose-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-rules-fly.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sad-impalas-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-eagles-stare.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/openapi-python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hey-api/openapi-python
22

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+
312
## 0.0.12
413

514
### Patch Changes

packages/openapi-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-python",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"private": true,
55
"description": "🐍 OpenAPI to Python codegen.",
66
"keywords": [

packages/openapi-ts/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @hey-api/openapi-ts
22

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+
322
## 0.94.4
423

524
### Patch Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.94.4",
3+
"version": "0.94.5",
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",

0 commit comments

Comments
 (0)