Skip to content

Commit 5be7626

Browse files
ci(changesets): version packages (#1303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 738e7b0 commit 5be7626

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/bright-penguins-bow.md

Lines changed: 0 additions & 7 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.7.5",
10-
"@voltagent/server-core": "^2.1.16",
10+
"@voltagent/server-core": "^2.1.17",
1111
"@voltagent/server-hono": "^2.0.13",
1212
"hono": "^4.7.7",
1313
"reflect-metadata": "^0.2.0",

packages/server-core/CHANGELOG.md

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

3+
## 2.1.17
4+
5+
### Patch Changes
6+
7+
- [#1301](https://github.com/VoltAgent/voltagent/pull/1301) [`738e7b0`](https://github.com/VoltAgent/voltagent/commit/738e7b057aafd22d5521b1f442de498ee3da1c34) Thanks [@ruanchaves](https://github.com/ruanchaves)! - fix(server-core): return workflow execute result status
8+
9+
Fixes #1300
10+
311
## 2.1.16
412

513
### 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.16",
4+
"version": "2.1.17",
55
"dependencies": {
66
"@modelcontextprotocol/sdk": "^1.12.1",
77
"@voltagent/core": "^2.7.3",

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)