Skip to content

Commit a72b89e

Browse files
chore: release packages (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd1cf3b commit a72b89e

9 files changed

Lines changed: 39 additions & 11 deletions

File tree

.changeset/brave-agents-build.md

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

apps/server/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fd1cf3b]
8+
- @openagentpack/sdk@0.2.0
9+
310
## 0.0.4
411

512
### Patch Changes

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openagentpack/server",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"license": "Apache-2.0",
66
"exports": {

packages/cli/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- fd1cf3b: Add BYOC runtime, session, vault, and Qoder deployment capabilities, including native deployments, tunnels, and forward templates.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fd1cf3b]
12+
- @openagentpack/sdk@0.2.0
13+
314
## 0.1.1
415

516
### 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": "@openagentpack/cli",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Open Agent Pack — Declaratively manage AI agent infrastructure",
55
"license": "Apache-2.0",
66
"keywords": [

packages/playground/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @openagentpack/playground
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- fd1cf3b: Add BYOC runtime, session, vault, and Qoder deployment capabilities, including native deployments, tunnels, and forward templates.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fd1cf3b]
12+
- @openagentpack/sdk@0.2.0
13+
314
## 0.1.1
415

516
### Patch Changes

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openagentpack/playground",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "OpenAgentPack Playground — one-command local web UI for OpenAgentPack",
55
"license": "Apache-2.0",
66
"keywords": [

packages/sdk/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- fd1cf3b: Add BYOC runtime, session, vault, and Qoder deployment capabilities, including native deployments, tunnels, and forward templates.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openagentpack/sdk",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "OpenAgentPack SDK (Node-compatible runtime)",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)