Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Aug 29, 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

  • #7946 597431e Thanks @MananTank! - Add Pay Modal integration in useSendAndConfirmTransaction hook similar to useSendTransaction hook

@thirdweb-dev/[email protected]


PR-Codex overview

This PR focuses on updating the version numbers across multiple packages and enhancing the changelogs for thirdweb, nebula, and wagmi-adapter to reflect recent changes and dependency updates.

Detailed summary

  • Deleted the file .changeset/pretty-geese-win.md.
  • Updated version in packages/thirdweb/package.json from 5.105.39 to 5.105.40.
  • Updated version in packages/nebula/package.json from 0.2.39 to 0.2.40.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.136 to 0.2.137.
  • Added changelog entry ## 0.2.40 in packages/nebula/CHANGELOG.md with a dependency update for [email protected].
  • Added changelog entry ## 5.105.40 in packages/thirdweb/CHANGELOG.md detailing the addition of Pay Modal integration in the useSendAndConfirmTransaction hook.

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

Summary by CodeRabbit

  • New Features

    • Added Pay Modal integration to send-and-confirm transaction flows for a smoother checkout experience.
  • Chores

    • Bumped package versions: Nebula 0.2.40, thirdweb 5.105.40, and wagmi-adapter 0.2.137.
    • Updated changelogs to reflect the latest releases.
  • Documentation

    • Changelog updates for all affected packages.
  • Notes

    • No other user-facing changes.

@joaquim-verges joaquim-verges requested review from a team as code owners August 29, 2025 17:52
@vercel
Copy link

vercel bot commented Aug 29, 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 Aug 29, 2025 6:28pm
nebula Ready Ready Preview Comment Aug 29, 2025 6:28pm
thirdweb_playground Ready Ready Preview Comment Aug 29, 2025 6:28pm
thirdweb-www Ready Ready Preview Comment Aug 29, 2025 6:28pm
wallet-ui Ready Ready Preview Comment Aug 29, 2025 6:28pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 29, 2025

Walkthrough

This change updates package versions and corresponding changelogs for Nebula, thirdweb, and wagmi-adapter, and deletes content from one changeset entry. No source code, APIs, or exported entities were modified in this diff.

Changes

Cohort / File(s) Summary
Changeset cleanup
.changeset/pretty-geese-win.md
Removed patch entry content; file now empty.
Nebula version + changelog
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Bumped version 0.2.39 → 0.2.40; added changelog entry noting updated dependency [email protected].
thirdweb version + changelog
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version 5.105.39 → 5.105.40; added changelog entry describing Pay Modal integration in useSendAndConfirmTransaction (documentation only in this diff).
wagmi-adapter version + changelog
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Bumped version 0.2.136 → 0.2.137; added empty changelog header for 0.2.137.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

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

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

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

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Aug 29, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Aug 29, 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.

@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 4d99821 to 0b17b6f Compare August 29, 2025 17:54
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.

Actionable comments posted: 0

🧹 Nitpick comments (2)
packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Add a brief note for 0.2.137 entry.

Empty section can confuse readers. Suggest adding a “No user-facing changes (version bump only)” line.

Apply:

 ## 0.2.137
+
+- No user-facing changes; version bump only to align with workspace releases.
packages/thirdweb/CHANGELOG.md (1)

7-7: Tighten wording for clarity/consistency.

Drop the second “hook” and use “to” instead of “in”.

-- Add Pay Modal integration in `useSendAndConfirmTransaction` hook similar to `useSendTransaction` hook
+- Add Pay Modal integration to `useSendAndConfirmTransaction`, similar to `useSendTransaction`
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between f867799 and 0b17b6f.

📒 Files selected for processing (7)
  • .changeset/pretty-geese-win.md (0 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/thirdweb/CHANGELOG.md (1 hunks)
  • packages/thirdweb/package.json (1 hunks)
  • packages/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/pretty-geese-win.md
🧰 Additional context used
📓 Path-based instructions (2)
packages/wagmi-adapter/**

📄 CodeRabbit inference engine (CLAUDE.md)

Wagmi ecosystem integration is in packages/wagmi-adapter/

Files:

  • packages/wagmi-adapter/package.json
  • packages/wagmi-adapter/CHANGELOG.md
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/package.json
🧠 Learnings (1)
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/wagmi-adapter/** : Wagmi ecosystem integration is in `packages/wagmi-adapter/`

Applied to files:

  • packages/wagmi-adapter/package.json
  • packages/wagmi-adapter/CHANGELOG.md
🪛 LanguageTool
packages/nebula/CHANGELOG.md

[grammar] ~7-~7: There might be a mistake here.
Context: ...431ec1dc7b6a8b52b6676256e77d96b9a16b1)]: - [email protected] ## 0.2.39 ### Patch ...

(QB_NEW_EN)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (6)
packages/thirdweb/package.json (1)

420-420: LGTM: version bump to 5.105.40.

No API surface or configs changed here; safe patch release metadata update.

packages/nebula/package.json (1)

60-60: LGTM: version bump to 0.2.40.

Matches the changelog and updated dependency on thirdweb.

packages/wagmi-adapter/package.json (1)

58-58: LGTM: version bump to 0.2.137.

Peer ranges remain compatible (thirdweb ^5.x).

packages/thirdweb/CHANGELOG.md (1)

3-8: Changelog entry looks good.

Version bump and links follow existing conventions.

packages/nebula/CHANGELOG.md (2)

3-9: LGTM: Entry is consistent and correctly references [email protected]

Short hash matches the linked commit, formatting aligns with prior entries, and nesting looks correct.


3-9: nebula version and thirdweb dependency correctly bumped
nebula’s package.json is at 0.2.40 and thirdweb is referenced via workspace:* with version 5.105.40 in its package.json.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.01 KB (0%) 1.3 s (0%) 166 ms (+258.99% 🔺) 1.5 s
thirdweb (cjs) 357.32 KB (0%) 7.2 s (0%) 411 ms (+39.91% 🔺) 7.6 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 81 ms (+2594.65% 🔺) 196 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 70 ms (+9262.06% 🔺) 81 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 81 ms (+1350.66% 🔺) 464 ms

@codecov
Copy link

codecov bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.52%. Comparing base (f867799) to head (0b17b6f).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7949      +/-   ##
==========================================
- Coverage   56.53%   56.52%   -0.02%     
==========================================
  Files         904      904              
  Lines       58623    58623              
  Branches     4146     4146              
==========================================
- Hits        33144    33138       -6     
- Misses      25373    25380       +7     
+ Partials      106      105       -1     
Flag Coverage Δ
packages 56.52% <ø> (-0.02%) ⬇️
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