Skip to content

Commit

Permalink
Merge pull request #616 from kubb-project/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
stijnvanhulle authored Nov 9, 2023
2 parents 637a2b1 + a8a3ea2 commit 426a3ff
Show file tree
Hide file tree
Showing 31 changed files with 341 additions and 30 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"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"
"packages/kubb": "1.14.8",
"packages/core": "1.14.8",
"packages/cli": "1.14.8",
"packages/parser": "1.14.8",
"packages/swagger": "1.14.8",
"packages/swagger-ts": "1.14.8",
"packages/swagger-client": "1.14.8",
"packages/swagger-tanstack-query": "1.14.8",
"packages/swagger-swr": "1.14.8",
"packages/swagger-zod": "1.14.8",
"packages/swagger-zodios": "1.14.8",
"packages/swagger-faker": "1.14.8",
"packages/swagger-msw": "1.14.8",
"packages/react": "1.14.8",
".": "1.14.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [1.14.8](https://github.com/kubb-project/kubb/compare/kubb-v1.14.7...kubb-v1.14.8) (2023-11-09)


### 🐞 Bug Fixes

* strict type for swagger-client ([eacdd8c](https://github.com/kubb-project/kubb/commit/eacdd8c4ccf316bb75777a6386f31828489d48b5))

## [1.14.7](https://github.com/kubb-project/kubb/compare/kubb-v1.14.6...kubb-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubb",
"version": "1.14.7",
"version": "1.14.8",
"private": true,
"description": "Kubb monorepo",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.14.7...@kubb/cli-v1.14.8) (2023-11-09)


### 📦 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.7](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.14.6...@kubb/cli-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/cli",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator cli",
"keywords": [
"typescript",
Expand Down
32 changes: 32 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
# Changelog
## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.14.7...@kubb/core-v1.14.8) (2023-11-09)


### ✨ 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))
* strict type for swagger-client ([eacdd8c](https://github.com/kubb-project/kubb/commit/eacdd8c4ccf316bb75777a6386f31828489d48b5))
* 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.7](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.14.6...@kubb/core-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/core",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator core",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/kubb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/kubb-v1.14.7...kubb-v1.14.8) (2023-11-09)


### 📦 Miscellaneous Chores

* **kubb:** Synchronize undefined versions

## [1.14.7](https://github.com/kubb-project/kubb/compare/kubb-v1.14.6...kubb-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/kubb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubb",
"version": "1.14.7",
"version": "1.14.8",
"description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.14.7...@kubb/parser-v1.14.8) (2023-11-09)


### 📦 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.7](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.14.6...@kubb/parser-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/parser",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator parser",
"keywords": [
"typescript",
Expand Down
23 changes: 23 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.14.7...@kubb/react-v1.14.8) (2023-11-09)


### ✨ 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.7](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.14.6...@kubb/react-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/react",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator react",
"keywords": [
"typescript",
Expand Down
29 changes: 29 additions & 0 deletions packages/swagger-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.14.7...@kubb/swagger-client-v1.14.8) (2023-11-09)


### ✨ 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))
* strict type for swagger-client ([eacdd8c](https://github.com/kubb-project/kubb/commit/eacdd8c4ccf316bb75777a6386f31828489d48b5))
* 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.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.14.6...@kubb/swagger-client-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-client",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator swagger-client",
"keywords": [
"typescript",
Expand Down
23 changes: 23 additions & 0 deletions packages/swagger-faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.14.7...@kubb/swagger-faker-v1.14.8) (2023-11-09)


### ✨ 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.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.14.6...@kubb/swagger-faker-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-faker",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator swagger-faker",
"keywords": [
"faker",
Expand Down
24 changes: 24 additions & 0 deletions packages/swagger-msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.14.7...@kubb/swagger-msw-v1.14.8) (2023-11-09)


### ✨ 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.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.14.6...@kubb/swagger-msw-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-msw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-msw",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator swagger-msw",
"keywords": [
"faker",
Expand Down
26 changes: 26 additions & 0 deletions packages/swagger-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.14.7...@kubb/swagger-swr-v1.14.8) (2023-11-09)


### ✨ 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.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.14.6...@kubb/swagger-swr-v1.14.7) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-swr",
"version": "1.14.7",
"version": "1.14.8",
"description": "Generator swagger-swr",
"keywords": [
"typescript",
Expand Down
29 changes: 29 additions & 0 deletions packages/swagger-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.14.8](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.14.7...@kubb/swagger-tanstack-query-v1.14.8) (2023-11-09)


### ✨ 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.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)


Expand Down
Loading

1 comment on commit 426a3ff

@vercel
Copy link

@vercel vercel bot commented on 426a3ff Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-kubb.vercel.app
kubb-git-main-kubb.vercel.app
beta.kubb.dev
kubb.dev
www.kubb.dev

Please sign in to comment.