Skip to content

Commit 6f2f895

Browse files
Merge pull request #1892 from kubb-labs/changeset-release/main
Version Packages
2 parents 11ec1f6 + c7d6edf commit 6f2f895

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+250
-29
lines changed

.changeset/gorgeous-papayas-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kubb/cli
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/core@4.0.1
9+
- @kubb/ui@4.0.1
10+
311
## 4.0.0
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/cli",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Command-line interface for Kubb, enabling easy generation of TypeScript, React-Query, Zod, and other code from OpenAPI specifications.",
55
"keywords": [
66
"cli",

packages/config-ts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @kubb/config-ts
22

3+
## 4.0.1
4+
35
## 4.0.0
46

57
## 3.18.3

packages/config-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/config-ts",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/kubb-labs/kubb.git",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @kubb/core
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/parser-ts@4.0.1
9+
310
## 4.0.0
411

512
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubb/core",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
55
"keywords": [
66
"typescript",

packages/kubb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# kubb
22

3+
## 3.0.107
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/cli@4.0.1
9+
- @kubb/core@4.0.1
10+
311
## 3.0.106
412

513
### Patch Changes

packages/kubb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubb",
3-
"version": "3.0.106",
3+
"version": "3.0.107",
44
"description": "Transform OpenAPI specifications into TypeScript, React-Query, Zod, Faker.js, MSW and more with a plugin-based code generation tool.",
55
"keywords": [
66
"typescript",

packages/mcp/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @kubb/mcp
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c531bb9`](https://github.com/kubb-labs/kubb/commit/c531bb9c898c8974c74a80e3c65ac3ea7229538b)]:
8+
- @kubb/plugin-ts@4.0.1
9+
- @kubb/plugin-client@4.0.1
10+
- @kubb/plugin-cypress@4.0.1
11+
- @kubb/plugin-faker@4.0.1
12+
- @kubb/plugin-mcp@4.0.1
13+
- @kubb/plugin-msw@4.0.1
14+
- @kubb/plugin-react-query@4.0.1
15+
- @kubb/plugin-swr@4.0.1
16+
- @kubb/plugin-zod@4.0.1
17+
- @kubb/core@4.0.1
18+
- @kubb/plugin-oas@4.0.1
19+
- @kubb/plugin-redoc@4.0.1
20+
- @kubb/react@4.0.1
21+
322
## 4.0.0
423

524
### Patch Changes

0 commit comments

Comments
 (0)