Skip to content

Commit

Permalink
Merge pull request #510 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 Oct 18, 2023
2 parents f6ad26a + 847d07c commit 98fa4d6
Show file tree
Hide file tree
Showing 31 changed files with 146 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.12.0",
"packages/core": "1.12.0",
"packages/cli": "1.12.0",
"packages/parser": "1.12.0",
"packages/swagger": "1.12.0",
"packages/swagger-ts": "1.12.0",
"packages/swagger-client": "1.12.0",
"packages/swagger-tanstack-query": "1.12.0",
"packages/swagger-swr": "1.12.0",
"packages/swagger-zod": "1.12.0",
"packages/swagger-zodios": "1.12.0",
"packages/swagger-faker": "1.12.0",
"packages/swagger-msw": "1.12.0",
"packages/react": "1.12.0",
".": "1.12.0"
"packages/kubb": "1.13.0",
"packages/core": "1.13.0",
"packages/cli": "1.13.0",
"packages/parser": "1.13.0",
"packages/swagger": "1.13.0",
"packages/swagger-ts": "1.13.0",
"packages/swagger-client": "1.13.0",
"packages/swagger-tanstack-query": "1.13.0",
"packages/swagger-swr": "1.13.0",
"packages/swagger-zod": "1.13.0",
"packages/swagger-zodios": "1.13.0",
"packages/swagger-faker": "1.13.0",
"packages/swagger-msw": "1.13.0",
"packages/react": "1.13.0",
".": "1.13.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/kubb-v1.12.0...kubb-v1.13.0) (2023-10-18)


### 📚 Documentation

* react-query v5 example ([7d9d428](https://github.com/kubb-project/kubb/commit/7d9d428ba2195fff47da5cf2dc0c98c651fc824c))


### ✨ Features

* `[@tanstack-query](https://github.com/tanstack-query)` v5 support ([c7d31dd](https://github.com/kubb-project/kubb/commit/c7d31dd11bb8c42d441101069d5d6b0e81db68c0))
* `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))

## [1.12.0](https://github.com/kubb-project/kubb/compare/kubb-v1.11.6...kubb-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"private": true,
"description": "Kubb monorepo",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.12.0...@kubb/cli-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/cli:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.11.6...@kubb/cli-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator cli",
"keywords": [
"typescript",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.12.0...@kubb/core-v1.13.0) (2023-10-18)


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

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.11.6...@kubb/core-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"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.13.0](https://github.com/kubb-project/kubb/compare/kubb-v1.12.0...kubb-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **kubb:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/kubb-v1.11.6...kubb-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.12.0...@kubb/parser-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/parser:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.11.6...@kubb/parser-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator parser",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.12.0...@kubb/react-v1.13.0) (2023-10-18)


### ✨ Features

* PackageManager to retreive a version in the package.json of the user ([220cd63](https://github.com/kubb-project/kubb/commit/220cd631f95e24e622c6579849a53b3cedd95b50))

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.11.6...@kubb/react-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator react",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.12.0...@kubb/swagger-client-v1.13.0) (2023-10-18)


### ✨ Features

* `pathParamsType` to override behaviour when calling a generated get/post/put function ([12624c4](https://github.com/kubb-project/kubb/commit/12624c4e426b417e50e5f19665fd1b529b3d0b6a))

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.11.6...@kubb/swagger-client-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator swagger-client",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.12.0...@kubb/swagger-faker-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-faker:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.11.6...@kubb/swagger-faker-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator swagger-faker",
"keywords": [
"faker",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.12.0...@kubb/swagger-msw-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-msw:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.11.6...@kubb/swagger-msw-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator swagger-msw",
"keywords": [
"faker",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.12.0...@kubb/swagger-swr-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-swr:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.11.6...@kubb/swagger-swr-v1.12.0) (2023-10-18)


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.12.0",
"version": "1.13.0",
"description": "Generator swagger-swr",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.12.0...@kubb/swagger-tanstack-query-v1.13.0) (2023-10-18)


### ✨ Features

* `[@tanstack-query](https://github.com/tanstack-query)` v5 support ([c7d31dd](https://github.com/kubb-project/kubb/commit/c7d31dd11bb8c42d441101069d5d6b0e81db68c0))

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.11.6...@kubb/swagger-tanstack-query-v1.12.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-tanstack-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-tanstack-query",
"version": "1.12.0",
"version": "1.13.0",
"description": "Generator swagger-tanstack-query",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.12.0...@kubb/swagger-ts-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-ts:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.11.6...@kubb/swagger-ts-v1.12.0) (2023-10-18)


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

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.12.0...@kubb/swagger-zod-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-zod:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.11.6...@kubb/swagger-zod-v1.12.0) (2023-10-18)


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

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.12.0...@kubb/swagger-zodios-v1.13.0) (2023-10-18)


### 📦 Miscellaneous Chores

* **@kubb/swagger-zodios:** Synchronize undefined versions

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.11.6...@kubb/swagger-zodios-v1.12.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-zodios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger-zodios",
"version": "1.12.0",
"version": "1.13.0",
"description": "Generator swagger-zodios",
"keywords": [
"zod",
Expand Down
8 changes: 8 additions & 0 deletions packages/swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.13.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.12.0...@kubb/swagger-v1.13.0) (2023-10-18)


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

## [1.12.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.11.6...@kubb/swagger-v1.12.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/swagger",
"version": "1.12.0",
"version": "1.13.0",
"description": "Generator swagger",
"keywords": [
"typescript",
Expand Down

1 comment on commit 98fa4d6

@vercel
Copy link

@vercel vercel bot commented on 98fa4d6 Oct 18, 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 – ./

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

Please sign in to comment.