Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Nov 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/engine@3.4.0

Minor Changes

@thirdweb-dev/nebula@0.2.84

Patch Changes

  • Updated dependencies []:
    • thirdweb@5.111.6

thirdweb@5.111.6

Patch Changes

  • Updated dependencies [ad68969]:
    • @thirdweb-dev/engine@3.4.0

@thirdweb-dev/wagmi-adapter@0.2.181

wagmi-inapp@0.0.26

Patch Changes

  • Updated dependencies []:
    • thirdweb@5.111.6
    • @thirdweb-dev/wagmi-adapter@0.2.181

PR-Codex overview

This PR focuses on version updates across multiple packages, primarily updating the version fields and adding new changelog entries for dependency updates.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.111.5 to 5.111.6.
  • Updated version in apps/wagmi-demo/package.json from 0.0.25 to 0.0.26.
  • Updated version in packages/nebula/package.json from 0.2.83 to 0.2.84.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.180 to 0.2.181.
  • Updated version in packages/engine/package.json from 3.3.0 to 3.4.0.
  • Added new changelog entries for packages/thirdweb/CHANGELOG.md, packages/nebula/CHANGELOG.md, apps/wagmi-demo/CHANGELOG.md, and packages/engine/CHANGELOG.md.

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

Summary by CodeRabbit

  • New Features

    • Enhanced Solana Sign Transaction API with more flexible input handling.
  • Chores

    • Version bumps across packages: engine (3.4.0), thirdweb (5.111.6), wagmi-adapter (0.2.181), nebula (0.2.84), and wagmi-demo (0.0.26).

@joaquim-verges joaquim-verges requested review from a team as code owners November 6, 2025 22:57
@vercel
Copy link

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 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 Nov 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 6, 2025

Walkthrough

This pull request releases multiple packages with incremental version bumps and corresponding changelog updates. The Solana Sign Transaction API rework for @thirdweb-dev/engine is promoted from a pending changeset to a published entry in version 3.4.0, with dependent packages updated accordingly.

Changes

