Skip to content

Commit 44a5873

Browse files
ci: release
1 parent 6e7765f commit 44a5873

File tree

13 files changed

+46
-30
lines changed

13 files changed

+46
-30
lines changed

.changeset/bitter-lines-hammer.md

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

.changeset/poor-beds-arrive.md

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

.changeset/ready-boxes-lie.md

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

.changeset/thick-cases-wonder.md

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

.changeset/weak-swans-fetch.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.7.1
4+
5+
### Patch Changes
6+
7+
- **internal**: log symbol meta if name is falsy ([#3448](https://github.com/hey-api/openapi-ts/pull/3448)) ([`c50f7bc`](https://github.com/hey-api/openapi-ts/commit/c50f7bcf5676f2783a412288d243aeaeabd9f8bd)) by [@mrlubos](https://github.com/mrlubos)
8+
39
## 0.7.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.7.0",
3+
"version": "0.7.1",
44
"description": "🧱 TypeScript framework for generating files.",
55
"keywords": [
66
"codegen",

packages/openapi-python/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
### Updated Dependencies:
8+
9+
10+
11+
312
## 0.0.8
413

514
### Patch Changes

packages/openapi-python/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/openapi-python",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"description": "🐍 OpenAPI to Python codegen.",
66
"keywords": [

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.93.2
4+
5+
### Patch Changes
6+
7+
- **output(header)**: fix: support function signature in client and core files ([#3486](https://github.com/hey-api/openapi-ts/pull/3486)) ([`942913a`](https://github.com/hey-api/openapi-ts/commit/942913af15ae10c5fc3c5e456800829b7dd9c10a)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
- **output**: fix: avoid double sanitizing leading character ([#3448](https://github.com/hey-api/openapi-ts/pull/3448)) ([`c50f7bc`](https://github.com/hey-api/openapi-ts/commit/c50f7bcf5676f2783a412288d243aeaeabd9f8bd)) by [@mrlubos](https://github.com/mrlubos)
10+
11+
- **internal**: log symbol meta if name is falsy ([#3448](https://github.com/hey-api/openapi-ts/pull/3448)) ([`c50f7bc`](https://github.com/hey-api/openapi-ts/commit/c50f7bcf5676f2783a412288d243aeaeabd9f8bd)) by [@mrlubos](https://github.com/mrlubos)
12+
13+
- **client**: fix: change serializer types from `any` to `unknown` ([#3471](https://github.com/hey-api/openapi-ts/pull/3471)) ([`ad11be2`](https://github.com/hey-api/openapi-ts/commit/ad11be241c494d23930ce8f76e57eb7afa631c67)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
14+
15+
### Updated Dependencies:
16+
17+
18+
19+
320
## 0.93.1
421

522
### Patch Changes

0 commit comments

Comments
 (0)