Skip to content

chore: bump package versions#406

Draft
tkislan wants to merge 1 commit into
mainfrom
tk/bump-versions
Draft

chore: bump package versions#406
tkislan wants to merge 1 commit into
mainfrom
tk/bump-versions

Conversation

@tkislan

@tkislan tkislan commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Cuts a release for every package by bumping its version to cover the commits that have landed on main since each package's last tag. No code changes — only version fields in package.json (same pattern as #346). Inter-package deps use workspace:*, so no dependent references need updating.

Package From To Bump
@deepnote/blocks 4.5.1 4.6.0 minor
@deepnote/cli 0.6.1 0.7.0 minor
@deepnote/convert 3.2.2 3.2.3 patch
@deepnote/database-integrations 1.4.3 1.5.0 minor
@deepnote/mcp 0.3.2 0.3.3 patch
@deepnote/reactivity 1.2.0 1.2.1 patch
@deepnote/runtime-core 0.3.0 0.4.0 minor

What each release ships

@deepnote/cli 0.7.0

@deepnote/database-integrations 1.5.0

@deepnote/runtime-core 0.4.0

@deepnote/blocks 4.6.0

@deepnote/reactivity 1.2.1

@deepnote/convert 3.2.3

@deepnote/mcp 0.3.3

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Released updated versions of core packages including Blocks (4.6.0), CLI (0.7.0), Database Integrations (1.5.0), Runtime Core (0.4.0), and patch releases for Convert, Model Context Protocol, and Reactivity packages.

Release the changes that have accumulated on main since the last tag for
each package:

- @deepnote/blocks               4.5.1 -> 4.6.0
- @deepnote/cli                  0.6.1 -> 0.7.0
- @deepnote/convert              3.2.2 -> 3.2.3
- @deepnote/database-integrations 1.4.3 -> 1.5.0
- @deepnote/mcp                  0.3.2 -> 0.3.3
- @deepnote/reactivity           1.2.0 -> 1.2.1
- @deepnote/runtime-core         0.3.0 -> 0.4.0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: abbe1aaf-b8ce-4d6b-a00f-1ad8e5dd44a5

📥 Commits

Reviewing files that changed from the base of the PR and between 2954ed6 and 03e51f6.

📒 Files selected for processing (7)
  • packages/blocks/package.json
  • packages/cli/package.json
  • packages/convert/package.json
  • packages/database-integrations/package.json
  • packages/mcp/package.json
  • packages/reactivity/package.json
  • packages/runtime-core/package.json

📝 Walkthrough

Walkthrough

Seven package.json files in the monorepo each receive a single-field version bump: @deepnote/blocks 4.5.1→4.6.0, @deepnote/cli 0.6.1→0.7.0, @deepnote/convert 3.2.2→3.2.3, @deepnote/database-integrations 1.4.3→1.5.0, @deepnote/mcp 0.3.2→0.3.3, @deepnote/reactivity 1.2.0→1.2.1, @deepnote/runtime-core 0.3.0→0.4.0. No other fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: bump package versions' accurately and concisely describes the main change: version updates across multiple package.json files in the monorepo.
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.
Updates Docs ✅ Passed This is a version bump release commit, not a feature implementation. No code changes—only package.json version updates. Features listed (e.g., Google Cloud SQL) were implemented in prior commits wi...

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


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

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.94%. Comparing base (2954ed6) to head (03e51f6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #406   +/-   ##
=======================================
  Coverage   83.94%   83.94%           
=======================================
  Files         151      151           
  Lines        8047     8047           
  Branches     2236     2236           
=======================================
  Hits         6755     6755           
  Misses       1291     1291           
  Partials        1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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