Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release alpha #634

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/kubb": "2.0.0-alpha.7",
"packages/core": "2.0.0-alpha.7",
"packages/cli": "2.0.0-alpha.7",
"packages/parser": "2.0.0-alpha.7",
"packages/swagger": "2.0.0-alpha.7",
"packages/swagger-ts": "2.0.0-alpha.7",
"packages/swagger-client": "2.0.0-alpha.7",
"packages/swagger-tanstack-query": "2.0.0-alpha.7",
"packages/swagger-swr": "2.0.0-alpha.7",
"packages/swagger-zod": "2.0.0-alpha.7",
"packages/swagger-zodios": "2.0.0-alpha.7",
"packages/swagger-faker": "2.0.0-alpha.7",
"packages/swagger-msw": "2.0.0-alpha.7",
"packages/react": "2.0.0-alpha.7",
".": "2.0.0-alpha.7",
"packages/types": "2.0.0-alpha.7"
"packages/kubb": "2.0.1-alpha.7",
"packages/core": "2.0.1-alpha.7",
"packages/cli": "2.0.1-alpha.7",
"packages/parser": "2.0.1-alpha.7",
"packages/swagger": "2.0.1-alpha.7",
"packages/swagger-ts": "2.0.1-alpha.7",
"packages/swagger-client": "2.0.1-alpha.7",
"packages/swagger-tanstack-query": "2.0.1-alpha.7",
"packages/swagger-swr": "2.0.1-alpha.7",
"packages/swagger-zod": "2.0.1-alpha.7",
"packages/swagger-zodios": "2.0.1-alpha.7",
"packages/swagger-faker": "2.0.1-alpha.7",
"packages/swagger-msw": "2.0.1-alpha.7",
"packages/react": "2.0.1-alpha.7",
".": "2.0.1-alpha.7",
"packages/types": "2.0.1-alpha.7"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...kubb-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* use of baseURL for Zodios ([#631](https://github.com/kubb-project/kubb/issues/631)) ([84dcbf3](https://github.com/kubb-project/kubb/commit/84dcbf385cc38af5e5bb26530d7655309e33229b))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.6...kubb-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/cli-v2.0.0-alpha.7...@kubb/cli-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* remove JSON format for plugins with that it was not in use anymore(no docs were added) ([cdc5bec](https://github.com/kubb-project/kubb/commit/cdc5bec5371bede1d974f3ee30b9d02fa7b0008a))


### πŸ“š Documentation

* add documentation for `name` ([c043531](https://github.com/kubb-project/kubb/commit/c0435315263ef0ba63e05504e2aa82e7a34d212d))


### ✨ Features

* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/cli-v2.0.0-alpha.6...@kubb/cli-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/core-v2.0.0-alpha.7...@kubb/core-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))
* remove JSON format for plugins with that it was not in use anymore(no docs were added) ([cdc5bec](https://github.com/kubb-project/kubb/commit/cdc5bec5371bede1d974f3ee30b9d02fa7b0008a))


### ✨ Features

* `@kubb/types` package ([1d11f32](https://github.com/kubb-project/kubb/commit/1d11f32d846c2da3c74471cb40e76955ae45cb44))
* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/core-v2.0.0-alpha.6...@kubb/core-v2.0.0-alpha.7) (2023-11-12)


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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...kubb-v2.0.1-alpha.7) (2023-11-12)


### πŸ“¦ Miscellaneous Chores

* **kubb:** Synchronize undefined versions

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.6...kubb-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/parser-v2.0.0-alpha.7...@kubb/parser-v2.0.1-alpha.7) (2023-11-12)


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/parser-v2.0.0-alpha.6...@kubb/parser-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/react-v2.0.0-alpha.7...@kubb/react-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))


### ✨ Features

* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))
* Type component ([bfaf12b](https://github.com/kubb-project/kubb/commit/bfaf12b751dffc2ec2b6077782af6ccd339c9cd6))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/react-v2.0.0-alpha.6...@kubb/react-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v2.0.0-alpha.7...@kubb/swagger-client-v2.0.1-alpha.7) (2023-11-12)


### ✨ Features

* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))
* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-client-v2.0.0-alpha.6...@kubb/swagger-client-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v2.0.0-alpha.7...@kubb/swagger-faker-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-faker-v2.0.0-alpha.6...@kubb/swagger-faker-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v2.0.0-alpha.7...@kubb/swagger-msw-v2.0.1-alpha.7) (2023-11-12)


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))


### ✨ Features

* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))
* support for `msw` v2 ([#543](https://github.com/kubb-project/kubb/issues/543)) ([89043da](https://github.com/kubb-project/kubb/commit/89043dac2acd5a2ec03563bd889c595e75cd538e))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-msw-v2.0.0-alpha.6...@kubb/swagger-msw-v2.0.0-alpha.7) (2023-11-12)


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

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v2.0.0-alpha.7...@kubb/swagger-swr-v2.0.1-alpha.7) (2023-11-12)


### ✨ Features

* mutations and queries with `@kubb/react` ([a51d15a](https://github.com/kubb-project/kubb/commit/a51d15a643091cc5a74e40e48cd5e4028172221d))


### 🐞 Bug Fixes

* add `/index` to folders ([f887146](https://github.com/kubb-project/kubb/commit/f88714633e71266b51781729cf4c617145e54798))
* deprecate client and replace by clientImportPath [#621](https://github.com/kubb-project/kubb/issues/621) ([#622](https://github.com/kubb-project/kubb/issues/622)) ([74f562b](https://github.com/kubb-project/kubb/commit/74f562be03908c27f1f0e9cff483909022284b6a))


### πŸ“¦ Miscellaneous Chores

* release 1.14.3 ([695f324](https://github.com/kubb-project/kubb/commit/695f3242d61ac13f4284f3bdf529a3bc0e353244))
* release 2.0.0-alpha.1 ([925bf68](https://github.com/kubb-project/kubb/commit/925bf686956804aad82ba6480152427aaa6ad4f8))
* release 2.0.0-alpha.2 ([c0abf54](https://github.com/kubb-project/kubb/commit/c0abf54220849007e354f594267cd69086c38b07))
* release 2.0.0-alpha.3 ([3175248](https://github.com/kubb-project/kubb/commit/3175248895d3def0e32fbf87a7ffa45c0c859b68))
* release 2.0.0-alpha.4 ([36f790a](https://github.com/kubb-project/kubb/commit/36f790a8260ce0842ca64852590e59f2c661367c))
* release 2.0.0-alpha.5 ([cb226aa](https://github.com/kubb-project/kubb/commit/cb226aa772601d54e44717770b12a450a3863c45))
* release 2.0.0-alpha.6 ([be04470](https://github.com/kubb-project/kubb/commit/be04470ee6fcfafcd9db4997a522189828e9abad))
* release 2.0.0-alpha.7 ([bf80ef3](https://github.com/kubb-project/kubb/commit/bf80ef3eed770ce865a2618cfa5e79180077a7ce))

## [2.0.0-alpha.7](https://github.com/kubb-project/kubb/compare/@kubb/swagger-swr-v2.0.0-alpha.6...@kubb/swagger-swr-v2.0.0-alpha.7) (2023-11-12)


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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator swagger-swr",
"keywords": [
"typescript",
Expand Down
Loading