chore: bump package versions - #406
Merged
Merged
Conversation
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>
Contributor
📝 WalkthroughWalkthroughSeven Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (5 passed)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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>
dinohamzic
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts a release for every package by bumping its
versionto cover the commits that have landed onmainsince each package's last tag. No code changes — onlyversionfields inpackage.json(same pattern as #346). Inter-package deps useworkspace:*, so no dependent references need updating.@deepnote/blocks@deepnote/cli@deepnote/convert@deepnote/database-integrations@deepnote/mcp@deepnote/reactivity@deepnote/runtime-coreWhat each release ships
@deepnote/convert4.0.0 — major (breaking).deepnotefiles — a.deepnotefile now holds one notebook per file (was multiple notebooks per project)convertIpynbFilesToDeepnoteFile→convertIpynbFileToDeepnoteFile,convertJupyterNotebooksToDeepnote→convertJupyterNotebookToDeepnote,readAndConvertIpynbFiles→readAndConvertIpynbFile, and the equivalent plural→singular renames for marimo/percent/quarto (plus their option types). Old names are removed.loadRunnableFile,source-notebook-formats, and snapshot exports@deepnote/cli0.7.0 — minor.deepnotemigration; addsdeepnote split <path>and--outputFormatdeepnote run#304 stream block outputs in real-time duringdeepnote run@deepnote/mcp0.4.0 — minor.deepnotefiles; snapshot tools are notebook-scoped@deepnote/convertrunnable-file / snapshot helpers@deepnote/database-integrations1.5.0 — minorgetSqlEnvVarName,export * from './loading')@deepnote/runtime-core0.4.0 — minor@deepnote/blocks4.6.0 — minor@deepnote/reactivity1.2.1 — patchast-analyzer.tschange; the feat(blocks): addagentblock type #336/fix(@deepnote/reactivity): remove agent block #340 agent-block add+remove cancel out)🤖 Generated with Claude Code