Skip to content

Commit 5dba1a8

Browse files
ci: release
1 parent 0e03eb4 commit 5dba1a8

File tree

10 files changed

+27
-33
lines changed

10 files changed

+27
-33
lines changed

.changeset/brave-colts-eat.md

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

.changeset/little-owls-flow.md

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

.changeset/nine-cats-cross.md

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

.changeset/petite-walls-behave.md

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

.changeset/tidy-poets-peel.md

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

.changeset/whole-parts-tan.md

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

packages/codegen-core/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- fix: remove most of readonly properties to allow mutating in place ([#2919](https://github.com/hey-api/openapi-ts/pull/2919)) ([`34ee973`](https://github.com/hey-api/openapi-ts/commit/34ee973be30a9cbc66fd8463fe6f5961db0f3d37)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
- fix: update types ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos)
10+
311
## 0.3.2
412

513
### 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.2",
3+
"version": "0.3.3",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @hey-api/openapi-ts
22

3+
## 0.86.12
4+
5+
### Patch Changes
6+
7+
- fix(transformers): do not reference undefined transformers ([#2924](https://github.com/hey-api/openapi-ts/pull/2924)) ([`b3f4f91`](https://github.com/hey-api/openapi-ts/commit/b3f4f91bbf6ac1db504b7605a73c986b37003880)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
- fix(sdk): add `paramsStructure` option ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos)
10+
11+
- fix(sdk): handle conflicts between method names and subclasses in class-based SDKs ([#2920](https://github.com/hey-api/openapi-ts/pull/2920)) ([`48c7fa3`](https://github.com/hey-api/openapi-ts/commit/48c7fa3db65ef1ee146b6e09e53ae500483d4b22)) by [@mrlubos](https://github.com/mrlubos)
12+
13+
- fix: bundled context types ([#2923](https://github.com/hey-api/openapi-ts/pull/2923)) ([`f5a91c4`](https://github.com/hey-api/openapi-ts/commit/f5a91c4e068f64987d8138fadb0e969f1e28081f)) by [@mrlubos](https://github.com/mrlubos)
14+
15+
### Updated Dependencies:
16+
17+
- @hey-api/codegen-core@0.3.3
18+
319
## 0.86.11
420

521
### 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.11",
3+
"version": "0.86.12",
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.2",
93+
"@hey-api/codegen-core": "workspace:^0.3.3",
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)