Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 9, 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/nebula@0.2.65

Patch Changes

thirdweb@5.108.12

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.162

wagmi-inapp@0.0.7

Patch Changes

  • Updated dependencies [0082e99, 0082e99]:
    • thirdweb@5.108.12
    • @thirdweb-dev/wagmi-adapter@0.2.162

PR-Codex overview

This PR focuses on version updates across several packages, including thirdweb, wagmi-adapter, and nebula, along with their respective changelogs. It also includes the deletion of two .changeset files.

Detailed summary

  • Deleted .changeset/loud-apples-poke.md and .changeset/lucky-meals-join.md.
  • Updated version in packages/thirdweb/package.json from 5.108.11 to 5.108.12.
  • Updated version in apps/wagmi-demo/package.json from 0.0.6 to 0.0.7.
  • Updated version in packages/nebula/package.json from 0.2.64 to 0.2.65.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.161 to 0.2.162.
  • Added changelog entries for nebula and wagmi-demo, noting dependency updates to thirdweb@5.108.12 and @thirdweb-dev/wagmi-adapter@0.2.162.
  • Added changelog entry for thirdweb version 5.108.12 detailing new features and fixes.

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

Summary by CodeRabbit

  • Chores

    • Bumped package versions: thirdweb 5.108.12, wagmi-adapter 0.2.162, nebula 0.2.65, and wagmi-demo app 0.0.7.
    • Removed obsolete changeset entries.
  • Documentation

    • Updated changelogs to reflect the new releases and dependency upgrades.

@joaquim-verges joaquim-verges requested review from a team as code owners October 9, 2025 20:52
Copy link

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

Copy link
Contributor

graphite-app bot commented Oct 9, 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 9, 2025
Copy link
Contributor

coderabbitai bot commented Oct 9, 2025

Walkthrough

Removes two .changeset entries, bumps versions across several packages, and updates corresponding CHANGELOGs to reflect thirdweb 5.108.12 and wagmi-adapter 0.2.162. Apps/wagmi-demo version increments to 0.0.7; nebula to 0.2.65; thirdweb to 5.108.12; wagmi-adapter to 0.2.162. No code or API changes.

Changes

Cohort / File(s) Summary
Changeset removals
.changeset/loud-apples-poke.md, .changeset/lucky-meals-join.md
Deleted two changeset entries previously describing patches (recipientAddress for x402 settlePayment and exposing 7702 utilities).
apps/wagmi-demo versioning
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Bumped version 0.0.6 → 0.0.7; CHANGELOG adds 0.0.7 with dependency updates (thirdweb@5.108.12, @thirdweb-dev/wagmi-adapter@0.2.162).
packages/nebula release
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Bumped version 0.2.64 → 0.2.65; CHANGELOG adds 0.2.65 noting dependency update to thirdweb@5.108.12.
packages/thirdweb release
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version 5.108.11 → 5.108.12; CHANGELOG adds 5.108.12 with patch notes (optional recipientAddress for x402 settlePayment; expose 7702 utilities).
packages/wagmi-adapter release
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Bumped version 0.2.161 → 0.2.162; CHANGELOG adds header for 0.2.162.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Version Packages #8229 — Related to exposing ERC-7702 utilities in the thirdweb package, matching the changelog entries introduced here.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The PR description is composed solely of auto-generated release notes and does not include any of the required template sections—such as the issue tag, notes for the reviewer, or instructions for how to test—so it does not follow the repository’s prescribed description template and lacks essential context for reviewers. Please update the PR description to include the template’s sections by adding the issue tag or ticket reference at the top, a “Notes for the reviewer” section with relevant context, and a “How to test” section outlining steps to verify the changes.
Title Check ❓ Inconclusive The title “Version Packages” is generic and does not follow the repository’s conventional format, failing to clearly convey which packages are being updated or the nature of the changes, which makes it difficult for a reviewer to grasp the main purpose at a glance. Please rename the title to follow the repository convention such as “[SDK] Release: Bump package versions for thirdweb, nebula, wagmi-adapter, and wagmi-inapp” so that it clearly indicates the scope and intent of the update.
✅ 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 0082e99 and 865f5f5.

📒 Files selected for processing (10)
  • .changeset/loud-apples-poke.md (0 hunks)
  • .changeset/lucky-meals-join.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/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/lucky-meals-join.md
  • .changeset/loud-apples-poke.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
  • apps/wagmi-demo/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
  • apps/wagmi-demo/CHANGELOG.md
⏰ 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). (7)
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Analyze (javascript)

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

Copy link
Contributor

github-actions bot commented Oct 9, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.51 KB (0%) 1.3 s (0%) 1.6 s (-3.01% 🔽) 2.9 s
thirdweb (cjs) 365.79 KB (0%) 7.4 s (0%) 13.1 s (-4.03% 🔽) 20.5 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 209 ms (+185.18% 🔺) 323 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 83 ms (+150.28% 🔺) 93 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 65 ms (-38.14% 🔽) 448 ms

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