Skip to content

Comments

Version Packages#8687

Merged
joaquim-verges merged 1 commit intomainfrom
changeset-release/main
Feb 24, 2026
Merged

Version Packages#8687
joaquim-verges merged 1 commit intomainfrom
changeset-release/main

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Feb 24, 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@5.119.0

Minor Changes

  • #8686 5352152 Thanks @Yash094! - Add requireApproval option to useConnectModal hook to require terms of service and privacy policy acceptance before connecting an in-app wallet

@thirdweb-dev/nebula@0.2.110

Patch Changes

  • Updated dependencies [5352152]:
    • thirdweb@5.119.0

@thirdweb-dev/wagmi-adapter@0.2.207

wagmi-inapp@0.0.52

Patch Changes

  • Updated dependencies [5352152]:
    • thirdweb@5.119.0
    • @thirdweb-dev/wagmi-adapter@0.2.207

PR-Codex overview

This PR focuses on updating version numbers across various packages, enhancing dependency management, and introducing new features in the thirdweb library.

Detailed summary

  • Deleted connect-modal-require-approval.md.
  • Updated version in packages/thirdweb/package.json to 5.119.0.
  • Updated version in apps/wagmi-demo/package.json to 0.0.52.
  • Updated version in packages/nebula/package.json to 0.2.110.
  • Updated version in packages/wagmi-adapter/package.json to 0.2.207.
  • Added changelog entries for new versions in packages/nebula/CHANGELOG.md, apps/wagmi-demo/CHANGELOG.md, and packages/thirdweb/CHANGELOG.md, highlighting new features and dependency updates.

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

Summary by CodeRabbit

Release Notes

  • New Features

    • Added requireApproval option to the connect modal hook, enabling enforcement of terms of service and privacy policy acceptance before connecting an in-app wallet.
  • Chores

    • Updated dependencies to latest stable versions.
    • Version bumps across packages for compatibility and stability improvements.

@joaquim-verges joaquim-verges requested review from a team as code owners February 24, 2026 09:38
@vercel
Copy link

vercel bot commented Feb 24, 2026

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

Project Deployment Actions Updated (UTC)
docs-v2 Ready Ready Preview, Comment Feb 24, 2026 9:52am
nebula Ready Ready Preview, Comment Feb 24, 2026 9:52am
thirdweb_playground Ready Ready Preview, Comment Feb 24, 2026 9:52am
thirdweb-www Ready Ready Preview, Comment Feb 24, 2026 9:52am
wallet-ui Ready Ready Preview, Comment Feb 24, 2026 9:52am

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

coderabbitai bot commented Feb 24, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 5352152 and 430e8f1.

📒 Files selected for processing (9)
  • .changeset/connect-modal-require-approval.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

Walkthrough

This release PR updates versions across multiple packages (thirdweb to 5.119.0, nebula to 0.2.110, wagmi-adapter to 0.2.207, and wagmi-demo to 0.0.52) with corresponding changelog entries. A temporary changeset file was removed, and the thirdweb package introduces a new requireApproval option for the useConnectModal hook.

Changes

Cohort / File(s) Summary
Core Package Version & Changelog
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Version bumped to 5.119.0 with changelog documenting new requireApproval option for useConnectModal hook to enforce terms of service and privacy policy acceptance before connecting in-app wallets.
Dependent Packages Versions & Changelogs
packages/nebula/package.json, packages/nebula/CHANGELOG.md, packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Versions bumped (nebula to 0.2.110, wagmi-adapter to 0.2.207) with changelog entries documenting dependency updates to thirdweb@5.119.0.
Demo App Version & Changelog
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Version bumped to 0.0.52 with changelog entry documenting dependency updates to thirdweb@5.119.0 and @thirdweb-dev/wagmi-adapter@0.2.207.
Changeset Cleanup
.changeset/connect-modal-require-approval.md
Removed temporary changeset file documenting the requireApproval feature addition.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

packages, SDK

✨ 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

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

@joaquim-verges joaquim-verges merged commit 1d28988 into main Feb 24, 2026
16 of 22 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch February 24, 2026 09:39
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.72%. Comparing base (1caf6dd) to head (430e8f1).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8687   +/-   ##
=======================================
  Coverage   52.72%   52.72%           
=======================================
  Files         934      934           
  Lines       62965    62965           
  Branches     4134     4133    -1     
=======================================
  Hits        33197    33197           
  Misses      29670    29670           
  Partials       98       98           
Flag Coverage Δ
packages 52.72% <ø> (ø)
🚀 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 Feb 24, 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.

1 participant