Skip to content

Commit 28bf09e

Browse files
Merge pull request #1857 from kubb-labs/changeset-release/main
Version Packages
2 parents 0a00759 + fbc9f5f commit 28bf09e

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
-28
lines changed

.changeset/dark-hoops-argue.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+
## 3.18.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/core@3.18.1
9+
- @kubb/ui@3.18.1
10+
311
## 3.17.1
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": "3.18.0",
3+
"version": "3.18.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+
## 3.18.1
4+
35
## 3.17.1
46

57
## 3.17.0

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": "3.18.0",
3+
"version": "3.18.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+
## 3.18.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7990392`](https://github.com/kubb-labs/kubb/commit/7990392d5174e3d1886ba77c7f7bf6c926943e1b)]:
8+
- @kubb/parser-ts@3.18.1
9+
310
## 3.17.1
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": "3.18.0",
3+
"version": "3.18.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.103
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/core@3.18.1
9+
- @kubb/cli@3.18.1
10+
311
## 3.0.102
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.102",
3+
"version": "3.0.103",
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+
## 3.18.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kubb/core@3.18.1
9+
- @kubb/plugin-ts@3.18.1
10+
- @kubb/plugin-zod@3.18.1
11+
- @kubb/react@3.18.1
12+
- @kubb/plugin-client@3.18.1
13+
- @kubb/plugin-cypress@3.18.1
14+
- @kubb/plugin-faker@3.18.1
15+
- @kubb/plugin-mcp@3.18.1
16+
- @kubb/plugin-msw@3.18.1
17+
- @kubb/plugin-oas@3.18.1
18+
- @kubb/plugin-react-query@3.18.1
19+
- @kubb/plugin-redoc@3.18.1
20+
- @kubb/plugin-swr@3.18.1
21+
322
## 3.17.1
423

524
### Patch Changes

0 commit comments

Comments
 (0)