Skip to content

Commit 720c012

Browse files
authored
Merge pull request #3178 from hey-api/changeset-release/main
ci: release
2 parents 330a628 + 4f44a41 commit 720c012

File tree

8 files changed

+47
-44
lines changed

8 files changed

+47
-44
lines changed

.changeset/honest-cases-build.md

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

.changeset/real-radios-sit.md

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

.changeset/rich-phones-melt.md

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

packages/codegen-core/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- **project**: expose `.plan()` method ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos)
8+
39
## 0.5.0
410

511
### Minor Changes

packages/codegen-core/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/codegen-core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "🧱 TypeScript framework for generating files.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.90.1
4+
5+
### Patch Changes
6+
7+
- **plugin(@hey-api/sdk)**: add `examples` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup.
10+
11+
Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page.
12+
13+
- **output**: add `source` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos)
14+
15+
Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files.
16+
17+
Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page.
18+
19+
### Updated Dependencies:
20+
21+
- @hey-api/codegen-core@0.5.1
22+
323
## 0.90.0
424

525
### Minor Changes

packages/openapi-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.90.0",
3+
"version": "0.90.1",
44
"description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {
@@ -89,7 +89,7 @@
8989
"node": ">=20.19.0"
9090
},
9191
"dependencies": {
92-
"@hey-api/codegen-core": "workspace:^0.5.0",
92+
"@hey-api/codegen-core": "workspace:^0.5.1",
9393
"@hey-api/json-schema-ref-parser": "1.2.2",
9494
"ansi-colors": "4.1.3",
9595
"c12": "3.3.3",

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)