fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1865 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
a36b9ba2 ab054f0e

+9 -8
-5
.changeset/sweet-cycles-do.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - feat: allow customizing pagination keywords using `input.pagination.keywords`
+1 -1
packages/nuxt/package.json
··· 59 59 "mlly": "1.7.4" 60 60 }, 61 61 "peerDependencies": { 62 - "@hey-api/openapi-ts": "< 2", 62 + "@hey-api/openapi-ts": "0.64.14", 63 63 "nuxt": ">= 3.0.0 < 4", 64 64 "vue": ">= 3.5.13 < 4" 65 65 },
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 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 + 3 9 ## 0.64.13 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.64.13", 3 + "version": "0.64.14", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+1 -1
packages/vite-plugin/package.json
··· 53 53 "prepublishOnly": "pnpm build" 54 54 }, 55 55 "peerDependencies": { 56 - "@hey-api/openapi-ts": "< 2" 56 + "@hey-api/openapi-ts": "0.64.14" 57 57 }, 58 58 "devDependencies": { 59 59 "@hey-api/openapi-ts": "workspace:*",