Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-crabs-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-moose-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-rules-fly.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/openapi-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hey-api/openapi-python

## 0.0.13

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.2.6

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-python",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"description": "🐍 OpenAPI to Python codegen.",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hey-api/openapi-ts

## 0.94.5

### Patch Changes

- **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)

- **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)

- **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)

### Updated Dependencies:

- @hey-api/shared@0.2.6

## 0.94.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.94.4",
"version": "0.94.5",
"description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
"keywords": [
"angular",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/shared

## 0.2.6

### Patch Changes

- **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)

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/shared",
"version": "0.2.5",
"version": "0.2.6",
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
"homepage": "https://heyapi.dev/",
"bugs": {
Expand Down