Skip to content

Commit d3f79c8

Browse files
ci: release
1 parent dfbd9a1 commit d3f79c8

11 files changed

Lines changed: 40 additions & 19 deletions

File tree

.changeset/mean-tips-care.md

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

.changeset/rude-glasses-prove.md

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

.changeset/seven-doors-learn.md

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

packages/json-schema-ref-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/json-schema-ref-parser
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- **internal**: export errors ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)
8+
39
## 1.3.1
410

511
### Patch Changes

packages/json-schema-ref-parser/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/json-schema-ref-parser",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"$ref",

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.15
4+
5+
### Patch Changes
6+
7+
### Updated Dependencies:
8+
9+
- @hey-api/shared@0.3.1
10+
- @hey-api/json-schema-ref-parser@1.3.2
11+
312
## 0.0.14
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.14",
3+
"version": "0.0.15",
44
"private": true,
55
"description": "🐍 OpenAPI to Python codegen.",
66
"keywords": [

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.95.1
4+
5+
### Patch Changes
6+
7+
- **cli**: improve error message on invalid input ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
### Updated Dependencies:
10+
11+
- @hey-api/shared@0.3.1
12+
- @hey-api/json-schema-ref-parser@1.3.2
13+
314
## 0.95.0
415

516
### Minor 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.95.0",
3+
"version": "0.95.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hey-api/shared
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- **error**: handle InputError ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
### Updated Dependencies:
10+
11+
- @hey-api/json-schema-ref-parser@1.3.2
12+
313
## 0.3.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)