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 #1808 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
764a2b88 73d5ad6f

+38 -24
-5
.changeset/itchy-plums-explain.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: support Hey API platform input arguments
-5
.changeset/slow-days-kick.md
··· 1 - --- 2 - '@hey-api/client-nuxt': minor 3 - --- 4 - 5 - feat: drop cjs support
-5
.changeset/spicy-swans-call.md
··· 1 - --- 2 - '@hey-api/nuxt': minor 3 - --- 4 - 5 - feat: initial release
-5
.changeset/ten-spiders-act.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: handle raw OpenAPI specification input
+7
examples/openapi-ts-nuxt/CHANGELOG.md
··· 1 1 # @example/openapi-ts-nuxt 2 2 3 + ## 0.0.11 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2)]: 8 + - @hey-api/nuxt@0.1.0 9 + 3 10 ## 0.0.10 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-nuxt/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-nuxt", 3 3 "private": true, 4 - "version": "0.0.10", 4 + "version": "0.0.11", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "nuxt build",
+6
packages/client-nuxt/CHANGELOG.md
··· 1 1 # @hey-api/client-nuxt 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: drop cjs support 8 + 3 9 ## 0.2.4 4 10 5 11 ### Patch Changes
+1 -1
packages/client-nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-nuxt", 3 - "version": "0.2.4", 3 + "version": "0.3.0", 4 4 "description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+13
packages/nuxt/CHANGELOG.md
··· 1 + # @hey-api/nuxt 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release 8 + 9 + ### Patch Changes 10 + 11 + - Updated dependencies [[`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac), [`d80f835`](https://github.com/hey-api/openapi-ts/commit/d80f835b46775a01451f02f832ceb288c2b561d2), [`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac)]: 12 + - @hey-api/openapi-ts@0.64.11 13 + - @hey-api/client-nuxt@0.3.0
+1 -1
packages/nuxt/package.json
··· 1 1 { 2 2 "name": "@hey-api/nuxt", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "description": "🚀 Nuxt module for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.64.11 4 + 5 + ### Patch Changes 6 + 7 + - [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: support Hey API platform input arguments 8 + 9 + - [#1800](https://github.com/hey-api/openapi-ts/pull/1800) [`a4811bd`](https://github.com/hey-api/openapi-ts/commit/a4811bdf178ec1a7f1602e0483a32fe7303f4eac) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle raw OpenAPI specification input 10 + 3 11 ## 0.64.10 4 12 5 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.64.10", 3 + "version": "0.64.11", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {