diff --git a/.changeset/brown-parents-explain.md b/.changeset/brown-parents-explain.md deleted file mode 100644 index 02a976e12..000000000 --- a/.changeset/brown-parents-explain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/openapi-ts': patch ---- - -fix: handle indexed access checks diff --git a/.changeset/eight-phones-applaud.md b/.changeset/eight-phones-applaud.md deleted file mode 100644 index b8efaf7ec..000000000 --- a/.changeset/eight-phones-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: zod: generate patterns and improve plain schemas diff --git a/.changeset/lovely-lies-impress.md b/.changeset/lovely-lies-impress.md deleted file mode 100644 index 865183a9d..000000000 --- a/.changeset/lovely-lies-impress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@hey-api/client-axios': patch -'@hey-api/client-fetch': patch -'@hey-api/openapi-ts': patch ---- - -fix: add links to the experimental parser callouts diff --git a/.changeset/moody-knives-accept.md b/.changeset/moody-knives-accept.md deleted file mode 100644 index e301479b1..000000000 --- a/.changeset/moody-knives-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: update types for custom plugins so defineConfig does not throw diff --git a/.changeset/old-seals-visit.md b/.changeset/old-seals-visit.md deleted file mode 100644 index 8eaccd6b9..000000000 --- a/.changeset/old-seals-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/client-axios': patch ---- - -fix: handle special Axios keywords when merging headers diff --git a/.changeset/tender-llamas-happen.md b/.changeset/tender-llamas-happen.md deleted file mode 100644 index d9f05c5df..000000000 --- a/.changeset/tender-llamas-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: export IR types diff --git a/.changeset/thirty-olives-kneel.md b/.changeset/thirty-olives-kneel.md deleted file mode 100644 index 882eb6ff5..000000000 --- a/.changeset/thirty-olives-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: export utils diff --git a/.changeset/thirty-schools-perform.md b/.changeset/thirty-schools-perform.md deleted file mode 100644 index 4e9b20256..000000000 --- a/.changeset/thirty-schools-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hey-api/openapi-ts': patch ---- - -fix: allow plugins to explicitly declare whether they should be re-exported from the index file diff --git a/examples/openapi-ts-axios/CHANGELOG.md b/examples/openapi-ts-axios/CHANGELOG.md index 8fc759f43..9b1754c90 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.21 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26), [`458ef50`](https://github.com/hey-api/openapi-ts/commit/458ef500a18127a618dd1e14e14e20014027e77d)]: + - @hey-api/client-axios@0.3.4 + ## 0.0.20 ### Patch Changes diff --git a/examples/openapi-ts-axios/package.json b/examples/openapi-ts-axios/package.json index 9d5835f78..4db969001 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.20", + "version": "0.0.21", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/examples/openapi-ts-fastify/CHANGELOG.md b/examples/openapi-ts-fastify/CHANGELOG.md index 1392e7224..47bd570da 100644 --- a/examples/openapi-ts-fastify/CHANGELOG.md +++ b/examples/openapi-ts-fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # @example/openapi-ts-fastify +## 0.0.10 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.9 ### Patch Changes diff --git a/examples/openapi-ts-fastify/package.json b/examples/openapi-ts-fastify/package.json index 1a6771a61..cdec58e28 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.0.9", + "version": "0.0.10", "type": "module", "scripts": { "openapi-ts": "openapi-ts", diff --git a/examples/openapi-ts-fetch/CHANGELOG.md b/examples/openapi-ts-fetch/CHANGELOG.md index b48f3f09d..087612261 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.39 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.38 ### Patch Changes diff --git a/examples/openapi-ts-fetch/package.json b/examples/openapi-ts-fetch/package.json index e7dd12983..51e9cc5fe 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.38", + "version": "0.0.39", "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 5d81e91e6..467c5dd3c 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.10 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.9 ### 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 0a691b7f5..20e9b531b 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.9", + "version": "0.0.10", "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 df62ee2ca..1618cc612 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.21 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.20 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-react-query/package.json b/examples/openapi-ts-tanstack-react-query/package.json index 9e90b2676..7d709e3eb 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.20", + "version": "0.0.21", "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 4b5efadb9..1590685a2 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.21 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.20 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-svelte-query/package.json b/examples/openapi-ts-tanstack-svelte-query/package.json index 31a67b1a1..1c11174b1 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.20", + "version": "0.0.21", "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 e4be3c0e5..791876182 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.21 + +### Patch Changes + +- Updated dependencies [[`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263), [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26)]: + - @hey-api/client-fetch@0.5.7 + ## 0.0.20 ### Patch Changes diff --git a/examples/openapi-ts-tanstack-vue-query/package.json b/examples/openapi-ts-tanstack-vue-query/package.json index f34bca432..cb915292f 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.20", + "version": "0.0.21", "type": "module", "scripts": { "build-only": "vite build", diff --git a/packages/client-axios/CHANGELOG.md b/packages/client-axios/CHANGELOG.md index 7a4f7f2d1..f286d39e7 100644 --- a/packages/client-axios/CHANGELOG.md +++ b/packages/client-axios/CHANGELOG.md @@ -1,5 +1,15 @@ # @hey-api/client-axios +## 0.3.4 + +### Patch Changes + +- [#1468](https://github.com/hey-api/openapi-ts/pull/1468) [`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle indexed access checks + +- [#1471](https://github.com/hey-api/openapi-ts/pull/1471) [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add links to the experimental parser callouts + +- [#1470](https://github.com/hey-api/openapi-ts/pull/1470) [`458ef50`](https://github.com/hey-api/openapi-ts/commit/458ef500a18127a618dd1e14e14e20014027e77d) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle special Axios keywords when merging headers + ## 0.3.3 ### Patch Changes diff --git a/packages/client-axios/package.json b/packages/client-axios/package.json index da61eead9..366334dea 100644 --- a/packages/client-axios/package.json +++ b/packages/client-axios/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-axios", - "version": "0.3.3", + "version": "0.3.4", "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 d181b8795..e07c98a5b 100644 --- a/packages/client-fetch/CHANGELOG.md +++ b/packages/client-fetch/CHANGELOG.md @@ -1,5 +1,13 @@ # @hey-api/client-fetch +## 0.5.7 + +### Patch Changes + +- [#1468](https://github.com/hey-api/openapi-ts/pull/1468) [`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle indexed access checks + +- [#1471](https://github.com/hey-api/openapi-ts/pull/1471) [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add links to the experimental parser callouts + ## 0.5.6 ### Patch Changes diff --git a/packages/client-fetch/package.json b/packages/client-fetch/package.json index d50586206..90d1be59e 100644 --- a/packages/client-fetch/package.json +++ b/packages/client-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/client-fetch", - "version": "0.5.6", + "version": "0.5.7", "description": "🚀 Fetch API 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 95da0f10c..90c6b607f 100644 --- a/packages/openapi-ts/CHANGELOG.md +++ b/packages/openapi-ts/CHANGELOG.md @@ -1,5 +1,23 @@ # @hey-api/openapi-ts +## 0.60.1 + +### Patch Changes + +- [#1468](https://github.com/hey-api/openapi-ts/pull/1468) [`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle indexed access checks + +- [#1469](https://github.com/hey-api/openapi-ts/pull/1469) [`a7608c2`](https://github.com/hey-api/openapi-ts/commit/a7608c27ced3419dee228f4b0cd96479b3dc2c04) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: zod: generate patterns and improve plain schemas + +- [#1471](https://github.com/hey-api/openapi-ts/pull/1471) [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add links to the experimental parser callouts + +- [#1462](https://github.com/hey-api/openapi-ts/pull/1462) [`893d6ef`](https://github.com/hey-api/openapi-ts/commit/893d6ef5677d17b96174f505937f6da686abb2bc) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update types for custom plugins so defineConfig does not throw + +- [#1464](https://github.com/hey-api/openapi-ts/pull/1464) [`787d59c`](https://github.com/hey-api/openapi-ts/commit/787d59c307549f5faf9f83314a8e9692bb01eb5d) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export IR types + +- [#1467](https://github.com/hey-api/openapi-ts/pull/1467) [`3a3f8d7`](https://github.com/hey-api/openapi-ts/commit/3a3f8d7ea4c993d4372e4bc52f6d9525bf1e45b6) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export utils + +- [#1457](https://github.com/hey-api/openapi-ts/pull/1457) [`bc03c37`](https://github.com/hey-api/openapi-ts/commit/bc03c373f4df61d8d715dc13badba2a6c5a3a450) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow plugins to explicitly declare whether they should be re-exported from the index file + ## 0.60.0 ### Minor Changes diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index 830d7e0fa..2b1bd807f 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.60.0", + "version": "0.60.1", "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", "homepage": "https://heyapi.dev/", "repository": {