Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Jan 20, 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

[email protected]

Minor Changes

  • #8634 281759f Thanks @montycheese! - Add Base Account SDK integration with @base-org/account
    • Add @base-org/account 2.5.0 dependency
    • Introduce Base Account SDK wallet connector
    • Add base-account-web.ts with EIP-1193 provider implementation
    • Add base-account-wallet.ts with core wallet logic
    • Add types and helper function exports

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

[email protected]

Patch Changes


PR-Codex overview

This PR primarily updates version numbers across several packages, improves dependency management, and introduces new features related to the Base Account SDK integration.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.117.2 to 5.118.0.
  • Updated version in apps/wagmi-demo/package.json from 0.0.48 to 0.0.49.
  • Updated version in packages/nebula/package.json from 0.2.106 to 0.2.107.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.203 to 0.2.204.
  • Added changelog entries for packages/nebula and apps/wagmi-demo indicating dependency updates to [email protected] and @thirdweb-dev/[email protected].
  • Introduced new features in packages/thirdweb/CHANGELOG.md related to Base Account SDK integration, including:
    • New @base-org/account dependency.
    • Base Account SDK wallet connector.
    • Implementation of EIP-1193 provider in base-account-web.ts.
    • Core wallet logic in base-account-wallet.ts.
    • Added types and helper function exports.

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

Summary by CodeRabbit

  • New Features

    • Introduced Base Account SDK wallet connector integration.
    • Added support for account linking with redirect mode.
  • Chores

    • Released version updates across packages: thirdweb (5.118.0), wagmi-adapter (0.2.204), nebula (0.2.107), and wagmi-demo (0.0.49).
    • Updated dependencies across the ecosystem.

✏️ Tip: You can customize this high-level summary in your review settings.

@joaquim-verges joaquim-verges requested review from a team as code owners January 20, 2026 22:43
@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Jan 20, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 20, 2026

Walkthrough

Release PR updating package versions and changelogs across multiple packages: packages/thirdweb -> 5.118.0, packages/nebula -> 0.2.107, packages/wagmi-adapter -> 0.2.204, and apps/wagmi-demo -> 0.0.49; also removes a changeset entry. The thirdweb changelog documents Base Account SDK integration and a redirect-mode account linking patch.

Changes

Cohort / File(s) Summary
thirdweb package
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Version bumped from 5.117.2 to 5.118.0; changelog adds 5.118.0 release documenting Base Account SDK integration (new exports/components) and a patch noting "Support linking accounts with redirect mode" (PR #8643)
nebula package
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Version bumped from 0.2.106 to 0.2.107; changelog entry added noting dependency update to [email protected]
wagmi-adapter package
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Version bumped from 0.2.203 to 0.2.204; changelog header for 0.2.204 inserted
wagmi-demo app
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Version bumped from 0.0.48 to 0.0.49; changelog entry added referencing dependency bumps ([email protected], @thirdweb-dev/[email protected])
Changeset
.changeset/eleven-boxes-type.md
Removed changeset file that previously described the patch/release notes for account linking with redirect mode

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

packages, SDK

🚥 Pre-merge checks | ✅ 1 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description does not follow the required template format (title format, issue tag, notes for reviewer, how to test sections); however, it provides comprehensive release notes generated by the changesets action. Restructure the description to follow the repository template, including proper title formatting and adding sections for notes and testing instructions.
Title check ❓ Inconclusive The title 'Version Packages' is generic and vague; it uses a non-descriptive term that does not convey meaningful information about the specific changes in this automated release PR. Consider a more descriptive title such as 'Release: Update packages with Base Account SDK integration' to clarify the main changes.
✅ Passed checks (1 passed)
Check name Status Explanation
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.

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • EIP-1193: Entity not found: Issue - Could not find referenced Issue.

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

@vercel
Copy link

vercel bot commented Jan 20, 2026

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

Project Deployment Review Updated (UTC)
docs-v2 Ready Ready Preview, Comment Jan 21, 2026 0:18am
nebula Ready Ready Preview, Comment Jan 21, 2026 0:18am
thirdweb_playground Ready Ready Preview, Comment Jan 21, 2026 0:18am
thirdweb-www Ready Ready Preview, Comment Jan 21, 2026 0:18am
wallet-ui Ready Ready Preview, Comment Jan 21, 2026 0:18am

@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.88%. Comparing base (2d98fe2) to head (0cf8a9b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8644   +/-   ##
=======================================
  Coverage   52.88%   52.88%           
=======================================
  Files         932      932           
  Lines       62515    62515           
  Branches     4105     4105           
=======================================
  Hits        33063    33063           
  Misses      29352    29352           
  Partials      100      100           
Flag Coverage Δ
packages 52.88% <ø> (ø)
🚀 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 Jan 20, 2026

size-limit report 📦

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

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