Skip to content

Commit

Permalink
Merge pull request #480 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 12, 2023
2 parents 237ade7 + 101419b commit 34b75e7
Show file tree
Hide file tree
Showing 31 changed files with 144 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.0",
"packages/core": "1.11.0",
"packages/cli": "1.11.0",
"packages/parser": "1.11.0",
"packages/swagger": "1.11.0",
"packages/swagger-ts": "1.11.0",
"packages/swagger-client": "1.11.0",
"packages/swagger-tanstack-query": "1.11.0",
"packages/swagger-swr": "1.11.0",
"packages/swagger-zod": "1.11.0",
"packages/swagger-zodios": "1.11.0",
"packages/swagger-faker": "1.11.0",
"packages/swagger-msw": "1.11.0",
"packages/react": "1.11.0",
".": "1.11.0"
"packages/kubb": "1.11.1",
"packages/core": "1.11.1",
"packages/cli": "1.11.1",
"packages/parser": "1.11.1",
"packages/swagger": "1.11.1",
"packages/swagger-ts": "1.11.1",
"packages/swagger-client": "1.11.1",
"packages/swagger-tanstack-query": "1.11.1",
"packages/swagger-swr": "1.11.1",
"packages/swagger-zod": "1.11.1",
"packages/swagger-zodios": "1.11.1",
"packages/swagger-faker": "1.11.1",
"packages/swagger-msw": "1.11.1",
"packages/react": "1.11.1",
".": "1.11.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.1](https://github.com/kubb-project/kubb/compare/kubb-v1.11.0...kubb-v1.11.1) (2023-10-12)


### 🐞 Bug Fixes

* include `@kubb/react` for legacy `yarn install` ([237ade7](https://github.com/kubb-project/kubb/commit/237ade716b5b6ffc12ddcf4f50106ae7cdd7dc0a))

## [1.11.0](https://github.com/kubb-project/kubb/compare/kubb-v1.10.4...kubb-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.11.0...@kubb/cli-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/cli-v1.10.4...@kubb/cli-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.11.0...@kubb/core-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/core-v1.10.4...@kubb/core-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/kubb-v1.11.0...kubb-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

* **kubb:** Synchronize undefined versions

## [1.11.0](https://github.com/kubb-project/kubb/compare/kubb-v1.10.4...kubb-v1.11.0) (2023-10-11)


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

## [1.11.1](https://github.com/kubb-project/kubb/compare/@kubb/parser-v1.11.0...@kubb/parser-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

* release 1.10.4 ([e2607b3](https://github.com/kubb-project/kubb/commit/e2607b3499ea9c810b508456b4e0ad5841a27347))
* release 1.2.2 ([1213f57](https://github.com/kubb-project/kubb/commit/1213f57a4a56b5cac7709b24060d42f5dfc56d40))
* release 1.2.2 ([9489c97](https://github.com/kubb-project/kubb/commit/9489c97159a0f0e755b4257cd330e11d4d648b88))
* release 1.3.1 ([3821664](https://github.com/kubb-project/kubb/commit/3821664148c130e7e1905ac59ec359204b0c0370))
* release 1.3.1 ([fc869d9](https://github.com/kubb-project/kubb/commit/fc869d9c1429f3b513e3ba5a8854e1bf1d1f2122))
* release 1.4.0 ([fc0de82](https://github.com/kubb-project/kubb/commit/fc0de826f94c2ff933dd2cefe26168ea6fcf8c3b))
* release 1.4.0 ([b1d4561](https://github.com/kubb-project/kubb/commit/b1d456179bc4415168142939b4be64b225a4870f))
* release 1.4.1 ([9805506](https://github.com/kubb-project/kubb/commit/98055065a6931b96dc1038890eb56ebb0342818f))
* release 1.5.2 ([2f49c97](https://github.com/kubb-project/kubb/commit/2f49c97863b3dcee1a6158d97a5ca66848d52261))
* release 1.8.0 ([218b7f0](https://github.com/kubb-project/kubb/commit/218b7f0e8ec1cbc8b6db504ec6e06d8dbeb1109e))

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/ts-codegen-v1.10.4...@kubb/ts-codegen-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.11.0...@kubb/react-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/react-v1.10.4...@kubb/react-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.11.0...@kubb/swagger-client-v1.11.1) (2023-10-12)


### 🐞 Bug Fixes

* include `@kubb/react` for legacy `yarn install` ([237ade7](https://github.com/kubb-project/kubb/commit/237ade716b5b6ffc12ddcf4f50106ae7cdd7dc0a))

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v1.10.4...@kubb/swagger-client-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.11.0...@kubb/swagger-faker-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v1.10.4...@kubb/swagger-faker-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.11.0...@kubb/swagger-msw-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v1.10.4...@kubb/swagger-msw-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.11.0...@kubb/swagger-swr-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v1.10.4...@kubb/swagger-swr-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.11.0...@kubb/swagger-tanstack-query-v1.11.1) (2023-10-12)


### 🐞 Bug Fixes

* include `@kubb/react` for legacy `yarn install` ([237ade7](https://github.com/kubb-project/kubb/commit/237ade716b5b6ffc12ddcf4f50106ae7cdd7dc0a))

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-tanstack-query-v1.10.4...@kubb/swagger-tanstack-query-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.11.0...@kubb/swagger-ts-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-ts-v1.10.4...@kubb/swagger-ts-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.11.0...@kubb/swagger-zod-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zod-v1.10.4...@kubb/swagger-zod-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.11.0...@kubb/swagger-zodios-v1.11.1) (2023-10-12)


### 📦 Miscellaneous Chores

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

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-zodios-v1.10.4...@kubb/swagger-zodios-v1.11.0) (2023-10-11)


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.0",
"version": "1.11.1",
"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.11.1](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.11.0...@kubb/swagger-v1.11.1) (2023-10-12)


### 🐞 Bug Fixes

* include `@kubb/react` for legacy `yarn install` ([237ade7](https://github.com/kubb-project/kubb/commit/237ade716b5b6ffc12ddcf4f50106ae7cdd7dc0a))

## [1.11.0](https://github.com/kubb-project/kubb/compare/@kubb/swagger-v1.10.4...@kubb/swagger-v1.11.0) (2023-10-11)


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

1 comment on commit 34b75e7

@vercel
Copy link

@vercel vercel bot commented on 34b75e7 Oct 12, 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.dev
kubb-kubb.vercel.app
kubb-git-main-kubb.vercel.app
www.kubb.dev

Please sign in to comment.