Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Dec 11, 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@5.116.0

Minor Changes

@thirdweb-dev/nebula@0.2.102

Patch Changes

  • Updated dependencies [18425f9]:
    • thirdweb@5.116.0

@thirdweb-dev/wagmi-adapter@0.2.199

wagmi-inapp@0.0.44

Patch Changes

  • Updated dependencies [18425f9]:
    • thirdweb@5.116.0
    • @thirdweb-dev/wagmi-adapter@0.2.199

PR-Codex overview

This PR focuses on updating version numbers across multiple packages and adding new changelog entries reflecting these updates.

Detailed summary

  • Removed fancy-news-send.md from .changeset.
  • Updated version in packages/thirdweb/package.json to 5.116.0.
  • Updated version in apps/wagmi-demo/package.json to 0.0.44.
  • Updated version in packages/nebula/package.json to 0.2.102.
  • Updated version in packages/wagmi-adapter/package.json to 0.2.199.
  • Added changelog entries for packages/nebula and apps/wagmi-demo.
  • Added changelog entry for packages/thirdweb detailing new 'minPrice' property.

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

Summary by CodeRabbit

  • New Features

    • Added minPrice property for x402 payments with upto schema support.
  • Chores

    • Updated package versions across the ecosystem: thirdweb 5.116.0, nebula 0.2.102, wagmi-adapter 0.2.199, and wagmi-demo 0.0.44.

✏️ Tip: You can customize this high-level summary in your review settings.

@joaquim-verges joaquim-verges requested review from a team as code owners December 11, 2025 01:37
@vercel
Copy link

vercel bot commented Dec 11, 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 Dec 11, 2025 1:49am
nebula Ready Ready Preview Comment Dec 11, 2025 1:49am
thirdweb_playground Ready Ready Preview Comment Dec 11, 2025 1:49am
thirdweb-www Ready Ready Preview Comment Dec 11, 2025 1:49am
wallet-ui Ready Ready Preview Comment Dec 11, 2025 1:49am

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Dec 11, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 11, 2025

Walkthrough

This pull request releases updated versions across multiple packages in the monorepo. Version bumps are applied to thirdweb (5.116.0), nebula (0.2.102), wagmi-adapter (0.2.199), and wagmi-demo (0.0.44). Corresponding changelog entries are added, and the changeset metadata file is removed after processing.

Changes

Cohort / File(s) Change Summary
Changeset cleanup
.changeset/fancy-news-send.md
Deleted changeset metadata entry for thirdweb minor version bump
wagmi-demo release
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Version bumped from 0.0.43 to 0.0.44; changelog entry added documenting dependency updates to thirdweb@5.116.0 and @thirdweb-dev/wagmi-adapter@0.2.199
nebula release
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Version bumped from 0.2.101 to 0.2.102; changelog entry added documenting dependency update to thirdweb@5.116.0
thirdweb release
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Version bumped from 5.115.4 to 5.116.0; changelog entry added documenting new minPrice property for x402 payments with upto schema (PR #8534)
wagmi-adapter release
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Version bumped from 0.2.198 to 0.2.199; changelog entry header added

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

  • All changes are mechanical version bumps and changelog documentation entries
  • No functional code alterations or logic changes
  • Straightforward verification of version increment consistency across packages

Suggested labels

packages, SDK

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Version Packages' is generic and vague, lacking specificity about which packages are being versioned or the nature of the changes (e.g., release, bump, update). Consider a more descriptive title such as 'Release: Bump versions for thirdweb 5.116.0 and dependent packages' to better communicate the purpose of the changeset.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description provides comprehensive release information and package details but does not follow the repository's PR template format (missing explicit '[SDK/Dashboard/Portal]' prefix, 'Notes for reviewer' section, and 'How to test' section).
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

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

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 (1)
packages/thirdweb/CHANGELOG.md (1)

7-7: Nit: wrap identifiers in backticks for consistency.

Most entries use code formatting for props/keywords. Suggest:

- Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New 'minPrice' property for x402 payments using 'upto' schema
+ Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New `minPrice` property for x402 payments using `upto` schema
📜 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 18425f9 and 45fe9f2.

📒 Files selected for processing (9)
  • .changeset/fancy-news-send.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 (1)
  • .changeset/fancy-news-send.md
🧰 Additional context used
📓 Path-based instructions (2)
**/*.{js,jsx,ts,tsx,json}

📄 CodeRabbit inference engine (AGENTS.md)

Biome governs formatting and linting; its rules live in biome.json. Run pnpm fix & pnpm lint before committing, ensure there are no linting errors

Files:

  • packages/wagmi-adapter/package.json
  • packages/nebula/package.json
  • apps/wagmi-demo/package.json
  • packages/thirdweb/package.json
packages/thirdweb/package.json

📄 CodeRabbit inference engine (CLAUDE.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/thirdweb/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). (8)
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Unit Tests
  • GitHub Check: Build Packages
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
packages/nebula/package.json (1)

60-60: Version bump is correct.

Patch version increment (0.2.101 → 0.2.102) is appropriate for a dependency-only update.

packages/thirdweb/package.json (1)

433-433: Version bump is correct.

Minor version increment (5.115.4 → 5.116.0) appropriately reflects the new minPrice property for x402 payments.

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

59-59: Version bump is correct.

Patch version increment (0.2.198 → 0.2.199) is appropriate for a dependency-only update.

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

4-4: Version bump is correct.

Patch version increment (0.0.43 → 0.0.44) is appropriate for a dependency-only update.

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

3-9: Changelog entry is properly formatted.

The new 0.0.44 entry follows the established pattern, includes correct commit references, and accurately documents the dependency updates.

packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Changelog entry follows the established pattern.

The empty 0.2.199 entry is consistent with other dependency-only updates in this changelog, as reflected in the PR objectives.

packages/nebula/CHANGELOG.md (1)

3-8: Changelog entry is properly formatted.

The new 0.2.102 entry follows the established pattern, includes correct commit references, and accurately documents the dependency update to thirdweb@5.116.0.

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.66%. Comparing base (18425f9) to head (45fe9f2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8536   +/-   ##
=======================================
  Coverage   54.66%   54.66%           
=======================================
  Files         921      921           
  Lines       61163    61163           
  Branches     4155     4151    -4     
=======================================
  Hits        33434    33434           
  Misses      27627    27627           
  Partials      102      102           
Flag Coverage Δ
packages 54.66% <ø> (ø)
🚀 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.

@joaquim-verges joaquim-verges merged commit 01dce0e into main Dec 11, 2025
23 of 25 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch December 11, 2025 01:43
@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 105.66 KB (0%)
@thirdweb-dev/nexus (cjs) 319.47 KB (0%)

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