Skip to content

Commit 75da718

Browse files
ci: release
1 parent 8d3167c commit 75da718

12 files changed

Lines changed: 42 additions & 24 deletions

File tree

.changeset/mean-tips-care.md

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

.changeset/pink-rivers-sniff.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
- **plugin(@angular/common)**: fix: requests and resources broken default configuration ([#3678](https://github.com/hey-api/openapi-ts/pull/3678)) ([`7ad5a2c`](https://github.com/hey-api/openapi-ts/commit/7ad5a2c26e0c009e0cf32a6b526b83f505258fe4)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
10+
11+
### Updated Dependencies:
12+
13+
- @hey-api/shared@0.3.1
14+
- @hey-api/json-schema-ref-parser@1.3.2
15+
316
## 0.95.0
417

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

0 commit comments

Comments
 (0)