Skip to content

Commit 4d01ec8

Browse files
release: fix workspace dependency resolution in publish (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35a81f3 commit 4d01ec8

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

.changeset/fix-workspace-publish-v2.md

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

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencode-swarm-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# opencode-swarm-plugin
22

3+
## 0.63.2
4+
5+
### Patch Changes
6+
7+
- [`35a81f3`](https://github.com/joelhooks/swarm-tools/commit/35a81f38318ed08b835e7269405e8e53ed4599a5) Thanks [@joelhooks](https://github.com/joelhooks)! - fix(publish): bump bun to 1.3.8 and add workspace dep resolution safety net
8+
9+
Previous fix (0.63.1) still shipped with unresolved `workspace:*` because CI
10+
was pinned to bun 1.3.4 via `packageManager`. Bumps to 1.3.8 and replaces the
11+
inline one-liner with a proper publish script that verifies and resolves any
12+
leaked `workspace:*` references before uploading to npm.
13+
314
## 0.63.1
415

516
### Patch Changes

packages/opencode-swarm-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-swarm-plugin",
3-
"version": "0.63.1",
3+
"version": "0.63.2",
44
"description": "Multi-agent swarm coordination for OpenCode with learning capabilities, beads integration, and Agent Mail",
55
"type": "module",
66
"main": "./dist/index.js",

packages/swarm-evals/CHANGELOG.md

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

3+
## 0.2.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35a81f3`](https://github.com/joelhooks/swarm-tools/commit/35a81f38318ed08b835e7269405e8e53ed4599a5)]:
8+
- opencode-swarm-plugin@0.63.2
9+
310
## 0.2.39
411

512
### Patch Changes

packages/swarm-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swarmtools/evals",
3-
"version": "0.2.39",
3+
"version": "0.2.40",
44
"description": "Evaluation suite for swarm-tools multi-agent coordination",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)