Skip to content

Commit a36b9ba

Browse files
authored
Merge pull request #1865 from hey-api/changeset-release/main
Version Packages
2 parents ab054f0 + b8beef3 commit a36b9ba

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/sweet-cycles-do.md

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

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"mlly": "1.7.4"
6060
},
6161
"peerDependencies": {
62-
"@hey-api/openapi-ts": "< 2",
62+
"@hey-api/openapi-ts": "0.64.14",
6363
"nuxt": ">= 3.0.0 < 4",
6464
"vue": ">= 3.5.13 < 4"
6565
},

packages/openapi-ts/CHANGELOG.md

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

3+
## 0.64.14
4+
5+
### Patch Changes
6+
7+
- [#1827](https://github.com/hey-api/openapi-ts/pull/1827) [`9dd43db`](https://github.com/hey-api/openapi-ts/commit/9dd43db54f2b7ebf87c5c7c118fdf149162a533d) Thanks [@john-cremit](https://github.com/john-cremit)! - feat: allow customizing pagination keywords using `input.pagination.keywords`
8+
39
## 0.64.13
410

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

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prepublishOnly": "pnpm build"
5454
},
5555
"peerDependencies": {
56-
"@hey-api/openapi-ts": "< 2"
56+
"@hey-api/openapi-ts": "0.64.14"
5757
},
5858
"devDependencies": {
5959
"@hey-api/openapi-ts": "workspace:*",

0 commit comments

Comments
 (0)