Skip to content

Commit a3cf648

Browse files
authored
Merge pull request #2874 from hey-api/changeset-release/main
ci: release
2 parents ef9918d + ffc26a9 commit a3cf648

File tree

9 files changed

+111
-94
lines changed

9 files changed

+111
-94
lines changed

.changeset/brown-bags-matter.md

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

.changeset/chubby-ends-follow.md

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

.changeset/lucky-results-like.md

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

.changeset/pink-chefs-collect.md

Lines changed: 0 additions & 5 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.3.2
4+
5+
### Patch Changes
6+
7+
- feat: add `.query()` method to symbol registry ([#2873](https://github.com/hey-api/openapi-ts/pull/2873)) ([`1cfc8f2`](https://github.com/hey-api/openapi-ts/commit/1cfc8f2b4673b53e0b1fff43f3d2078dcd595ca2)) by [@mrlubos](https://github.com/mrlubos)
8+
39
## 0.3.1
410

511
### Patch 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.3.1",
3+
"version": "0.3.2",
44
"description": "🧱 TypeScript framework for generating structured, multi-file source code from abstract syntax trees.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.86.9
4+
5+
### Patch Changes
6+
7+
- fix(valibot): handle `time` string format ([#2889](https://github.com/hey-api/openapi-ts/pull/2889)) ([`0db5a43`](https://github.com/hey-api/openapi-ts/commit/0db5a43b868511784cdffabbec8ea234c7841d19)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
8+
9+
- refactor: replace plugin references with queries ([#2873](https://github.com/hey-api/openapi-ts/pull/2873)) ([`1cfc8f2`](https://github.com/hey-api/openapi-ts/commit/1cfc8f2b4673b53e0b1fff43f3d2078dcd595ca2)) by [@mrlubos](https://github.com/mrlubos)
10+
11+
- fix: gracefully handle errors in debug reports ([#2884](https://github.com/hey-api/openapi-ts/pull/2884)) ([`d5c0a1c`](https://github.com/hey-api/openapi-ts/commit/d5c0a1c03edd3cefcd9438cee59d538cf87e9d3f)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
12+
13+
### Updated Dependencies:
14+
15+
16+
317
## 0.86.8
418

519
### Patch 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.86.8",
3+
"version": "0.86.9",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {
@@ -90,7 +90,7 @@
9090
"node": ">=20.19.0"
9191
},
9292
"dependencies": {
93-
"@hey-api/codegen-core": "workspace:^0.3.1",
93+
"@hey-api/codegen-core": "workspace:^0.3.2",
9494
"@hey-api/json-schema-ref-parser": "1.2.1",
9595
"ansi-colors": "4.1.3",
9696
"c12": "3.3.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)