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/nice-schools-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-planets-own.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/codegen-core

## 0.9.1

### Patch Changes

- **symbol**: add priority field ([#4025](https://github.com/hey-api/openapi-ts/pull/4025)) ([`90142cd`](https://github.com/hey-api/openapi-ts/commit/90142cd2c628a7c79e95b4f9f878e0c92c9a731f)) by [@mrlubos](https://github.com/mrlubos)

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/codegen-core",
"version": "0.9.0",
"version": "0.9.1",
"description": "🧱 TypeScript framework for generating files.",
"keywords": [
"codegen",
Expand Down
9 changes: 9 additions & 0 deletions packages/openapi-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hey-api/openapi-python

## 0.0.24

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.4.9
- @hey-api/codegen-core@0.9.1

## 0.0.23

### 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.23",
"version": "0.0.24",
"private": true,
"description": "🐍 OpenAPI to Python codegen.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hey-api/openapi-ts

## 0.98.3

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.4.9
- @hey-api/codegen-core@0.9.1

## 0.98.2

### 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.98.2",
"version": "0.98.3",
"description": "🌀 OpenAPI to TypeScript codegen. Production-grade SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
"keywords": [
"angular",
Expand Down
10 changes: 10 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hey-api/shared

## 0.4.9

### Patch Changes

- **symbol**: add implicit priority ([#4025](https://github.com/hey-api/openapi-ts/pull/4025)) ([`90142cd`](https://github.com/hey-api/openapi-ts/commit/90142cd2c628a7c79e95b4f9f878e0c92c9a731f)) by [@mrlubos](https://github.com/mrlubos)

### Updated Dependencies:

- @hey-api/codegen-core@0.9.1

## 0.4.8

### 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.4.8",
"version": "0.4.9",
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
"homepage": "https://heyapi.dev/",
"bugs": {
Expand Down