Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 21, 2023
1 parent 897da31 commit a6bb7f0
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 33 deletions.
14 changes: 0 additions & 14 deletions .changeset/neat-doors-double.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

## 3.0.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/core@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/types@3.0.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": "3.0.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

## 3.0.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": "3.0.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

## 3.0.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/parser@3.0.0
- @kubb/core@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/swagger-ts@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/swagger-ts@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.0",
"description": "Generator swagger-swr",
"keywords": [
"typescript",
Expand Down
16 changes: 16 additions & 0 deletions packages/swagger-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @kubb/swagger-tanstack-query

## 3.0.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@3.0.0
- @kubb/swagger-ts@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.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@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.0
- @kubb/types@3.0.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": "3.0.0",
"description": "Generator swagger-ts",
"keywords": [
"typescript",
Expand Down
14 changes: 14 additions & 0 deletions packages/swagger-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @kubb/swagger-zod

## 3.0.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@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.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-zod@3.0.0
- @kubb/parser@3.0.0
- @kubb/core@3.0.0
- @kubb/react@3.0.0
- @kubb/swagger@3.0.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": "3.0.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

## 3.0.0

### Patch Changes

- Updated dependencies [[`c22433e`](https://github.com/kubb-project/kubb/commit/c22433ec2c1b04527d72a6de44e524e580e2d876)]:
- @kubb/core@3.0.0
- @kubb/react@3.0.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": "3.0.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

## 3.0.0

## 2.0.6

## 2.0.5
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.6",
"version": "3.0.0",
"description": "Generator types",
"keywords": [
"typescript",
Expand Down

0 comments on commit a6bb7f0

Please sign in to comment.