Skip to content

Commit 3c20e21

Browse files
ci: release
1 parent ff89df2 commit 3c20e21

File tree

6 files changed

+19
-13
lines changed

6 files changed

+19
-13
lines changed

.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.

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hey-api/openapi-ts
22

3+
## 0.86.9
4+
5+
### Patch Changes
6+
7+
- 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)
8+
9+
### Updated Dependencies:
10+
11+
12+
313
## 0.86.8
414

515
### 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",

0 commit comments

Comments
 (0)