diff --git a/.changeset/dry-eggs-begin.md b/.changeset/dry-eggs-begin.md deleted file mode 100644 index 233a19713..000000000 --- a/.changeset/dry-eggs-begin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/client-nuxt': patch -'@hey-api/openapi-ts': patch ---- - -fix: update keywords in package.json diff --git a/.changeset/light-fans-vanish.md b/.changeset/light-fans-vanish.md deleted file mode 100644 index b480d6444..000000000 --- a/.changeset/light-fans-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/client-nuxt': patch ---- - -fix: do not run validator and transformer when response is not ok diff --git a/.changeset/light-jokes-grin.md b/.changeset/light-jokes-grin.md deleted file mode 100644 index 4e653bd62..000000000 --- a/.changeset/light-jokes-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/client-next': minor ---- - -feat: initial release diff --git a/.changeset/metal-flowers-fix.md b/.changeset/metal-flowers-fix.md deleted file mode 100644 index cb9289bfb..000000000 --- a/.changeset/metal-flowers-fix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/client-nuxt': patch ---- - -fix: handle BigInt in JSON body serializer diff --git a/.changeset/orange-bags-hope.md b/.changeset/orange-bags-hope.md deleted file mode 100644 index 107219826..000000000 --- a/.changeset/orange-bags-hope.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/client-nuxt': patch ---- - -fix: remove client from Options interface diff --git a/.changeset/spotty-suns-build.md b/.changeset/spotty-suns-build.md deleted file mode 100644 index 413b2aa08..000000000 --- a/.changeset/spotty-suns-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: add Next.js client diff --git a/.changeset/thin-impalas-tell.md b/.changeset/thin-impalas-tell.md deleted file mode 100644 index d2a63e574..000000000 --- a/.changeset/thin-impalas-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -feat: support required client in SDK using sdk.client = false diff --git a/.changeset/tiny-kings-reflect.md b/.changeset/tiny-kings-reflect.md deleted file mode 100644 index 44bdfa6f3..000000000 --- a/.changeset/tiny-kings-reflect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/client-nuxt': patch ---- - -fix: export TDataShape interface diff --git a/.changeset/tough-islands-roll.md b/.changeset/tough-islands-roll.md deleted file mode 100644 index dbec37469..000000000 --- a/.changeset/tough-islands-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/client-nuxt': patch ---- - -fix: handle reactive refs in Nuxt client body diff --git a/.changeset/unlucky-ligers-help.md b/.changeset/unlucky-ligers-help.md deleted file mode 100644 index 8de8a99a7..000000000 --- a/.changeset/unlucky-ligers-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: add support for openIdConnect auth flow diff --git a/examples/openapi-ts-axios/CHANGELOG.md b/examples/openapi-ts-axios/CHANGELOG.md index c1d724332..117756a49 100644 --- a/examples/openapi-ts-axios/CHANGELOG.md +++ b/examples/openapi-ts-axios/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-axios +## 0.0.26 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-axios@0.5.3 + ## 0.0.25 ### Patch Changes diff --git a/examples/openapi-ts-axios/package.json b/examples/openapi-ts-axios/package.json index 025451728..0f19e9c3a 100644 --- a/examples/openapi-ts-axios/package.json +++ b/examples/openapi-ts-axios/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-axios", "private": true, - "version": "0.0.25", + "version": "0.0.26", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/examples/openapi-ts-fastify/CHANGELOG.md b/examples/openapi-ts-fastify/CHANGELOG.md index 926af31ab..eae2db0f1 100644 --- a/examples/openapi-ts-fastify/CHANGELOG.md +++ b/examples/openapi-ts-fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-fastify +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.1.2 ### Patch Changes diff --git a/examples/openapi-ts-fastify/package.json b/examples/openapi-ts-fastify/package.json index d4e85eb3b..77bb87be9 100644 --- a/examples/openapi-ts-fastify/package.json +++ b/examples/openapi-ts-fastify/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-fastify", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "openapi-ts": "openapi-ts", diff --git a/examples/openapi-ts-fetch/CHANGELOG.md b/examples/openapi-ts-fetch/CHANGELOG.md index 901c50749..535332c79 100644 --- a/examples/openapi-ts-fetch/CHANGELOG.md +++ b/examples/openapi-ts-fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-fetch +## 0.0.44 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.43 ### Patch Changes diff --git a/examples/openapi-ts-fetch/package.json b/examples/openapi-ts-fetch/package.json index d833c3d6a..5225c4588 100644 --- a/examples/openapi-ts-fetch/package.json +++ b/examples/openapi-ts-fetch/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-fetch", "private": true, - "version": "0.0.43", + "version": "0.0.44", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/examples/openapi-ts-next/CHANGELOG.md b/examples/openapi-ts-next/CHANGELOG.md index 050cd1bd3..6a4073f78 100644 --- a/examples/openapi-ts-next/CHANGELOG.md +++ b/examples/openapi-ts-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-next +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49)]: + - @hey-api/client-next@0.1.0 + ## 0.1.1 ### Patch Changes diff --git a/examples/openapi-ts-next/package.json b/examples/openapi-ts-next/package.json index 39d861400..e8ac6ca4e 100644 --- a/examples/openapi-ts-next/package.json +++ b/examples/openapi-ts-next/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-next", "private": true, - "version": "0.1.1", + "version": "0.1.2", "scripts": { "build": "next build", "dev": "next dev", diff --git a/examples/openapi-ts-nuxt/CHANGELOG.md b/examples/openapi-ts-nuxt/CHANGELOG.md index 11202b6f8..d7de1b87d 100644 --- a/examples/openapi-ts-nuxt/CHANGELOG.md +++ b/examples/openapi-ts-nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-nuxt +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb)]: + - @hey-api/client-nuxt@0.1.3 + ## 0.0.4 ### Patch Changes diff --git a/examples/openapi-ts-nuxt/package.json b/examples/openapi-ts-nuxt/package.json index e6218d411..3cd93158e 100644 --- a/examples/openapi-ts-nuxt/package.json +++ b/examples/openapi-ts-nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-nuxt", "private": true, - "version": "0.0.4", + "version": "0.0.5", "type": "module", "scripts": { "build": "nuxt build", diff --git a/examples/openapi-ts-sample/CHANGELOG.md b/examples/openapi-ts-sample/CHANGELOG.md index 09f100063..4a78b468a 100644 --- a/examples/openapi-ts-sample/CHANGELOG.md +++ b/examples/openapi-ts-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-sample +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.3 ### Patch Changes diff --git a/examples/openapi-ts-sample/package.json b/examples/openapi-ts-sample/package.json index d7ab830ac..a71ab5435 100644 --- a/examples/openapi-ts-sample/package.json +++ b/examples/openapi-ts-sample/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-sample", "private": true, - "version": "0.0.3", + "version": "0.0.4", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md b/examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md index f7acca2f9..da1c68524 100644 --- a/examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md +++ b/examples/openapi-ts-tanstack-angular-query-experimental/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-tanstack-angular-query-experimental +## 0.0.15 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.14 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-angular-query-experimental/package.json b/examples/openapi-ts-tanstack-angular-query-experimental/package.json index f7194d6b2..c68a58603 100644 --- a/examples/openapi-ts-tanstack-angular-query-experimental/package.json +++ b/examples/openapi-ts-tanstack-angular-query-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@example/openapi-ts-tanstack-angular-query-experimental", - "version": "0.0.14", + "version": "0.0.15", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/examples/openapi-ts-tanstack-react-query/CHANGELOG.md b/examples/openapi-ts-tanstack-react-query/CHANGELOG.md index 94ad97805..b9f2b9916 100644 --- a/examples/openapi-ts-tanstack-react-query/CHANGELOG.md +++ b/examples/openapi-ts-tanstack-react-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-tanstack-react-query +## 0.0.26 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.25 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-react-query/package.json b/examples/openapi-ts-tanstack-react-query/package.json index 473f010bc..c4ae7a149 100644 --- a/examples/openapi-ts-tanstack-react-query/package.json +++ b/examples/openapi-ts-tanstack-react-query/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-tanstack-react-query", "private": true, - "version": "0.0.25", + "version": "0.0.26", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md b/examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md index 813e8bc1c..49503c4c0 100644 --- a/examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md +++ b/examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-tanstack-svelte-query +## 0.0.26 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.25 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-svelte-query/package.json b/examples/openapi-ts-tanstack-svelte-query/package.json index 5369c1ce0..ad9a70330 100644 --- a/examples/openapi-ts-tanstack-svelte-query/package.json +++ b/examples/openapi-ts-tanstack-svelte-query/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-tanstack-svelte-query", "private": true, - "version": "0.0.25", + "version": "0.0.26", "type": "module", "scripts": { "build": "vite build", diff --git a/examples/openapi-ts-tanstack-vue-query/CHANGELOG.md b/examples/openapi-ts-tanstack-vue-query/CHANGELOG.md index 88ee7c9d1..0ecf3c415 100644 --- a/examples/openapi-ts-tanstack-vue-query/CHANGELOG.md +++ b/examples/openapi-ts-tanstack-vue-query/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-tanstack-vue-query +## 0.0.26 + +### Patch Changes + +- Updated dependencies [[`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49), [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31), [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31)]: + - @hey-api/client-fetch@0.7.3 + ## 0.0.25 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-vue-query/package.json b/examples/openapi-ts-tanstack-vue-query/package.json index 979682bdc..fc3179f00 100644 --- a/examples/openapi-ts-tanstack-vue-query/package.json +++ b/examples/openapi-ts-tanstack-vue-query/package.json @@ -1,7 +1,7 @@ { "name": "@example/openapi-ts-tanstack-vue-query", "private": true, - "version": "0.0.25", + "version": "0.0.26", "type": "module", "scripts": { "build-only": "vite build", diff --git a/packages/client-axios/CHANGELOG.md b/packages/client-axios/CHANGELOG.md index 853519bac..ec77961a4 100644 --- a/packages/client-axios/CHANGELOG.md +++ b/packages/client-axios/CHANGELOG.md @@ -1,5 +1,17 @@ # @hey-api/client-axios +## 0.5.3 + +### Patch Changes + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update keywords in package.json + +- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle BigInt in JSON body serializer + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: remove client from Options interface + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export TDataShape interface + ## 0.5.2 ### Patch Changes diff --git a/packages/client-axios/package.json b/packages/client-axios/package.json index eafb41953..3070ed6c0 100644 --- a/packages/client-axios/package.json +++ b/packages/client-axios/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-axios", - "version": "0.5.2", + "version": "0.5.3", "description": "🚀 Axios client for `@hey-api/openapi-ts` codegen.", "homepage": "https://heyapi.dev/", "repository": { diff --git a/packages/client-fetch/CHANGELOG.md b/packages/client-fetch/CHANGELOG.md index 4b795689a..50bc50d03 100644 --- a/packages/client-fetch/CHANGELOG.md +++ b/packages/client-fetch/CHANGELOG.md @@ -1,5 +1,17 @@ # @hey-api/client-fetch +## 0.7.3 + +### Patch Changes + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update keywords in package.json + +- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle BigInt in JSON body serializer + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: remove client from Options interface + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export TDataShape interface + ## 0.7.2 ### Patch Changes diff --git a/packages/client-fetch/package.json b/packages/client-fetch/package.json index f2c78d723..b0e7090ed 100644 --- a/packages/client-fetch/package.json +++ b/packages/client-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-fetch", - "version": "0.7.2", + "version": "0.7.3", "description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.", "homepage": "https://heyapi.dev/", "repository": { diff --git a/packages/client-next/CHANGELOG.md b/packages/client-next/CHANGELOG.md new file mode 100644 index 000000000..6342bb724 --- /dev/null +++ b/packages/client-next/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hey-api/client-next + +## 0.1.0 + +### Minor Changes + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release diff --git a/packages/client-next/package.json b/packages/client-next/package.json index 4f1f09485..b81dfafb9 100644 --- a/packages/client-next/package.json +++ b/packages/client-next/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-next", - "version": "0.0.1", + "version": "0.1.0", "description": "🚀 Next.js client for `@hey-api/openapi-ts` codegen.", "homepage": "https://heyapi.dev/", "repository": { diff --git a/packages/client-nuxt/CHANGELOG.md b/packages/client-nuxt/CHANGELOG.md index 65cd5b2a6..78eefea74 100644 --- a/packages/client-nuxt/CHANGELOG.md +++ b/packages/client-nuxt/CHANGELOG.md @@ -1,5 +1,21 @@ # @hey-api/client-nuxt +## 0.1.3 + +### Patch Changes + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update keywords in package.json + +- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: do not run validator and transformer when response is not ok + +- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle BigInt in JSON body serializer + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: remove client from Options interface + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export TDataShape interface + +- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle reactive refs in Nuxt client body + ## 0.1.2 ### Patch Changes diff --git a/packages/client-nuxt/package.json b/packages/client-nuxt/package.json index 0f43f2239..2d6100d25 100644 --- a/packages/client-nuxt/package.json +++ b/packages/client-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-nuxt", - "version": "0.1.2", + "version": "0.1.3", "description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.", "homepage": "https://heyapi.dev/", "repository": { diff --git a/packages/openapi-ts/CHANGELOG.md b/packages/openapi-ts/CHANGELOG.md index 494bb66ac..1849deebc 100644 --- a/packages/openapi-ts/CHANGELOG.md +++ b/packages/openapi-ts/CHANGELOG.md @@ -1,5 +1,17 @@ # @hey-api/openapi-ts +## 0.63.1 + +### Patch Changes + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update keywords in package.json + +- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add Next.js client + +- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: support required client in SDK using sdk.client = false + +- [#1648](https://github.com/hey-api/openapi-ts/pull/1648) [`66a9e45`](https://github.com/hey-api/openapi-ts/commit/66a9e4517d2306da8c60750dc3380e6774a7177b) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add support for openIdConnect auth flow + ## 0.63.0 ### Minor Changes diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index dd30c77d0..bc16d1f95 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.63.0", + "version": "0.63.1", "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", "homepage": "https://heyapi.dev/", "repository": {