Skip to content

Commit 2e4c526

Browse files
ci: release
1 parent 68551a8 commit 2e4c526

File tree

10 files changed

+40
-15
lines changed

10 files changed

+40
-15
lines changed

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

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

3+
## 0.93.2
4+
5+
### Patch Changes
6+
7+
- **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)
8+
9+
- **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)
10+
11+
### Updated Dependencies:
12+
13+
- @hey-api/codegen-core@0.7.1
14+
- @hey-api/shared@0.2.2
15+
316
## 0.93.1
417

518
### Patch Changes

packages/openapi-ts/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-ts",
3-
"version": "0.93.1",
3+
"version": "0.93.2",
44
"description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
55
"keywords": [
66
"angular",

packages/shared/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
### Updated Dependencies:
8+
9+
- @hey-api/codegen-core@0.7.1
10+
311
## 0.2.1
412

513
### Patch Changes

packages/shared/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/shared",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
55
"homepage": "https://heyapi.dev/",
66
"bugs": {

0 commit comments

Comments
 (0)