Skip to content

Commit 3051eea

Browse files
ci(changesets): version packages
1 parent 45c0456 commit 3051eea

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/fluffy-pumas-yell.md

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

examples/with-nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nestjs/core": "^11.0.0",
88
"@nestjs/platform-express": "^11.0.0",
99
"@voltagent/core": "^2.4.5",
10-
"@voltagent/server-core": "^2.1.7",
10+
"@voltagent/server-core": "^2.1.8",
1111
"@voltagent/server-hono": "^2.0.7",
1212
"hono": "^4.7.7",
1313
"reflect-metadata": "^0.2.0",

packages/server-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @voltagent/server-core
22

3+
## 2.1.8
4+
5+
### Patch Changes
6+
7+
- [#1089](https://github.com/VoltAgent/voltagent/pull/1089) [`c007b3e`](https://github.com/VoltAgent/voltagent/commit/c007b3e8364113e6ad7261ea40dc6c77590d46f6) Thanks [@chrisisagile](https://github.com/chrisisagile)! - Fix workflow execution request schema to use explicit record key types for Zod v4 compatibility.
8+
39
## 2.1.7
410

511
### Patch Changes

packages/server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voltagent/server-core",
33
"description": "Framework-agnostic server core for VoltAgent",
4-
"version": "2.1.7",
4+
"version": "2.1.8",
55
"dependencies": {
66
"@modelcontextprotocol/sdk": "^1.12.1",
77
"@voltagent/core": "^2.4.4",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)