Skip to content

Commit

Permalink
Version Packages (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 13, 2023
1 parent ca5c546 commit 69ee805
Show file tree
Hide file tree
Showing 31 changed files with 149 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/mighty-months-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-phones-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-elephants-juggle.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kubb/cli

## 2.0.2

### Patch Changes

- [#718](https://github.com/kubb-project/kubb/pull/718) [`31c7870`](https://github.com/kubb-project/kubb/commit/31c7870c0519b6368f4209ff6817029bdfc630f9) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - use of `bundle-require`

- Updated dependencies []:
- @kubb/core@2.0.2

## 2.0.1

### Patch Changes
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.1",
"version": "2.0.2",
"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
@@ -1,5 +1,13 @@
# @kubb/core

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/parser@2.0.2
- @kubb/types@2.0.2

## 2.0.1

### Patch Changes
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.1",
"version": "2.0.2",
"description": "Generator core",
"keywords": [
"typescript",
Expand Down
2 changes: 2 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @kubb/parser

## 2.0.2

## 2.0.1

## 2.0.0
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.1",
"version": "2.0.2",
"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
@@ -1,5 +1,13 @@
# @kubb/react

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2

## 2.0.1

### Patch Changes
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.1",
"version": "2.0.2",
"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 @@
# @kubb/swagger-client

## 2.0.2

### Patch Changes

- [#720](https://github.com/kubb-project/kubb/pull/720) [`787365b`](https://github.com/kubb-project/kubb/commit/787365b32d1c48fb270445ce2d4d438213e7b0e4) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - use of `dataReturnType` to set res.data or res

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/swagger-ts@2.0.2

## 2.0.1

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

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/swagger-ts@2.0.2

## 2.0.1

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

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/swagger-faker@2.0.2
- @kubb/swagger-ts@2.0.2

## 2.0.1

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

## 2.0.2

### Patch Changes

- [#720](https://github.com/kubb-project/kubb/pull/720) [`787365b`](https://github.com/kubb-project/kubb/commit/787365b32d1c48fb270445ce2d4d438213e7b0e4) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - use of `dataReturnType` to set res.data or res

- Updated dependencies [[`787365b`](https://github.com/kubb-project/kubb/commit/787365b32d1c48fb270445ce2d4d438213e7b0e4)]:
- @kubb/swagger-client@2.0.2
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/swagger-ts@2.0.2

## 2.0.1

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

## 2.0.2

### Patch Changes

- [#720](https://github.com/kubb-project/kubb/pull/720) [`787365b`](https://github.com/kubb-project/kubb/commit/787365b32d1c48fb270445ce2d4d438213e7b0e4) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - use of `dataReturnType` to set res.data or res

- Updated dependencies [[`787365b`](https://github.com/kubb-project/kubb/commit/787365b32d1c48fb270445ce2d4d438213e7b0e4)]:
- @kubb/swagger-client@2.0.2
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/swagger-ts@2.0.2

## 2.0.1

### Patch Changes
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": "2.0.1",
"version": "2.0.2",
"description": "Generator swagger-tanstack-query",
"keywords": [
"typescript",
Expand Down
11 changes: 11 additions & 0 deletions packages/swagger-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kubb/swagger-ts

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2
- @kubb/types@2.0.2

## 2.0.1

### Patch Changes
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": "2.0.1",
"version": "2.0.2",
"description": "Generator swagger-ts",
"keywords": [
"typescript",
Expand Down
12 changes: 12 additions & 0 deletions packages/swagger-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kubb/swagger-zod

## 2.0.2

### Patch Changes

- [#718](https://github.com/kubb-project/kubb/pull/718) [`31c7870`](https://github.com/kubb-project/kubb/commit/31c7870c0519b6368f4209ff6817029bdfc630f9) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - Generated zod schema causes ReferenceError in case of self-referencing property

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2

## 2.0.1

### Patch Changes
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": "2.0.1",
"version": "2.0.2",
"description": "Generator swagger-zod",
"keywords": [
"zod",
Expand Down
11 changes: 11 additions & 0 deletions packages/swagger-zodios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kubb/swagger-zodios

## 2.0.2

### Patch Changes

- Updated dependencies [[`31c7870`](https://github.com/kubb-project/kubb/commit/31c7870c0519b6368f4209ff6817029bdfc630f9)]:
- @kubb/swagger-zod@2.0.2
- @kubb/core@2.0.2
- @kubb/parser@2.0.2
- @kubb/react@2.0.2
- @kubb/swagger@2.0.2

## 2.0.1

### Patch Changes
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": "2.0.1",
"version": "2.0.2",
"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 @@
# @kubb/swagger

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @kubb/core@2.0.2
- @kubb/react@2.0.2

## 2.0.1

### Patch Changes
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": "2.0.1",
"version": "2.0.2",
"description": "Generator swagger",
"keywords": [
"typescript",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @kubb/types

## 2.0.2

## 2.0.1

## 2.0.0
Expand Down
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.1",
"version": "2.0.2",
"description": "Generator types",
"keywords": [
"typescript",
Expand Down

1 comment on commit 69ee805

@vercel
Copy link

@vercel vercel bot commented on 69ee805 Dec 13, 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-git-main-kubb.vercel.app
www.kubb.dev
kubb-kubb.vercel.app

Please sign in to comment.