Cohort / File(s) Summary
Changeset Removal
.changeset/salty-squids-repair.md
Deleted pending changeset for @thirdweb-dev/engine minor release describing Solana Sign Transaction API rework.
Engine Package Release
packages/engine/package.json, packages/engine/CHANGELOG.md
Version bumped 3.3.0 → 3.4.0. Changelog entry added for minor release with Solana Sign Transaction API improvements (PR #8371).
Thirdweb Package Release
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Version bumped 5.111.5 → 5.111.6. Changelog entry added with patch update dependency on @thirdweb-dev/engine@3.4.0.
Nebula Package Release
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Version bumped 0.2.83 → 0.2.84. Changelog entry added with patch dependency update on thirdweb@5.111.6.
Wagmi Adapter Release
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Version bumped 0.2.180 → 0.2.181. Changelog entry added.
Wagmi Demo App Release
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Version bumped 0.0.25 → 0.0.26. Changelog entry added with dependency updates on thirdweb@5.111.6 and @thirdweb-dev/wagmi-adapter@0.2.181.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • Verify version consistency across dependent packages and their changelog entries
  • Confirm version bump precedence: engine 3.4.0 → thirdweb 5.111.6 → nebula 0.2.84 and wagmi-adapter 0.2.181 → wagmi-demo 0.0.26

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description lacks the required PR template format with titled sections (Notes for reviewer, How to test), though it contains comprehensive release information from the Changesets action. Consider following the repository's PR template with structured sections like 'Notes for reviewer' and 'How to test', though this is auto-generated by Changesets and may not require strict adherence.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Version Packages' accurately describes the main change: automated versioning and package releases via Changesets.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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 ad68969 and c208ed2.

📒 Files selected for processing (11)
  • .changeset/salty-squids-repair.md (0 hunks)
  • apps/wagmi-demo/CHANGELOG.md (1 hunks)
  • apps/wagmi-demo/package.json (1 hunks)
  • packages/engine/CHANGELOG.md (1 hunks)
  • packages/engine/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/salty-squids-repair.md
🧰 Additional context used
📓 Path-based instructions (2)
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
  • packages/nebula/package.json
  • packages/engine/package.json
  • apps/wagmi-demo/package.json
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
🧠 Learnings (6)
📚 Learning: 2025-08-29T15:37:38.513Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to packages/thirdweb/exports/** : Export all public API via `packages/thirdweb/exports/`, grouped by feature

Applied to files:

  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
  • packages/nebula/package.json
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/thirdweb/src/exports/** : Export everything via `exports/` directory, grouped by feature in the SDK public API

Applied to files:

  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
  • packages/nebula/package.json
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 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
📚 Learning: 2025-08-29T15:37:38.513Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API

Applied to files:

  • packages/thirdweb/CHANGELOG.md
  • packages/nebula/CHANGELOG.md
  • apps/wagmi-demo/CHANGELOG.md
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions

Applied to files:

  • packages/engine/CHANGELOG.md
📚 Learning: 2025-08-28T20:50:33.170Z
Learnt from: joaquim-verges
Repo: thirdweb-dev/js PR: 7922
File: apps/playground-web/src/app/ai/ai-sdk/components/chat-container.tsx:167-181
Timestamp: 2025-08-28T20:50:33.170Z
Learning: The SignTransactionInput schema in thirdweb-dev/ai-sdk-provider uses snake_case field names (chain_id) rather than camelCase (chainId).

Applied to files:

  • packages/engine/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). (9)
  • GitHub Check: Socket Security: Pull Request Alerts
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (9)
packages/engine/package.json (1)

3-3: Version bump aligns with changelog entry.

The minor version bump (3.3.0 → 3.4.0) correctly reflects the Solana Sign Transaction API rework described in the changelog.

packages/nebula/package.json (1)

60-60: Patch version bump appropriate for dependency update.

The patch release correctly reflects that this version includes only a dependency update to thirdweb@5.111.6.

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

59-59: Peer dependency constraint accommodates updated thirdweb.

The patch version bump is consistent with the coordinated release. The peer dependency thirdweb@^5.85.0 (Line 33) correctly accepts the updated thirdweb@5.111.6.

apps/wagmi-demo/CHANGELOG.md (1)

3-9: Changelog entry format has minor inconsistency.

Line 7 contains an empty commit array [] (in "Updated dependencies []:`"), whereas previous entries reference commit hashes. While this may be expected behavior from the Changesets bot for auto-generated releases, the dependency updates are correctly listed below.

packages/thirdweb/package.json (1)

433-433: Patch version bump correct for dependency-only update.

The version bump to 5.111.6 appropriately reflects that this release includes only the @thirdweb-dev/engine@3.4.0 dependency update. The workspace reference (Line 25) correctly resolves to the updated engine version.

apps/wagmi-demo/package.json (1)

4-4: Version bump coordinated with dependency updates.

The patch version bump for the demo app aligns with the release of updated dependencies. Workspace references (Lines 16, 19) correctly resolve to the new versions.

packages/engine/CHANGELOG.md (1)

3-7: Changelog entry well-formatted with proper attribution.

The 3.4.0 minor release correctly documents the Solana Sign Transaction API rework with PR reference (#8371), commit hash, and contributor credit. The description "accepts more flexible inputs" indicates a backward-compatible enhancement, appropriately classified as a minor (not major) version bump.

packages/thirdweb/CHANGELOG.md (1)

3-9: Changelog entry verified and approved.

All verification checks passed:

  • ✓ Engine 3.4.0 in packages/engine/CHANGELOG.md
  • ✓ Commit ad68969 properly linked in both CHANGELOGs
  • ✓ Only packages/thirdweb uses engine dependency (workspace:*), no conflicting versions
  • ✓ Patch bump aligns with versioning rule for non-API dependency updates
packages/nebula/CHANGELOG.md (1)

3-8: ✓ Changelog entry correctly structured.

The new version 0.2.84 follows the established changelog format with proper Patch Changes section and dependency reference. The empty commit array is consistent with existing entries in the file.


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

@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8372      +/-   ##
==========================================
+ Coverage   54.62%   54.63%   +0.01%     
==========================================
  Files         919      919              
  Lines       60693    60693              
  Branches     4111     4110       -1     
==========================================
+ Hits        33152    33162      +10     
+ Misses      27440    27429      -11     
- Partials      101      102       +1     
Flag Coverage Δ
packages 54.63% <ø> (+0.01%) ⬆️
see 4 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.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@0xFirekeeper 0xFirekeeper enabled auto-merge (squash) November 6, 2025 23:04
@0xFirekeeper 0xFirekeeper disabled auto-merge November 6, 2025 23:04
@0xFirekeeper 0xFirekeeper merged commit 881c7a9 into main Nov 6, 2025
22 of 24 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch November 6, 2025 23:04
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.

3 participants