Skip to content

Commit

Permalink
ci(changesets): version packages (#825)
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 Feb 19, 2024
1 parent 193f86c commit 5cbc44e
Show file tree
Hide file tree
Showing 31 changed files with 151 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-steaks-arrive.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.6.2

### Patch Changes

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

## 2.6.1

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

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

## 2.6.2

### Patch Changes

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

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

## 2.6.2

### Patch Changes

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

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

## 2.6.2

### Patch Changes

- Updated dependencies [[`a18fe79`](https://github.com/kubb-project/kubb/commit/a18fe7996907a5a7615cdde049d5d97e98fcf0c7)]:
- @kubb/swagger-zod@2.6.2
- @kubb/core@2.6.2
- @kubb/parser@2.6.2
- @kubb/react@2.6.2
- @kubb/swagger@2.6.2
- @kubb/swagger-client@2.6.2
- @kubb/swagger-ts@2.6.2

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

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

## 2.6.2

### Patch Changes

- [`a18fe79`](https://github.com/kubb-project/kubb/commit/a18fe7996907a5a7615cdde049d5d97e98fcf0c7) Thanks [@stijnvanhulle](https://github.com/stijnvanhulle)! - single file import fix for Zod

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

- Updated dependencies [[`a18fe79`](https://github.com/kubb-project/kubb/commit/a18fe7996907a5a7615cdde049d5d97e98fcf0c7)]:
- @kubb/swagger-zod@2.6.2
- @kubb/core@2.6.2
- @kubb/parser@2.6.2
- @kubb/react@2.6.2
- @kubb/swagger@2.6.2

## 2.6.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.6.1",
"version": "2.6.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.6.2

### Patch Changes

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

## 2.6.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.6.1",
"version": "2.6.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.6.2

## 2.6.1

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

## 0.1.7

### Patch Changes

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

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-kubb",
"version": "0.1.6",
"version": "0.1.7",
"description": "Unplugin for Kubb",
"keywords": [
"unplugin",
Expand Down

0 comments on commit 5cbc44e

Please sign in to comment.