Skip to content

Commit 4d65ef6

Browse files
ci: release
1 parent 0109508 commit 4d65ef6

7 files changed

Lines changed: 27 additions & 9 deletions

File tree

.changeset/proud-cougars-report.md

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

packages/openapi-python/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
### Updated Dependencies:
8+
9+
- @hey-api/shared@0.2.5
10+
311
## 0.0.11
412

513
### 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.11",
3+
"version": "0.0.12",
44
"private": true,
55
"description": "🐍 OpenAPI to Python codegen.",
66
"keywords": [

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.94.3
4+
5+
### Patch Changes
6+
7+
- **parser**: fix: self-referencing discriminator ([#3601](https://github.com/hey-api/openapi-ts/pull/3601)) ([`857eb19`](https://github.com/hey-api/openapi-ts/commit/857eb1983fa1ab0f048d426a31835ede563a2c00)) by [@pgraug](https://github.com/pgraug)
8+
9+
### Updated Dependencies:
10+
11+
- @hey-api/shared@0.2.5
12+
313
## 0.94.2
414

515
### 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.2",
3+
"version": "0.94.3",
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",

packages/shared/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- **parser**: fix: self-referencing discriminator ([#3601](https://github.com/hey-api/openapi-ts/pull/3601)) ([`857eb19`](https://github.com/hey-api/openapi-ts/commit/857eb1983fa1ab0f048d426a31835ede563a2c00)) by [@pgraug](https://github.com/pgraug)
8+
39
## 0.2.4
410

511
### Patch Changes

packages/shared/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/shared",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
55
"homepage": "https://heyapi.dev/",
66
"bugs": {

0 commit comments

Comments
 (0)