Skip to content

Commit 5303028

Browse files
chore(release): @agentworkforce/persona-kit@3.0.4 @agentworkforce/runtime@3.0.4 @agentworkforce/workload-router@3.0.4 @agentworkforce/deploy@3.0.4 @agentworkforce/mcp-workforce@3.0.4 @agentworkforce/daytona-runner@3.0.4 @agentworkforce/cli@3.0.4 agentworkforce@3.0.4
1 parent a3d41e8 commit 5303028

12 files changed

Lines changed: 45 additions & 8 deletions

File tree

packages/agentworkforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentworkforce",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"description": "Top-level installer for the Agent Workforce CLI (installs the `agentworkforce` command). Wraps @agentworkforce/cli.",
66
"type": "module",

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.4] - 2026-05-13
11+
12+
### Added
13+
14+
- **Add destroy command for tearing down deployed agents** (#107)
15+
16+
### Changed
17+
18+
- Deploy v1 CLI runtime credentials and customer example (#109)
19+
1020
## [3.0.3] - 2026-05-13
1121

1222
### Added

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": "@agentworkforce/cli",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"type": "module",
66
"files": [

packages/daytona-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/daytona-runner",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Daytona-backed WorkflowRuntime adapter for AgentWorkforce deploy workflows.",
55
"private": false,
66
"type": "module",

packages/deploy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.4] - 2026-05-13
11+
12+
### Changed
13+
14+
- Deploy v1 CLI runtime credentials and customer example (#109)
15+
1016
## [3.0.3] - 2026-05-13
1117

1218
### Added

packages/deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/deploy",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/mcp-workforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/mcp-workforce",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/persona-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/persona-kit",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/runtime/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to `@agentworkforce/runtime` will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [3.0.4] - 2026-05-13
11+
12+
### Changed
13+
14+
- Deploy v1 CLI runtime credentials and customer example (#109)
15+

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/runtime",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)