Skip to content

chore: bump package versions - #406

Merged
tkislan merged 3 commits into
mainfrom
tk/bump-versions
Jun 29, 2026
Merged

chore: bump package versions#406
tkislan merged 3 commits 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 4.0.0 major
@deepnote/database-integrations 1.4.3 1.5.0 minor
@deepnote/mcp 0.3.2 0.4.0 minor
@deepnote/reactivity 1.2.0 1.2.1 patch
@deepnote/runtime-core 0.3.0 0.4.0 minor

Updated since this PR was opened. More PRs merged into main after the initial bump (#408, #337, #304, #364). Two bumps changed as a result:

What each release ships

@deepnote/convert 4.0.0 — major (breaking)

@deepnote/cli 0.7.0 — minor

@deepnote/mcp 0.4.0 — minor

@deepnote/database-integrations 1.5.0 — minor

@deepnote/runtime-core 0.4.0 — minor

@deepnote/blocks 4.6.0 — minor

@deepnote/reactivity 1.2.1 — patch

🤖 Generated with Claude Code

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

📝 Walkthrough

Walkthrough

Seven package.json files each change only the version field: @deepnote/blocks, @deepnote/cli, @deepnote/convert, @deepnote/database-integrations, @deepnote/mcp, @deepnote/reactivity, and @deepnote/runtime-core. No other manifest fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • deepnote/deepnote#377: Also updates packages/mcp/package.json with a version bump in the same manifest.
🚥 Pre-merge checks | ✅ 5 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Updates Docs ❓ Inconclusive This PR only bumps package versions here; docs live in repos I can’t inspect, so I can’t verify the required updates. Please update the OSS docs and the internal roadmap landing page, or share those diffs for verification.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: a monorepo-wide package version bump.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 16, 2026
@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 86.50%. Comparing base (cb24219) to head (5d54c3d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #406   +/-   ##
=======================================
  Coverage   86.50%   86.50%           
=======================================
  Files         160      160           
  Lines        8380     8380           
  Branches     2266     2330   +64     
=======================================
  Hits         7249     7249           
  Misses       1130     1130           
  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.

tkislan and others added 2 commits June 26, 2026 09:33
Account for PRs that landed on main after the initial bump:

- @deepnote/convert  3.2.3 -> 4.0.0 (patch -> MAJOR): #364 and #408
  rename/remove many public exports (convertIpynbFilesToDeepnoteFile ->
  convertIpynbFileToDeepnoteFile, etc.) and switch the .deepnote format to
  single-notebook-per-file — breaking changes for a published 3.x package.
- @deepnote/mcp      0.3.3 -> 0.4.0 (patch -> minor): #364/#408 change tool
  behavior (single-notebook conversion output, notebook-scoped snapshots),
  so it is no longer a dependency-bump-only release.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tkislan
tkislan marked this pull request as ready for review June 29, 2026 11:29
@tkislan
tkislan requested a review from a team as a code owner June 29, 2026 11:29
@tkislan
tkislan requested a review from dinohamzic June 29, 2026 11:29
@tkislan
tkislan merged commit 2d25a33 into main Jun 29, 2026
38 of 39 checks passed
@tkislan
tkislan deleted the tk/bump-versions branch June 29, 2026 13:16
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.

2 participants