Skip to content

Commit

Permalink
ci(changesets): version packages (#745)
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn Van Hulle <[email protected]>
  • Loading branch information
github-actions[bot] and stijnvanhulle authored Dec 22, 2023
1 parent f8bfcba commit 12f0488
Show file tree
Hide file tree
Showing 33 changed files with 187 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-crews-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-badgers-lie.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/neat-doors-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-mirrors-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-donuts-play.md

This file was deleted.

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

## 2.1.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/core@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/parser@2.1.0
- @kubb/types@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

## 2.0.6

## 2.0.5
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.6",
"version": "2.1.0",
"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.1.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/parser@2.1.0
- @kubb/core@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/swagger-ts@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

- [#736](https://github.com/kubb-project/kubb/pull/736) [`897da31`](https://github.com/kubb-project/kubb/commit/897da317e440c268ef9b75f0d8adfc840d76f8b6) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - Faker with `seed` option to specify the overall seed that Faker needs to use. This can be a number or an array of numbers. See https://fakerjs.dev/api/faker.html#seed

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/swagger-ts@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876), [`897da31`](https://github.com/kubb-project/kubb/commit/897da317e440c268ef9b75f0d8adfc840d76f8b6)]:
- @kubb/swagger-faker@2.1.0
- @kubb/swagger-ts@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/swagger-client@2.1.0
- @kubb/swagger-ts@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#743](https://github.com/kubb-project/kubb/pull/743) [`f8bfcba`](https://github.com/kubb-project/kubb/commit/f8bfcba9b288e737c4b003e1ca3618f5b36a8ed8) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - Add `cursorParam` to use infinite with a cursor.

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- [`6756ae9`](https://github.com/kubb-project/kubb/commit/6756ae99d20feb028b1bacdd700af75da304f699) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - add @kubb/swagger-ts as pre for the tanstack-query plugin

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/swagger-client@2.1.0
- @kubb/swagger-ts@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0
- @kubb/types@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- [#744](https://github.com/kubb-project/kubb/pull/744) [`1927d89`](https://github.com/kubb-project/kubb/commit/1927d8972db283936e3a5f2b74401f1566ca0638) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - Removal of '.schema' for references

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

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

## 2.1.0

### Minor Changes

- [#713](https://github.com/kubb-project/kubb/pull/713) [`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - `barrelNamed` for `exportType` to use `export { nameX, nameY } from '.'`

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876), [`1927d89`](https://github.com/kubb-project/kubb/commit/1927d8972db283936e3a5f2b74401f1566ca0638)]:
- @kubb/swagger-zod@2.1.0
- @kubb/parser@2.1.0
- @kubb/core@2.1.0
- @kubb/react@2.1.0
- @kubb/swagger@2.1.0

## 2.0.6

### 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.6",
"version": "2.1.0",
"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.1.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/core@2.1.0
- @kubb/react@2.1.0

## 2.0.6

### 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.6",
"version": "2.1.0",
"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.1.0

## 2.0.6

## 2.0.5
Expand Down
Loading

1 comment on commit 12f0488

@vercel
Copy link

@vercel vercel bot commented on 12f0488 Dec 22, 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
www.kubb.dev
kubb-git-main-kubb.vercel.app
kubb.dev

Please sign in to comment.