Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 6, 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/ai-sdk-provider@0.1.4

Patch Changes

@thirdweb-dev/nebula@0.2.62

Patch Changes

  • Updated dependencies [968913d]:
    • thirdweb@5.108.9

thirdweb@5.108.9

Patch Changes

  • #8192 968913d Thanks @MananTank! - Fix TransactionWidget not updating when currency prop is changed after initial render

@thirdweb-dev/wagmi-adapter@0.2.159

wagmi-inapp@0.0.4

Patch Changes

  • Updated dependencies [968913d]:
    • thirdweb@5.108.9
    • @thirdweb-dev/wagmi-adapter@0.2.159

PR-Codex overview

This PR focuses on updating version numbers across multiple packages and their changelogs, including dependency updates for thirdweb and @thirdweb-dev/wagmi-adapter. It also removes two outdated changelog files.

Detailed summary

  • Deleted .changeset/rich-pens-hug.md and .changeset/eleven-kings-fix.md
  • Updated version in packages/thirdweb/package.json from 5.108.8 to 5.108.9
  • Updated version in apps/wagmi-demo/package.json from 0.0.3 to 0.0.4
  • Updated version in packages/nebula/package.json from 0.2.61 to 0.2.62
  • Updated version in packages/ai-sdk-provider/package.json from 0.1.3 to 0.1.4
  • Updated version in packages/wagmi-adapter/package.json from 0.2.158 to 0.2.159
  • Added changelog entry for packages/nebula version 0.2.62
  • Added changelog entry for apps/wagmi-demo version 0.0.4
  • Added changelog entry for packages/thirdweb version 5.108.9
  • Added changelog entry for packages/ai-sdk-provider version 0.1.4

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

Summary by CodeRabbit

  • New Features

    • AI SDK provider now defaults to an in-memory session store with the option to supply a custom store.
  • Bug Fixes

    • Transaction widget now updates correctly when the currency prop changes after initial render.
  • Chores

    • Version bumps across packages (thirdweb 5.108.9, wagmi-adapter 0.2.159, nebula 0.2.62, ai-sdk-provider 0.1.4, wagmi-demo 0.0.4).
    • Changelogs updated and an obsolete changeset removed.

@joaquim-verges joaquim-verges requested review from a team as code owners October 6, 2025 19:41
@vercel
Copy link

vercel bot commented Oct 6, 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 7, 2025 9:15am
nebula Ready Ready Preview Comment Oct 7, 2025 9:15am
thirdweb_playground Ready Ready Preview Comment Oct 7, 2025 9:15am
thirdweb-www Ready Ready Preview Comment Oct 7, 2025 9:15am
wallet-ui Ready Ready Preview Comment Oct 7, 2025 9:15am

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 6, 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 github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Oct 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 6, 2025

Walkthrough

Removes a changeset file, adds changelog entries, and bumps package versions across several packages and an app. No source code or API changes.

Changes

Cohort / File(s) Summary
Changeset removal
.changeset/rich-pens-hug.md
Deleted changeset that referenced a TransactionWidget currency-prop fix; no code changes.
App changelog & version
apps/wagmi-demo
apps/wagmi-demo/CHANGELOG.md, apps/wagmi-demo/package.json
Added changelog entry for v0.0.4 and bumped version 0.0.3 → 0.0.4 (dependency note for thirdweb).
Package changelogs
packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md, packages/ai-sdk-provider/CHANGELOG.md
Added new patch release entries: nebula 0.2.62, thirdweb 5.108.9 (notes TransactionWidget fix), wagmi-adapter 0.2.159, ai-sdk-provider 0.1.4.
Package version bumps
packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json, packages/ai-sdk-provider/package.json
Bumped versions: nebula 0.2.61→0.2.62, thirdweb 5.108.8→5.108.9, wagmi-adapter 0.2.158→0.2.159, ai-sdk-provider 0.1.3→0.1.4.

Sequence Diagram(s)

No sequence diagrams — changes are documentation and metadata only.

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 includes detailed release notes but does not follow the repository’s PR template, as it lacks the issue tag, a “## Notes for the reviewer” section, and a “## How to test” section. Without these required sections, reviewers miss critical context and guidance on validating the changes. This omission means the description fails to meet the template’s structure. Please update the pull request description to include the issue tag or Linear branch reference, add a “## Notes for the reviewer” section with important context or caveats, and add a “## How to test” section outlining steps to verify the release, ensuring adherence to the repository’s template.
Title Check ❓ Inconclusive The title “Version Packages” is too generic and does not clearly convey which packages are being updated or the purpose of the change, leaving the main intent ambiguous for someone scanning the history. It fails to highlight the scope or follow any descriptive pattern that would inform reviewers at a glance. Therefore, its effectiveness in summarizing the primary change is inconclusive. Please refine the title to be more descriptive and follow the repository’s conventions, for example “chore: bump package versions for release” or “[SDK] Release: Bump versions across monorepo,” so that the scope and intent are clear at a glance.
✅ 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 226fc63 and 1b5060b.

📒 Files selected for processing (11)
  • .changeset/rich-pens-hug.md (0 hunks)
  • apps/wagmi-demo/CHANGELOG.md (1 hunks)
  • apps/wagmi-demo/package.json (1 hunks)
  • packages/ai-sdk-provider/CHANGELOG.md (1 hunks)
  • packages/ai-sdk-provider/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/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/rich-pens-hug.md
✅ Files skipped from review due to trivial changes (6)
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/ai-sdk-provider/CHANGELOG.md
  • apps/wagmi-demo/CHANGELOG.md
  • packages/ai-sdk-provider/package.json
  • packages/thirdweb/CHANGELOG.md
  • apps/wagmi-demo/package.json
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
  • packages/nebula/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/nebula/package.json
⏰ 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: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.6 KB (0%) 1.3 s (0%) 166 ms (+156.37% 🔺) 1.5 s
thirdweb (cjs) 365.75 KB (0%) 7.4 s (0%) 525 ms (+7.93% 🔺) 7.9 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 74 ms (+3449.04% 🔺) 189 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 78 ms (+5960.42% 🔺) 88 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 123 ms (+4655.82% 🔺) 506 ms

@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.03%. Comparing base (71a1e58) to head (1b5060b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8202      +/-   ##
==========================================
- Coverage   55.04%   55.03%   -0.01%     
==========================================
  Files         919      919              
  Lines       60569    60569              
  Branches     4127     4126       -1     
==========================================
- Hits        33338    33333       -5     
- Misses      27127    27132       +5     
  Partials      104      104              
Flag Coverage Δ
packages 55.03% <ø> (-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