Skip to content

Version Packages#8699

Merged
0xFirekeeper merged 1 commit intomainfrom
changeset-release/main
Mar 5, 2026
Merged

Version Packages#8699
0xFirekeeper merged 1 commit intomainfrom
changeset-release/main

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Mar 5, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@thirdweb-dev/nebula@0.2.111

Patch Changes

thirdweb@5.119.1

Patch Changes

  • #8700 e13b9a7 Thanks @0xFirekeeper! - Deprecate the thirdweb create CLI command

  • #8698 da4a4a5 Thanks @Yash094! - Add screen prop to useWalletDetailsModal to allow opening the modal directly at a specific screen. Use screen: "export" to open directly at the Export Private Key screen.

@thirdweb-dev/wagmi-adapter@0.2.208

wagmi-inapp@0.0.53

Patch Changes

  • Updated dependencies [e13b9a7, da4a4a5]:
    • thirdweb@5.119.1
    • @thirdweb-dev/wagmi-adapter@0.2.208

PR-Codex overview

This PR focuses on updating version numbers across several packages and documenting changes in the changelogs. It introduces new features and dependency updates for the thirdweb and wagmi-inapp projects.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.119.0 to 5.119.1
  • Updated version in apps/wagmi-demo/package.json from 0.0.52 to 0.0.53
  • Updated version in packages/nebula/package.json from 0.2.110 to 0.2.111
  • Updated version in packages/wagmi-adapter/package.json from 0.2.207 to 0.2.208
  • Added changelogs for thirdweb, wagmi-demo, and nebula detailing new features and dependency updates
  • Deprecation of the thirdweb create CLI command
  • Addition of screen prop to useWalletDetailsModal for direct modal access

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • New Features

    • Added screen prop to useWalletDetailsModal to open the modal at specific screens (e.g., Export Private Key).
  • Deprecations

    • Deprecated the thirdweb create CLI command.
  • Chores

    • Updated package versions and dependencies across multiple packages.

@joaquim-verges joaquim-verges requested review from a team as code owners March 5, 2026 18:50
@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-v2 Ready Ready Preview, Comment Mar 5, 2026 7:42pm
nebula Ready Ready Preview, Comment Mar 5, 2026 7:42pm
thirdweb_playground Ready Ready Preview, Comment Mar 5, 2026 7:42pm
thirdweb-www Ready Ready Preview, Comment Mar 5, 2026 7:42pm
wallet-ui Ready Ready Preview, Comment Mar 5, 2026 7:42pm

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Mar 5, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 5, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 23f99a05-57f5-4d03-a0ec-198089189270

📥 Commits

Reviewing files that changed from the base of the PR and between f58dd7e and f613bde.

📒 Files selected for processing (9)
  • .changeset/wallet-details-export-screen.md
  • apps/wagmi-demo/CHANGELOG.md
  • apps/wagmi-demo/package.json
  • packages/nebula/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
💤 Files with no reviewable changes (1)
  • .changeset/wallet-details-export-screen.md
🚧 Files skipped from review as they are similar to previous changes (6)
  • apps/wagmi-demo/CHANGELOG.md
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/nebula/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md

Walkthrough

Multi-package release: version numbers and changelog entries updated for thirdweb, wagmi-adapter, nebula, and wagmi-demo; a changelog changeset file .changeset/wallet-details-export-screen.md was removed. No source code or exported API signatures were modified.

Changes

Cohort / File(s) Summary
Changelog Entries
packages/thirdweb/CHANGELOG.md, packages/nebula/CHANGELOG.md, apps/wagmi-demo/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Added/updated patch release entries documenting dependency updates and release notes.
Package Version Bumps
packages/thirdweb/package.json, packages/nebula/package.json, apps/wagmi-demo/package.json, packages/wagmi-adapter/package.json
Incremented package versions: thirdweb 5.119.0→5.119.1, nebula 0.2.110→0.2.111, wagmi-demo 0.0.52→0.0.53, wagmi-adapter 0.2.207→0.2.208.
Changeset Cleanup
.changeset/wallet-details-export-screen.md
Deleted changeset file that documented a useWalletDetailsModal screen prop; removal affects only changelog metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

