Skip to content

Commit

Permalink
Merge pull request #504 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 42f67ca + 958b882 commit befd446
Show file tree
Hide file tree
Showing 31 changed files with 159 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.11.6",
"packages/core": "1.11.6",
"packages/cli": "1.11.6",
"packages/parser": "1.11.6",
"packages/swagger": "1.11.6",
"packages/swagger-ts": "1.11.6",
"packages/swagger-client": "1.11.6",
"packages/swagger-tanstack-query": "1.11.6",
"packages/swagger-swr": "1.11.6",
"packages/swagger-zod": "1.11.6",
"packages/swagger-zodios": "1.11.6",
"packages/swagger-faker": "1.11.6",
"packages/swagger-msw": "1.11.6",
"packages/react": "1.11.6",
".": "1.11.6"
"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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### ✨ Features

* **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))


### 🐞 Bug Fixes

* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8))

## [1.11.6](https://github.com/kubb-project/kubb/compare/kubb-v1.11.5...kubb-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.11.5...@kubb/cli-v1.11.6) (2023-10-16)


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

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


### ✨ Features

* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.11.5...@kubb/core-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

* **kubb:** Synchronize undefined versions

## [1.11.6](https://github.com/kubb-project/kubb/compare/kubb-v1.11.5...kubb-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.11.5...@kubb/parser-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.11.5...@kubb/react-v1.11.6) (2023-10-16)


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

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


### ✨ Features

* **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))


### 🐞 Bug Fixes

* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.11.5...@kubb/swagger-client-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.11.5...@kubb/swagger-faker-v1.11.6) (2023-10-16)


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


### ✨ Features

* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.11.5...@kubb/swagger-msw-v1.11.6) (2023-10-16)


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

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


### ✨ Features

* **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))


### 🐞 Bug Fixes

* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.11.5...@kubb/swagger-swr-v1.11.6) (2023-10-16)


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

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


### ✨ Features

* **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))


### 🐞 Bug Fixes

* docs about wrong Badge usage, wrong import line example ([15c0cd3](https://github.com/kubb-project/kubb/commit/15c0cd34f54629292d30c57e162dad4467f8b9c8))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.11.5...@kubb/swagger-tanstack-query-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.11.5...@kubb/swagger-ts-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.11.5...@kubb/swagger-zod-v1.11.6) (2023-10-16)


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


### 📦 Miscellaneous Chores

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

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.11.5...@kubb/swagger-zodios-v1.11.6) (2023-10-16)


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

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


### ✨ Features

* type for `resolveName` ([53f9893](https://github.com/kubb-project/kubb/commit/53f98933e4b1ffe834622207768257d524f1f725))

## [1.11.6](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.11.5...@kubb/swagger-v1.11.6) (2023-10-16)


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.11.6",
"version": "1.12.0",
"description": "Generator swagger",
"keywords": [
"typescript",
Expand Down

1 comment on commit befd446

@vercel
Copy link

@vercel vercel bot commented on befd446 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 – ./

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

Please sign in to comment.