Skip to content

Commit a4811bd

Browse files
committed
chore: revert failed release
1 parent 0c79488 commit a4811bd

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.changeset/itchy-plums-explain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/openapi-ts': patch
3+
---
4+
5+
fix: support Hey API platform input arguments

.changeset/ten-spiders-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/openapi-ts': patch
3+
---
4+
5+
fix: handle raw OpenAPI specification input

examples/openapi-ts-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "nuxt build",
88
"dev": "nuxt dev",
99
"generate": "nuxt generate",
10-
"postinstall:enable-after-release": "nuxt prepare",
10+
"postinstall:disabled": "nuxt prepare",
1111
"preview": "nuxt preview",
1212
"typecheck:disabled": "tsc --noEmit"
1313
},

packages/openapi-ts/CHANGELOG.md

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

3-
## 0.64.11
4-
5-
### Patch Changes
6-
7-
- [#1787](https://github.com/hey-api/openapi-ts/pull/1787) [`c422015`](https://github.com/hey-api/openapi-ts/commit/c4220150ac2aa056627f009995f8334c1511a4f9) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: support Hey API platform input arguments
8-
9-
- [#1787](https://github.com/hey-api/openapi-ts/pull/1787) [`c422015`](https://github.com/hey-api/openapi-ts/commit/c4220150ac2aa056627f009995f8334c1511a4f9) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle raw OpenAPI specification input
10-
113
## 0.64.10
124

135
### 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.64.11",
3+
"version": "0.64.10",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)