Skip to content

chore: bump @openhop/web to beta.2 + openhop CLI to beta.4#98

Merged
naorsabag merged 2 commits into
masterfrom
chore/publish-beta-2-with-canvas-fixes
May 9, 2026
Merged

chore: bump @openhop/web to beta.2 + openhop CLI to beta.4#98
naorsabag merged 2 commits into
masterfrom
chore/publish-beta-2-with-canvas-fixes

Conversation

@naorsabag
Copy link
Copy Markdown
Owner

@naorsabag naorsabag commented May 9, 2026

Version bumps for the next published beta. Source for what's about to land on the registry.

Bumps

  • @openhop/web: 0.1.0-beta.10.1.0-beta.2
  • openhop (CLI): 0.1.0-beta.30.1.0-beta.4
  • CLI's pinned @openhop/web dep updated to 0.1.0-beta.2
  • @openhop/server stays at 0.1.0-beta.1 — no source changes since last publish

What's in beta.2 (web) since beta.1

What's in beta.4 (cli) since beta.3

Distribution

After publish:

  • npx openhop@beta demo → boots beta.4 CLI + serves beta.2 web bundle
  • npx openhop@beta init → installs the latest SKILL.md
  • npx openhop@beta init --force → for users with an older SKILL.md already in place

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Bumped CLI package version to 0.1.0-beta.4.
    • Updated web package to 0.1.0-beta.2 and aligned CLI dependency.
    • CLI now reports the new version when queried with --version.

Review Change Stack

Review Change Stack

…0.1.0-beta.3 → 0.1.0-beta.4

Web bumps for the canvas/UI work since beta.1:
- pause behavior fix + label overflow + back-edge corridor (#90)
- carrot click opens inspect with multi-target highlight + on-canvas
  playback controls (#93)
- bookmark-style toggle tabs for sidebar + inspector (#95)
- preserve node progress on Play resume + drill-back (#96)
- shrink sprite SVGs by 46% (3.7MB → 2.0MB) (#97)

CLI bumps to ship the new web bundle (its only change is the pinned
@openhop/web dependency moving to 0.1.0-beta.2). @openhop/server
stays at 0.1.0-beta.1 — no changes since last publish.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 62041a06-fc0c-4d76-83b7-486465951b64

📥 Commits

Reviewing files that changed from the base of the PR and between 9b373aa and 8fb1851.

📒 Files selected for processing (1)
  • packages/cli/src/index.ts
✅ Files skipped from review due to trivial changes (1)
  • packages/cli/src/index.ts

Walkthrough

Coordinated version updates: bumped @openhop/web to 0.1.0-beta.2, updated the CLI's dependency on @openhop/web to match, and incremented the CLI package and reported CLI version to 0.1.0-beta.4.

Changes

Package Version Coordination

Layer / File(s) Summary
Upstream Package Version
packages/web/package.json
@openhop/web version updated from 0.1.0-beta.1 to 0.1.0-beta.2.
CLI Dependency Update
packages/cli/package.json
CLI dependency on @openhop/web updated from 0.1.0-beta.1 to 0.1.0-beta.2.
CLI Package & Metadata
packages/cli/package.json, packages/cli/src/index.ts
CLI package version bumped from 0.1.0-beta.3 to 0.1.0-beta.4; CLI reported version string updated to 0.1.0-beta.4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • naorsabag/openhop#73: Related version-bump changes to the same package files and CLI version reporting.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately reflects the main changes: version bumps for @openhop/web to beta.2 and openhop CLI to beta.4, matching the PR's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/publish-beta-2-with-canvas-fixes

Comment @coderabbitai help to get the list of available commands and usage tips.

Test contract.test.ts asserts `openhop --version` matches the
package.json version. The bump in 9b373aa missed the duplicate
hardcoded string in src/index.ts:53. Sync them up so CI passes.
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