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-dev/nebula@0.2.103

Patch Changes

  • Updated dependencies [f5ab57f]:
    • thirdweb@5.116.1

thirdweb@5.116.1

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.200

wagmi-inapp@0.0.45

Patch Changes

  • Updated dependencies [f5ab57f]:
    • thirdweb@5.116.1
    • @thirdweb-dev/wagmi-adapter@0.2.200

PR-Codex overview

This PR primarily focuses on updating version numbers across multiple packages and their changelogs, reflecting the latest changes and dependency updates.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.116.0 to 5.116.1.
  • Updated version in apps/wagmi-demo/package.json from 0.0.44 to 0.0.45.
  • Updated version in packages/nebula/package.json from 0.2.102 to 0.2.103.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.199 to 0.2.200.
  • Added changelog entries for packages/nebula/CHANGELOG.md, apps/wagmi-demo/CHANGELOG.md, and packages/thirdweb/CHANGELOG.md reflecting the updates and dependency changes.

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

@joaquim-verges joaquim-verges requested review from a team as code owners December 11, 2025 10:42
@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 11:01am
nebula Ready Ready Preview Comment Dec 11, 2025 11:01am
thirdweb_playground Ready Ready Preview Comment Dec 11, 2025 11:01am
thirdweb-www Ready Ready Preview Comment Dec 11, 2025 11:01am
wallet-ui Ready Ready Preview Comment Dec 11, 2025 11:01am

@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

Bumped package versions across thirdweb, wagmi-adapter, nebula, and wagmi-demo with corresponding changelog updates. Removed a changeset file. Core change introduces automatic storage and reuse of permit x402 signatures in thirdweb 5.116.1.

Changes

Cohort / File(s) Summary
Changeset cleanup
.changeset/warm-clouds-judge.md
Removed changeset entry for thirdweb patch and permit x402 signature feature
thirdweb version update
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Version bumped from 5.116.0 to 5.116.1; changelog entry added for permit x402 signature storage and reuse
wagmi-adapter version update
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Version bumped from 0.2.199 to 0.2.200; changelog entry added at top of file
nebula version update
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Version bumped from 0.2.102 to 0.2.103; changelog entry added with thirdweb dependency update reference
wagmi-demo version update
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Version bumped from 0.0.44 to 0.0.45; changelog entry added with updated dependencies (thirdweb 5.116.1, wagmi-adapter 0.2.200)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

  • Verify version consistency across all package bumps and dependency references in changelogs
  • Confirm changelog entries match the actual changes and dependency versions

Suggested labels

packages, SDK

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is auto-generated by the Changesets release action and lacks the required template sections. Although this is an automated release PR, the description should include: a properly formatted title following '[SDK/Dashboard/Portal] Feature/Fix: Title' format, a notes section for reviewers, and instructions on how to test the release.
Title check ❓ Inconclusive The title 'Version Packages' is vague and generic, using a non-descriptive term that doesn't convey meaningful information about the changeset. Consider a more descriptive title such as 'Release: Update package versions and changelogs' or 'Publish v5.116.1 of thirdweb and dependent packages' to clarify the release nature and scope.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 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)

3-7: Nit: tighten wording and quote scheme name

For consistency with earlier entries (which quote 'upto'), consider this small copy edit.

- - [#8538](https://github.com/thirdweb-dev/js/pull/8538) [`f5ab57f`](https://github.com/thirdweb-dev/js/commit/f5ab57f3657bf0569e77ac2dcbf7f158a3211fb1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Automatically store and re-use permit x402 signatures for upto schemes
+ - [#8538](https://github.com/thirdweb-dev/js/pull/8538) [`f5ab57f`](https://github.com/thirdweb-dev/js/commit/f5ab57f3657bf0569e77ac2dcbf7f158a3211fb1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Automatically store and reuse x402 permit signatures for the 'upto' scheme
📜 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 f5ab57f and c6d4557.

📒 Files selected for processing (9)
  • .changeset/warm-clouds-judge.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/warm-clouds-judge.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, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: Build Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
apps/wagmi-demo/package.json (1)

4-4: Version bump is correct.

The patch version was incremented from 0.0.44 to 0.0.45, consistent with the dependency updates to thirdweb@5.116.1 and @thirdweb-dev/wagmi-adapter@0.2.200.

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

59-59: Version bump is correct.

The patch version was incremented from 0.2.199 to 0.2.200. The peer dependency constraint on thirdweb (^5.85.0) allows the new 5.116.1 version.

packages/thirdweb/package.json (1)

433-433: Version bump is correct.

The patch version was incremented from 5.116.0 to 5.116.1, appropriate for the permit x402 signature handling improvements mentioned in the PR.

packages/nebula/package.json (1)

60-60: Version bump is correct.

The patch version was incremented from 0.2.102 to 0.2.103. The workspace dependency will correctly resolve to the updated thirdweb@5.116.1.

packages/nebula/CHANGELOG.md (1)

3-8: Changelog entry is properly formatted.

The 0.2.103 entry correctly documents the dependency update to thirdweb@5.116.1 and references the appropriate commit hash with proper linking.

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

3-4: Changelog entry added but lacks detail.

The 0.2.200 version header was added, but unlike the nebula and wagmi-demo changelogs, there are no patch changes documented. If this release includes dependency updates or functional changes, consider documenting them. However, if this is a dependency-only bump with no direct changes to wagmi-adapter, the sparse format may be intentional and consistent with this file's existing pattern (e.g., 0.2.199, 0.2.198 are also empty).

Verify whether the empty changelog entry is intentional or if patch change documentation should be added to match the detail level in other release files (nebula 0.2.103, wagmi-demo 0.0.45).

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

3-9: Changelog entry is complete and correct.

The 0.0.45 entry documents both dependency updates (thirdweb@5.116.1 and @thirdweb-dev/wagmi-adapter@0.2.200) with proper formatting and the matching commit hash.

@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 (20e41ee) to head (a8836e3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8539      +/-   ##
==========================================
- Coverage   54.67%   54.66%   -0.01%     
==========================================
  Files         921      921              
  Lines       61163    61163              
  Branches     4156     4150       -6     
==========================================
- Hits        33439    33434       -5     
- Misses      27622    27627       +5     
  Partials      102      102              
Flag Coverage Δ
packages 54.66% <ø> (-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.

@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