From 6ed84e4bc98cf1e36fc0a5e8b0ef0c98b7566f38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:35:46 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 30 +++++++++---------- CHANGELOG.md | 13 ++++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 14 +++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 31 ++++++++++++++++++++ packages/core/package.json | 2 +- packages/kubb/CHANGELOG.md | 7 +++++ packages/kubb/package.json | 2 +- packages/parser/CHANGELOG.md | 8 +++++ packages/parser/package.json | 2 +- packages/react/CHANGELOG.md | 23 +++++++++++++++ packages/react/package.json | 2 +- packages/swagger-client/CHANGELOG.md | 28 ++++++++++++++++++ packages/swagger-client/package.json | 2 +- packages/swagger-faker/CHANGELOG.md | 23 +++++++++++++++ packages/swagger-faker/package.json | 2 +- packages/swagger-msw/CHANGELOG.md | 24 +++++++++++++++ packages/swagger-msw/package.json | 2 +- packages/swagger-swr/CHANGELOG.md | 26 ++++++++++++++++ packages/swagger-swr/package.json | 2 +- packages/swagger-tanstack-query/CHANGELOG.md | 29 ++++++++++++++++++ packages/swagger-tanstack-query/package.json | 2 +- packages/swagger-ts/CHANGELOG.md | 24 +++++++++++++++ packages/swagger-ts/package.json | 2 +- packages/swagger-zod/CHANGELOG.md | 23 +++++++++++++++ packages/swagger-zod/package.json | 2 +- packages/swagger-zodios/CHANGELOG.md | 13 ++++++++ packages/swagger-zodios/package.json | 2 +- packages/swagger/CHANGELOG.md | 28 ++++++++++++++++++ packages/swagger/package.json | 2 +- 31 files changed, 344 insertions(+), 30 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7378c9d4c..638615dbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - "packages/kubb": "1.14.6", - "packages/core": "1.14.6", - "packages/cli": "1.14.6", - "packages/parser": "1.14.6", - "packages/swagger": "1.14.6", - "packages/swagger-ts": "1.14.6", - "packages/swagger-client": "1.14.6", - "packages/swagger-tanstack-query": "1.14.6", - "packages/swagger-swr": "1.14.6", - "packages/swagger-zod": "1.14.6", - "packages/swagger-zodios": "1.14.6", - "packages/swagger-faker": "1.14.6", - "packages/swagger-msw": "1.14.6", - "packages/react": "1.14.6", - ".": "1.14.6" + "packages/kubb": "1.14.7", + "packages/core": "1.14.7", + "packages/cli": "1.14.7", + "packages/parser": "1.14.7", + "packages/swagger": "1.14.7", + "packages/swagger-ts": "1.14.7", + "packages/swagger-client": "1.14.7", + "packages/swagger-tanstack-query": "1.14.7", + "packages/swagger-swr": "1.14.7", + "packages/swagger-zod": "1.14.7", + "packages/swagger-zodios": "1.14.7", + "packages/swagger-faker": "1.14.7", + "packages/swagger-msw": "1.14.7", + "packages/react": "1.14.7", + ".": "1.14.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d220850..59e77effe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/kubb-v1.14.6...kubb-v1.14.7) (2023-11-08) + + +### 📚 Documentation + +* add alpha docs ([ec726d7](https://github.com/kubb-project/kubb/commit/ec726d79f2dbe2823ad3f532e378a1a174e74d24)) +* fix install command for swagger-tanstack-query plugin ([216390f](https://github.com/kubb-project/kubb/commit/216390fd47c60aecf04e562e385715147ba97a38)) + + +### 🐞 Bug Fixes + +* upgrade js-runtime ([70785bd](https://github.com/kubb-project/kubb/commit/70785bdaa1cb3e35a9511b73b0772de644eecd39)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/kubb-v1.14.5...kubb-v1.14.6) (2023-10-27) diff --git a/package.json b/package.json index 957b4ad6e..20acbec3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubb", - "version": "1.14.6", + "version": "1.14.7", "private": true, "description": "Kubb monorepo", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d9e8efc92..a62e47ccb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.14.6...@kubb/cli-v1.14.7) (2023-11-08) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* replace 'importModule' by 'PackageManager' ([f66065a](https://github.com/kubb-project/kubb/commit/f66065af900041eae6c26f301abaeef25d69157b)) +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.14.5...@kubb/cli-v1.14.6) (2023-10-27) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2334a03a4..d3d088619 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/cli", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator cli", "keywords": [ "typescript", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 35b19c3db..f7c20df39 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,4 +1,35 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.14.6...@kubb/core-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `input.data` for oasParser ([feb56f4](https://github.com/kubb-project/kubb/commit/feb56f49f4b12215d5c948c3508d058fb5eb42c1)) +* `pathParamsType` to override behaviour when calling a generated get/post/put function ([12624c4](https://github.com/kubb-project/kubb/commit/12624c4e426b417e50e5f19665fd1b529b3d0b6a)) +* PackageManager to retreive a version in the package.json of the user ([220cd63](https://github.com/kubb-project/kubb/commit/220cd631f95e24e622c6579849a53b3cedd95b50)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) +* update docs with examples ([9087387](https://github.com/kubb-project/kubb/commit/908738795b2c1a3612dbc556b957f41c62465dc2)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* better types for plugin `api` ([a4303b7](https://github.com/kubb-project/kubb/commit/a4303b7b102d871f514649f2edb4fb9058d6564d)) +* better types for PluginFactoryOptions and `KubbPlugin` ([3fb7bdd](https://github.com/kubb-project/kubb/commit/3fb7bdd7b612373c55597705037eab9fdc8202ee)) +* upgrade js-runtime ([70785bd](https://github.com/kubb-project/kubb/commit/70785bdaa1cb3e35a9511b73b0772de644eecd39)) +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.14.5...@kubb/core-v1.14.6) (2023-10-27) diff --git a/packages/core/package.json b/packages/core/package.json index 4c392c37a..184c3de38 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/core", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator core", "keywords": [ "typescript", diff --git a/packages/kubb/CHANGELOG.md b/packages/kubb/CHANGELOG.md index e9a5add81..cc97b3f57 100644 --- a/packages/kubb/CHANGELOG.md +++ b/packages/kubb/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/kubb-v1.14.6...kubb-v1.14.7) (2023-11-08) + + +### 📦 Miscellaneous Chores + +* **kubb:** Synchronize undefined versions + ## [1.14.6](https://github.com/kubb-project/kubb/compare/kubb-v1.14.5...kubb-v1.14.6) (2023-10-27) diff --git a/packages/kubb/package.json b/packages/kubb/package.json index 5b430ace3..d1a2bd855 100644 --- a/packages/kubb/package.json +++ b/packages/kubb/package.json @@ -1,6 +1,6 @@ { "name": "kubb", - "version": "1.14.6", + "version": "1.14.7", "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.", "keywords": [ "typescript", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index c0fc23b49..df13861a0 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.14.6...@kubb/parser-v1.14.7) (2023-11-08) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.14.5...@kubb/parser-v1.14.6) (2023-10-27) diff --git a/packages/parser/package.json b/packages/parser/package.json index f5f2d9d1b..27976c393 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/parser", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator parser", "keywords": [ "typescript", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 856f22273..f9e9b9d7b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.14.6...@kubb/react-v1.14.7) (2023-11-08) + + +### ✨ Features + +* PackageManager to retreive a version in the package.json of the user ([220cd63](https://github.com/kubb-project/kubb/commit/220cd631f95e24e622c6579849a53b3cedd95b50)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.14.5...@kubb/react-v1.14.6) (2023-10-27) diff --git a/packages/react/package.json b/packages/react/package.json index 91a366e4c..0c649f80d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/react", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator react", "keywords": [ "typescript", diff --git a/packages/swagger-client/CHANGELOG.md b/packages/swagger-client/CHANGELOG.md index e7b015116..45fd94159 100644 --- a/packages/swagger-client/CHANGELOG.md +++ b/packages/swagger-client/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.14.6...@kubb/swagger-client-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) +* `pathParamsType` to override behaviour when calling a generated get/post/put function ([12624c4](https://github.com/kubb-project/kubb/commit/12624c4e426b417e50e5f19665fd1b529b3d0b6a)) +* **client,swr,tanstack-query:** add clientImportPath option ([f3b3b30](https://github.com/kubb-project/kubb/commit/f3b3b30501fe48a19071fe37b082d3646b81b5c8)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8)) +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.14.5...@kubb/swagger-client-v1.14.6) (2023-10-27) diff --git a/packages/swagger-client/package.json b/packages/swagger-client/package.json index 9fb942175..5b2abef15 100644 --- a/packages/swagger-client/package.json +++ b/packages/swagger-client/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-client", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-client", "keywords": [ "typescript", diff --git a/packages/swagger-faker/CHANGELOG.md b/packages/swagger-faker/CHANGELOG.md index 17767e6bc..868e2f9e6 100644 --- a/packages/swagger-faker/CHANGELOG.md +++ b/packages/swagger-faker/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.14.6...@kubb/swagger-faker-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 🐞 Bug Fixes + +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.14.5...@kubb/swagger-faker-v1.14.6) (2023-10-27) diff --git a/packages/swagger-faker/package.json b/packages/swagger-faker/package.json index 3a5a8788f..a2db19d6c 100644 --- a/packages/swagger-faker/package.json +++ b/packages/swagger-faker/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-faker", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-faker", "keywords": [ "faker", diff --git a/packages/swagger-msw/CHANGELOG.md b/packages/swagger-msw/CHANGELOG.md index f842caf4a..6fbc0dcf1 100644 --- a/packages/swagger-msw/CHANGELOG.md +++ b/packages/swagger-msw/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.14.6...@kubb/swagger-msw-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 🐞 Bug Fixes + +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.14.5...@kubb/swagger-msw-v1.14.6) (2023-10-27) diff --git a/packages/swagger-msw/package.json b/packages/swagger-msw/package.json index abc336e77..08451c377 100644 --- a/packages/swagger-msw/package.json +++ b/packages/swagger-msw/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-msw", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-msw", "keywords": [ "faker", diff --git a/packages/swagger-swr/CHANGELOG.md b/packages/swagger-swr/CHANGELOG.md index 90fbd5c4d..9210ee003 100644 --- a/packages/swagger-swr/CHANGELOG.md +++ b/packages/swagger-swr/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.14.6...@kubb/swagger-swr-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) +* **client,swr,tanstack-query:** add clientImportPath option ([f3b3b30](https://github.com/kubb-project/kubb/commit/f3b3b30501fe48a19071fe37b082d3646b81b5c8)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 🐞 Bug Fixes + +* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8)) +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.14.5...@kubb/swagger-swr-v1.14.6) (2023-10-27) diff --git a/packages/swagger-swr/package.json b/packages/swagger-swr/package.json index 3458b25cb..d8b5213ae 100644 --- a/packages/swagger-swr/package.json +++ b/packages/swagger-swr/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-swr", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-swr", "keywords": [ "typescript", diff --git a/packages/swagger-tanstack-query/CHANGELOG.md b/packages/swagger-tanstack-query/CHANGELOG.md index 32d81d94e..55e15f32f 100644 --- a/packages/swagger-tanstack-query/CHANGELOG.md +++ b/packages/swagger-tanstack-query/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.14.6...@kubb/swagger-tanstack-query-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `[@tanstack-query](https://github.com/tanstack-query)` v5 support ([c7d31dd](https://github.com/kubb-project/kubb/commit/c7d31dd11bb8c42d441101069d5d6b0e81db68c0)) +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) +* **client,swr,tanstack-query:** add clientImportPath option ([f3b3b30](https://github.com/kubb-project/kubb/commit/f3b3b30501fe48a19071fe37b082d3646b81b5c8)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* add `as QueryKey` cast for `@tanstack/react-query` v5 ([67a3073](https://github.com/kubb-project/kubb/commit/67a30731713b2f1a047f0cd72f728db752322305)) +* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8)) +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.14.5...@kubb/swagger-tanstack-query-v1.14.6) (2023-10-27) diff --git a/packages/swagger-tanstack-query/package.json b/packages/swagger-tanstack-query/package.json index e1ef3f5ff..b71ef58d0 100644 --- a/packages/swagger-tanstack-query/package.json +++ b/packages/swagger-tanstack-query/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-tanstack-query", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-tanstack-query", "keywords": [ "typescript", diff --git a/packages/swagger-ts/CHANGELOG.md b/packages/swagger-ts/CHANGELOG.md index bd4118f12..485443928 100644 --- a/packages/swagger-ts/CHANGELOG.md +++ b/packages/swagger-ts/CHANGELOG.md @@ -1,4 +1,28 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.14.6...@kubb/swagger-ts-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) +* update docs with examples ([9087387](https://github.com/kubb-project/kubb/commit/908738795b2c1a3612dbc556b957f41c62465dc2)) + + +### 🐞 Bug Fixes + +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.14.5...@kubb/swagger-ts-v1.14.6) (2023-10-27) diff --git a/packages/swagger-ts/package.json b/packages/swagger-ts/package.json index 3c65396af..50dbab37a 100644 --- a/packages/swagger-ts/package.json +++ b/packages/swagger-ts/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-ts", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-ts", "keywords": [ "typescript", diff --git a/packages/swagger-zod/CHANGELOG.md b/packages/swagger-zod/CHANGELOG.md index 5f5ccad6a..d04ff1042 100644 --- a/packages/swagger-zod/CHANGELOG.md +++ b/packages/swagger-zod/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.14.6...@kubb/swagger-zod-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) + + +### 🐞 Bug Fixes + +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.14.5...@kubb/swagger-zod-v1.14.6) (2023-10-27) diff --git a/packages/swagger-zod/package.json b/packages/swagger-zod/package.json index e7df0df13..1db33baab 100644 --- a/packages/swagger-zod/package.json +++ b/packages/swagger-zod/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-zod", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-zod", "keywords": [ "zod", diff --git a/packages/swagger-zodios/CHANGELOG.md b/packages/swagger-zodios/CHANGELOG.md index cd9819a24..58fb8a681 100644 --- a/packages/swagger-zodios/CHANGELOG.md +++ b/packages/swagger-zodios/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.14.6...@kubb/swagger-zodios-v1.14.7) (2023-11-08) + + +### 📚 Documentation + +* update docs with examples ([9087387](https://github.com/kubb-project/kubb/commit/908738795b2c1a3612dbc556b957f41c62465dc2)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.14.5...@kubb/swagger-zodios-v1.14.6) (2023-10-27) diff --git a/packages/swagger-zodios/package.json b/packages/swagger-zodios/package.json index b7b302163..6694a0259 100644 --- a/packages/swagger-zodios/package.json +++ b/packages/swagger-zodios/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger-zodios", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger-zodios", "keywords": [ "zod", diff --git a/packages/swagger/CHANGELOG.md b/packages/swagger/CHANGELOG.md index 96566311b..07a3b7915 100644 --- a/packages/swagger/CHANGELOG.md +++ b/packages/swagger/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.14.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.14.6...@kubb/swagger-v1.14.7) (2023-11-08) + + +### ✨ Features + +* `input.data` for oasParser ([feb56f4](https://github.com/kubb-project/kubb/commit/feb56f49f4b12215d5c948c3508d058fb5eb42c1)) +* `overrideBy` to specify different options per `operationId | tag | path | method` ([ebb3db1](https://github.com/kubb-project/kubb/commit/ebb3db14c3796ea5211a49ccded5544ee54ad66c)) +* `pathParamsType` to override behaviour when calling a generated get/post/put function ([12624c4](https://github.com/kubb-project/kubb/commit/12624c4e426b417e50e5f19665fd1b529b3d0b6a)) +* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725)) + + +### 📚 Documentation + +* better docs with examples ([fb42958](https://github.com/kubb-project/kubb/commit/fb429588f213a0ec7973fd64aa24eea17529747a)) +* update docs with examples ([9087387](https://github.com/kubb-project/kubb/commit/908738795b2c1a3612dbc556b957f41c62465dc2)) + + +### 📦 Miscellaneous Chores + +* release 1.14.2 ([91e61ac](https://github.com/kubb-project/kubb/commit/91e61acde1c3824c40f291e1142363eaa95fb1cf)) +* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244)) + + +### 🐞 Bug Fixes + +* upgrade packages ([6222f59](https://github.com/kubb-project/kubb/commit/6222f599d96ab1fa34b41720715e5004cceee56b)) +* use of `fileManager.addIndexes` and `URLPath` without static functions ([9bc291d](https://github.com/kubb-project/kubb/commit/9bc291d5b9126b1d3f26803e6a1c54a3b008f634)) + ## [1.14.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.14.5...@kubb/swagger-v1.14.6) (2023-10-27) diff --git a/packages/swagger/package.json b/packages/swagger/package.json index c74542af1..005742882 100644 --- a/packages/swagger/package.json +++ b/packages/swagger/package.json @@ -1,6 +1,6 @@ { "name": "@kubb/swagger", - "version": "1.14.6", + "version": "1.14.7", "description": "Generator swagger", "keywords": [ "typescript",