Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 26, 2025

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/[email protected]

Patch Changes

[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes


PR-Codex overview

This PR focuses on updating the version numbers of several packages and documenting these changes in their respective changelogs.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.108.2 to 5.108.3
  • Updated version in packages/nebula/package.json from 0.2.55 to 0.2.56
  • Updated version in packages/wagmi-adapter/package.json from 0.2.152 to 0.2.153
  • Added changelog entries for 0.2.56 in packages/nebula/CHANGELOG.md
  • Added changelog entries for 0.2.153 in packages/wagmi-adapter/CHANGELOG.md
  • Added changelog entries for 5.108.3 in packages/thirdweb/CHANGELOG.md

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

Summary by CodeRabbit

  • New Features
    • Added an onConnect callback in the wagmi adapter for improved connection handling.
  • Documentation
    • Updated changelogs across packages, including notes on ERC-2612 permit support for x402 payments.
  • Chores
    • Bumped versions across packages and updated dependencies (including thirdweb to 5.108.3).
    • Removed an outdated changeset entry.
  • Notes
    • No changes to public APIs aside from the new callback; no behavioral changes expected in other packages.

@joaquim-verges joaquim-verges requested review from a team as code owners September 26, 2025 01:23
@vercel
Copy link

vercel bot commented Sep 26, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Sep 26, 2025 2:25am
nebula Ready Ready Preview Comment Sep 26, 2025 2:25am
thirdweb_playground Ready Ready Preview Comment Sep 26, 2025 2:25am
thirdweb-www Ready Ready Preview Comment Sep 26, 2025 2:25am
wallet-ui Ready Ready Preview Comment Sep 26, 2025 2:25am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 26, 2025

Walkthrough

Version bumps and changelog updates for nebula, thirdweb, and wagmi-adapter packages, plus removal of a changeset entry. No source code, logic, or API changes.

Changes

Cohort / File(s) Summary of changes
Release version bumps
packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Incremented package versions: nebula 0.2.55 → 0.2.56, thirdweb 5.108.2 → 5.108.3, wagmi-adapter 0.2.152 → 0.2.153.
Changelog updates
packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Added changelog entries for the new versions; thirdweb notes ERC-2612 permit support for x402 payments; nebula notes dependency update to [email protected]; wagmi-adapter adds a patch entry referencing an onConnect callback.
Changeset housekeeping
.changeset/giant-suns-drive.md
Removed a changeset entry that referenced the thirdweb patch and ERC-2612 permit note.

Sequence Diagram(s)

Not applicable — changes are documentation and version bumps only; no control-flow or feature changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request description does not follow the repository’s required template since it lacks the formatted title, issue tag, “Notes for the reviewer” section, and “How to test” instructions, instead only containing auto-generated release notes. Please update the PR description to use the commented template by adding a title in the “[SDK/Dashboard/Portal] Feature/Fix: …” format, include the issue tag if applicable, and provide clear “Notes for the reviewer” and “How to test” sections.
Title Check ❓ Inconclusive The title “Version Packages” is generic and does not clearly specify which packages are being updated or the nature of the change, making it difficult for readers to quickly understand the pull request’s purpose. Please revise the title to follow the repository convention and clearly indicate the affected packages and version bumps, for example “[SDK] Chore: Bump nebula to 0.2.56, thirdweb to 5.108.3, and wagmi-adapter to 0.2.153.”
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • ERC-2612: Entity not found: Issue - Could not find referenced Issue.

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.09 KB (0%) 1.3 s (0%) 421 ms (+115.21% 🔺) 1.8 s
thirdweb (cjs) 361.63 KB (0%) 7.3 s (0%) 1.9 s (+2.7% 🔺) 9.1 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 127 ms (+1649.04% 🔺) 242 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 57 ms (+877.83% 🔺) 67 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 139 ms (+1054.87% 🔺) 522 ms

@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.27%. Comparing base (cf02cbf) to head (94db605).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8130      +/-   ##
==========================================
- Coverage   56.28%   56.27%   -0.01%     
==========================================
  Files         906      906              
  Lines       59193    59193              
  Branches     4172     4173       +1     
==========================================
- Hits        33316    33311       -5     
- Misses      25772    25777       +5     
  Partials      105      105              
Flag Coverage Δ
packages 56.27% <ø> (-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.

2 participants