packages, chore

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description lacks the repository's required title format and testing instructions specified in the template. Add a title following the format '[SDK/Dashboard/Portal] Feature/Fix: Concise title' and include 'How to test' section as specified in the repository template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Version Packages' accurately describes the main purpose of this PR—a version bump and release of multiple packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
packages/thirdweb/package.json (1)

434-434: Add package.json#size-limit budgets for this package.

The version bump is fine, but this manifest still lacks a size-limit budget block. Please define/update it so bundle budgets are explicitly tracked in this package.

As per coding guidelines "packages/thirdweb/package.json: Track bundle budgets via package.json#size-limit".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@packages/thirdweb/package.json` at line 434, Add a size-limit budget block to
this package's package.json (the top-level "package.json" for the package whose
version is "5.119.1") under the "size-limit" key: define one or more budget
entries targeting the package build outputs (for example the main bundles under
"dist/" such as the ESM and CJS builds or any published entrypoints) with
threshold sizes and optional reporters; update or add entries so CI will fail
when the bundle exceeds the defined budgets. Locate the package.json file and
add a "size-limit" object listing each bundle path and its budget (e.g., path
and limit properties) so bundle size is explicitly tracked.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@packages/thirdweb/package.json`:
- Line 434: Add a size-limit budget block to this package's package.json (the
top-level "package.json" for the package whose version is "5.119.1") under the
"size-limit" key: define one or more budget entries targeting the package build
outputs (for example the main bundles under "dist/" such as the ESM and CJS
builds or any published entrypoints) with threshold sizes and optional
reporters; update or add entries so CI will fail when the bundle exceeds the
defined budgets. Locate the package.json file and add a "size-limit" object
listing each bundle path and its budget (e.g., path and limit properties) so
bundle size is explicitly tracked.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0ceedcdc-c7e0-4741-a3ea-aec555393c09

📥 Commits

Reviewing files that changed from the base of the PR and between da4a4a5 and f58dd7e.

📒 Files selected for processing (9)
  • .changeset/wallet-details-export-screen.md
  • apps/wagmi-demo/CHANGELOG.md
  • apps/wagmi-demo/package.json
  • packages/nebula/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
💤 Files with no reviewable changes (1)
  • .changeset/wallet-details-export-screen.md

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.72%. Comparing base (da4a4a5) to head (f613bde).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8699      +/-   ##
==========================================
- Coverage   52.73%   52.72%   -0.01%     
==========================================
  Files         934      934              
  Lines       62968    62968              
  Branches     4138     4134       -4     
==========================================
- Hits        33204    33199       -5     
- Misses      29666    29671       +5     
  Partials       98       98              
Flag Coverage Δ
packages 52.72% <ø> (-0.01%) ⬇️
see 2 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 105.66 KB (0%)
@thirdweb-dev/nexus (cjs) 319.47 KB (0%)

@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from f58dd7e to f613bde Compare March 5, 2026 19:29
@0xFirekeeper 0xFirekeeper merged commit 01a20cb into main Mar 5, 2026
14 of 20 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch March 5, 2026 19:31
Comment on lines +3 to +4
## 0.2.208

Copy link
Contributor

Choose a reason for hiding this comment

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

The changelog entry for version 0.2.208 is incomplete. It's missing the ### Patch Changes section and the actual change descriptions. All other packages in this PR have proper changelog entries with patch changes sections listing their updates.

Expected format:

## 0.2.208

### Patch Changes

- Updated dependencies [[`e13b9a7`](...)]:  
  - thirdweb@5.119.1

This incomplete entry will make the changelog confusing for users trying to understand what changed in this version.

Suggested change
## 0.2.208
## 0.2.208
### Patch Changes
- Updated dependencies [[`e13b9a7`](...)]:
- thirdweb@5.119.1

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

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

Labels

packages SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants