Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 15, 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

[email protected]

Minor Changes

  • #8259 d68da22 Thanks @MananTank! - Update onSuccess prop on BuyWidget, CheckoutWidget, SwapWidget, and BridgeWidget components to include statuses and quote objects instead of just quote.

    <BuyWidget
      onSuccess={(data) => {
        console.log(data.statuses);
        console.log(data.quote);
      }}
    />

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

[email protected]

Patch Changes


PR-Codex overview

This PR primarily focuses on updating version numbers across multiple packages and includes notable changes in their changelogs, reflecting recent updates and bug fixes.

Detailed summary

  • Deleted three .changeset markdown files.
  • Updated versions in package.json files:
    • thirdweb: 5.108.15 to 5.109.0
    • wagmi-inapp: 0.0.10 to 0.0.11
    • nebula: 0.2.68 to 0.2.69
    • vault-sdk: 0.1.0 to 0.1.1
    • wagmi-adapter: 0.2.165 to 0.2.166
  • Added changelog entries for:
    • nebula version 0.2.69
    • vault-sdk version 0.1.1
    • wagmi-demo version 0.0.11
    • thirdweb version 5.109.0 with updates to various components.

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

Summary by CodeRabbit

  • Bug Fixes

    • Fixed bug with listing Solana accounts response type
    • Improved native currency fetching from chain API
  • New Features

    • Updated onSuccess callbacks on BuyWidget, CheckoutWidget, SwapWidget, and BridgeWidget to return statuses and quote objects in addition to quote data
  • Chores

    • Updated dependencies across packages for improved compatibility

Copy link

vercel bot commented Oct 15, 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 Oct 16, 2025 7:47pm
nebula Ready Ready Preview Comment Oct 16, 2025 7:47pm
thirdweb_playground Ready Ready Preview Comment Oct 16, 2025 7:47pm
thirdweb-www Error Error Oct 16, 2025 7:47pm
wallet-ui Ready Ready Preview Comment Oct 16, 2025 7:47pm

Copy link
Contributor

graphite-app bot commented Oct 15, 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.

Copy link
Contributor

coderabbitai bot commented Oct 15, 2025

Walkthrough

Removes a changeset file; adds changelog entries and bumps package versions across multiple packages (vault-sdk, wagmi-demo, nebula, thirdweb, wagmi-adapter). No source code, API, or behavioral changes are present.

Changes

Cohort / File(s) Summary
Changeset cleanup
.changeset/eleven-mangos-travel.md
Deleted the changeset file that previously described a patch for the Solana accounts response type fix.
Vault SDK release bump
packages/vault-sdk/CHANGELOG.md, packages/vault-sdk/package.json
Added a 0.1.1 patch entry to CHANGELOG.md referencing a Solana accounts response type fix; updated package.json version from 0.1.0 to 0.1.1.
Wagmi demo release bump
apps/wagmi-demo/CHANGELOG.md, apps/wagmi-demo/package.json
Added 0.0.11 changelog entry noting dependency updates; bumped version from 0.0.10 to 0.0.11.
Nebula release bump
packages/nebula/CHANGELOG.md, packages/nebula/package.json
Added 0.2.69 changelog entry listing dependency updates; bumped version from 0.2.68 to 0.2.69.
Thirdweb release bump
packages/thirdweb/CHANGELOG.md, packages/thirdweb/package.json
Added 5.109.0 changelog entry (minor change notes and examples, patch fetch change); bumped version from 5.108.15 to 5.109.0.
Wagmi adapter release bump
packages/wagmi-adapter/CHANGELOG.md, packages/wagmi-adapter/package.json
Added 0.2.166 changelog entry; bumped version from 0.2.165 to 0.2.166.

Sequence Diagram(s)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The description provides detailed release notes but does not follow the repository’s PR template, as it is missing the required “## Notes for the reviewer” and “## How to test” sections and any referenced issue tag. Please update the PR description to include the template sections “## Notes for the reviewer” and “## How to test,” and add any relevant issue tag or context as specified by the repository’s description template.
Title Check ❓ Inconclusive The title “Version Packages” does reference the main change—updating multiple package versions—but its wording is overly generic and does not follow the repository’s recommended title format, making it unclear at a glance which packages or contexts are affected. Consider revising the title to clearly summarize the release scope and follow the repo convention, for example: “[SDK] Release v5.109.0 and Patch Updates for Thirdweb Packages.”
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ 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

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • 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 ff5495f and 552cddb.

📒 Files selected for processing (11)
  • .changeset/eleven-mangos-travel.md (0 hunks)
  • apps/wagmi-demo/CHANGELOG.md (1 hunks)
  • apps/wagmi-demo/package.json (1 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/vault-sdk/CHANGELOG.md (1 hunks)
  • packages/vault-sdk/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/eleven-mangos-travel.md
✅ Files skipped from review due to trivial changes (6)
  • apps/wagmi-demo/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/vault-sdk/package.json
  • packages/vault-sdk/CHANGELOG.md
🧰 Additional context used
🧠 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:

  • apps/wagmi-demo/CHANGELOG.md
🪛 LanguageTool
apps/wagmi-demo/CHANGELOG.md

[grammar] ~7-~7: There might be a mistake here.
Context: ...da2239b628f7835b0545a143b69e09cdf4141)]: - [email protected] - @thirdweb-dev/wagmi...

(QB_NEW_EN)


[grammar] ~8-~8: There might be a mistake here.
Context: ...143b69e09cdf4141)]: - [email protected] - @thirdweb-dev/[email protected] ## ...

(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). (8)
  • GitHub Check: Build Packages
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Lint Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
apps/wagmi-demo/CHANGELOG.md (1)

3-9: Changelog entry looks solid.

Version number, dependency list, and commit refs line up with the package bumps in this release batch. No issues spotted.

packages/nebula/CHANGELOG.md (1)

3-8: Entry matches the dependency bump.

Release note mirrors the [email protected] upgrade and follows the existing changelog style. All good.


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

Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.90%. Comparing base (51c8318) to head (552cddb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8264   +/-   ##
=======================================
  Coverage   54.89%   54.90%           
=======================================
  Files         919      919           
  Lines       60613    60613           
  Branches     4115     4116    +1     
=======================================
+ Hits        33273    33278    +5     
+ Misses      27239    27234    -5     
  Partials      101      101           
Flag Coverage Δ
packages 54.90% <ø> (+<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.

Copy link
Contributor

github-actions bot commented Oct 15, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.51 KB (0%) 1.3 s (0%) 312 ms (+147.11% 🔺) 1.7 s
thirdweb (cjs) 365.68 KB (0%) 7.4 s (0%) 1.5 s (+13.9% 🔺) 8.8 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 101 ms (+1256.96% 🔺) 216 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 91 ms (+2053.39% 🔺) 101 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 112 ms (+1455.59% 🔺) 495 ms

@jnsdls jnsdls merged commit 8003e93 into main Oct 16, 2025
16 of 20 checks passed
@jnsdls jnsdls deleted the changeset-release/main branch October 16, 2025 19:05
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