Skip to content

chore(release): align all monorepo packages to 10.0.0-rc.2#358

Merged
branarakic merged 1 commit intomainfrom
chore/bump-to-rc-2
May 1, 2026
Merged

chore(release): align all monorepo packages to 10.0.0-rc.2#358
branarakic merged 1 commit intomainfrom
chore/bump-to-rc-2

Conversation

@branarakic
Copy link
Copy Markdown
Contributor

Summary

After PR #357 merged, the monorepo had drift: 4 packages at 10.0.0-rc.2 (root, @origintrail-official/dkg, evm-module, mcp-server) and 17 still at 10.0.0-rc.1 (15 public + 2 private). This bumps the lagging 17 so the next manual pnpm -r publish --tag latest from the v10.0.0-rc.2 tag publishes a coherent set of versions where @origintrail-official/dkg resolves matching versions of its workspace deps.

Also updates the three mirror sites:

  • packages/random-sampling/src/index.tsRANDOM_SAMPLING_PACKAGE_VERSION constant
  • packages/random-sampling/test/skeleton.test.ts — its assertion
  • packages/adapter-openclaw/openclaw.plugin.json — plugin manifest version

Left unchanged on purpose:

  • packages/cli/test/chain-reset-wipe.test.ts:51 — literal fixture value for chain-reset behaviour
  • .github/workflows/npm-continuous-publish.yml:3 — example in a comment
  • @origintrail-official/dkg-mcp (0.1.0) — distinct internal versioning track

Test plan

  • pnpm install --frozen-lockfile clean
  • pnpm -r build clean
  • dkg-random-sampling tests pass (42/42) including the bumped version assertion
  • Once green: merge → tag v10.0.0-rc.2 → run release.yml → manual pnpm -r publish --no-git-checks --tag latest

Made with Cursor

After PR #357 merged, four packages (root, cli/dkg, evm-module,
mcp-server) were at 10.0.0-rc.2 while 17 others (15 public + 2 private)
remained at 10.0.0-rc.1. Bump all lagging packages so the next manual
`pnpm -r publish --tag latest` from the v10.0.0-rc.2 tag publishes a
coherent set of versions and `@origintrail-official/dkg` resolves the
matching versions of its workspace deps at install time.

Also updates the three places where the version is mirrored outside
package.json:
  * packages/random-sampling/src/index.ts — `RANDOM_SAMPLING_PACKAGE_VERSION`
  * packages/random-sampling/test/skeleton.test.ts — its assertion
  * packages/adapter-openclaw/openclaw.plugin.json — plugin manifest version

Left intentionally unchanged:
  * packages/cli/test/chain-reset-wipe.test.ts — literal `10.0.0-rc.1`
    is a fixture value for chain-reset behaviour, not a real version
  * .github/workflows/npm-continuous-publish.yml — example version in
    a comment
  * `@origintrail-official/dkg-mcp` (0.1.0) — distinct internal versioning
    track; not part of the v10 release.

Verified `pnpm -r build` clean.

Made-with: Cursor
@branarakic branarakic merged commit 72ee90e into main May 1, 2026
13 of 15 checks passed
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex review completed — no issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant