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 #635

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
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **cli:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **core:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/kubb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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 [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **parser:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **react:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/swagger-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-client:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/swagger-faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-faker:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/swagger-msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-msw:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/swagger-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-swr:** Synchronize [@kubb](https://github.com/kubb) versions
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
8 changes: 8 additions & 0 deletions packages/swagger-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-tanstack-query:** Synchronize [@kubb](https://github.com/kubb) versions
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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator swagger-tanstack-query",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions packages/swagger-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-ts:** Synchronize [@kubb](https://github.com/kubb) versions
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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator swagger-ts",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions packages/swagger-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger-zod:** Synchronize [@kubb](https://github.com/kubb) versions
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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator swagger-zod",
"keywords": [
"zod",
Expand Down
8 changes: 8 additions & 0 deletions packages/swagger-zodios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.0.1-alpha.7](https://github.com/kubb-project/kubb/compare/kubb-v2.0.0-alpha.7...swagger-zodios-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 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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"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
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **swagger:** Synchronize [@kubb](https://github.com/kubb) versions
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": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator swagger",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### 📦 Miscellaneous Chores

* **types:** Synchronize [@kubb](https://github.com/kubb) versions
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/types",
"version": "2.0.0-alpha.7",
"version": "2.0.1-alpha.7",
"description": "Generator types",
"keywords": [
"typescript",
Expand Down
Loading