Skip to content

Version Packages - #8888

Merged
0xFirekeeper merged 1 commit into
mainfrom
changeset-release/main
Aug 13, 2026
Merged

Version Packages#8888
0xFirekeeper merged 1 commit into
mainfrom
changeset-release/main

Conversation

@0xFirekeeper

@0xFirekeeper 0xFirekeeper commented Aug 13, 2026

Copy link
Copy Markdown
Member

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.121.0

Minor Changes

  • #8887 133e57d Thanks @0xFirekeeper! - Redirect-based in-app wallet logins now include and verify a one-time state value before AutoConnect consumes auth material returned in the URL, tying the returned token back to a flow the page actually started. Added a readUrlToken option to AutoConnect / useAutoConnect to opt out of reading wallet auth material from the URL entirely.

Patch Changes

  • #8886 e4fba08 Thanks @blockgroot! - Fix: EIP1193.toProvider()'s removeListener is no longer a no-op. Previously, removeListener discarded the unsubscribe function returned by wallet.subscribe(), so listeners registered via provider.on(...) (e.g. accountsChanged, chainChanged, disconnect) could never actually be detached — they kept firing after callers (such as wagmi connectors) believed they had unsubscribed. removeListener now tracks and invokes the correct unsubscribe function per (event, listener) pair.

  • #8807 8c521aa Thanks @Yash094! - Fix: injected wallets (e.g. MetaMask) no longer fire a spurious "disconnect" event for transient EIP-1193 error code 1013 ("disconnected, will reconnect"). Previously, MetaMask's temporary disconnect during chain changes or RPC hiccups would trigger the thirdweb disconnect subscriber and tear down wallet state, causing unexpected logouts. The onDisconnect handler now ignores code-1013 errors and lets MetaMask reconnect automatically.

    Additionally, the WalletEmitterEvents["disconnect"] type is updated from never to WalletDisconnectError | undefined, so disconnect subscribers can inspect the underlying EIP-1193 error code and message when they need to distinguish disconnect causes.

  • #8875 f411769 Thanks @SashaMIT! - Reject SIWE login payloads with an unparseable Not Before or Expiration Time instead of skipping the time-bound checks.

@thirdweb-dev/nebula@0.2.117

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.214

wagmi-inapp@0.0.59

Patch Changes


PR-Codex overview

This PR primarily focuses on updating version numbers across several packages and includes notable changes in functionality and bug fixes related to wallet connections and event handling.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.120.1 to 5.121.0.
  • Updated version in apps/wagmi-demo/package.json from 0.0.58 to 0.0.59.
  • Updated version in packages/nebula/package.json from 0.2.116 to 0.2.117.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.213 to 0.2.214.
  • Added changelogs for nebula, wagmi-demo, and thirdweb detailing patch changes and bug fixes.
  • Improved EIP1193.toProvider() to correctly handle removeListener functionality.
  • Fixed spurious "disconnect" events for injected wallets, enhancing user experience during transient errors.
  • Updated handling of SIWE login payloads for better error management.

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

@0xFirekeeper
0xFirekeeper requested review from a team as code owners August 13, 2026 18:15
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs-v2 Ready Ready Preview Aug 13, 2026 9:47pm
nebula Ready Ready Preview Aug 13, 2026 9:47pm
thirdweb_playground Ready Ready Preview Aug 13, 2026 9:47pm
thirdweb-www Ready Ready Preview Aug 13, 2026 9:47pm
wallet-ui Ready Ready Preview Aug 13, 2026 9:47pm

@github-actions github-actions Bot added packages SDK Involves changes to the thirdweb SDK labels Aug 13, 2026
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: ce66effd-54e0-428c-95d6-f99ce61fd284

📥 Commits

Reviewing files that changed from the base of the PR and between 45c1b9a and 6ab94e0.

📒 Files selected for processing (4)
  • apps/wagmi-demo/CHANGELOG.md
  • packages/nebula/CHANGELOG.md
  • packages/thirdweb/CHANGELOG.md
  • packages/thirdweb/package.json
🚧 Files skipped from review as they are similar to previous changes (4)
  • apps/wagmi-demo/CHANGELOG.md
  • packages/nebula/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/thirdweb/CHANGELOG.md

Walkthrough

The PR records the thirdweb 5.121.0 release. It documents redirect-login state verification, URL token opt-out support, listener removal, injected-wallet disconnect handling, and SIWE validation. It updates versions and changelogs for thirdweb, Nebula, the wagmi adapter, and the wagmi demo.

Changes

Release metadata

Layer / File(s) Summary
thirdweb release documentation
packages/thirdweb/CHANGELOG.md, packages/thirdweb/package.json, .changeset/*.md
Documents the thirdweb changes and updates the package version to 5.121.0.
Related package releases
packages/nebula/CHANGELOG.md, packages/nebula/package.json, packages/wagmi-adapter/CHANGELOG.md, packages/wagmi-adapter/package.json
Records patch releases and updates package versions for Nebula and the wagmi adapter.
Demo release metadata
apps/wagmi-demo/CHANGELOG.md, apps/wagmi-demo/package.json
Records the demo release, dependency updates, and version increment.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Mergeability Score: ⚪ Minimal · up to 6ab94

This release updates package versions and changelogs without any identified merge-blocking risk; it is merge-ready after normal checks and review.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly identifies the primary purpose of the pull request: updating package versions for release.
Description check ✅ Passed The description documents the release versions, included changes, and automatic npm publication process.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

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

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.47%. Comparing base (ac6a123) to head (fd5ba74).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8888   +/-   ##
=======================================
  Coverage   52.46%   52.47%           
=======================================
  Files         935      935           
  Lines       63083    63083           
  Branches     4148     4149    +1     
=======================================
+ Hits        33097    33102    +5     
+ Misses      29884    29879    -5     
  Partials      102      102           
Flag Coverage Δ
packages 52.47% <ø> (+<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.

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