Skip to content

Version Packages#8765

Merged
0xFirekeeper merged 1 commit into
mainfrom
changeset-release/main
May 11, 2026
Merged

Version Packages#8765
0xFirekeeper merged 1 commit into
mainfrom
changeset-release/main

Conversation

@joaquim-verges
Copy link
Copy Markdown
Member

@joaquim-verges joaquim-verges commented May 11, 2026

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.120.0

Minor Changes

@thirdweb-dev/nebula@0.2.115

Patch Changes

  • Updated dependencies [23d74a0]:
    • thirdweb@5.120.0

@thirdweb-dev/wagmi-adapter@0.2.212

wagmi-inapp@0.0.57

Patch Changes

  • Updated dependencies [23d74a0]:
    • thirdweb@5.120.0
    • @thirdweb-dev/wagmi-adapter@0.2.212

PR-Codex overview

This PR focuses on updating version numbers across multiple packages and adding entries to their changelogs to reflect new versions and dependency updates.

Detailed summary

  • Deleted .changeset/chatty-peaches-drop.md.
  • Updated version in packages/thirdweb/package.json to 5.120.0.
  • Updated version in apps/wagmi-demo/package.json to 0.0.57.
  • Updated version in packages/nebula/package.json to 0.2.115.
  • Updated version in packages/wagmi-adapter/package.json to 0.2.212.
  • Added changelog entry for packages/nebula version 0.2.115 with dependency update.
  • Added changelog entry for apps/wagmi-demo version 0.0.57 with dependency updates.
  • Added changelog entry for packages/thirdweb version 5.120.0 with a minor change for new onramp provider.

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

Summary by CodeRabbit

  • New Features
    • Added RampNow as a new onramp provider in the SDK

Review Change Stack

@joaquim-verges joaquim-verges requested review from a team as code owners May 11, 2026 21:55
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-v2 Error Error May 11, 2026 10:06pm
nebula Ready Ready Preview, Comment May 11, 2026 10:06pm
thirdweb_playground Ready Ready Preview, Comment May 11, 2026 10:06pm
thirdweb-www Ready Ready Preview, Comment May 11, 2026 10:06pm
wallet-ui Ready Ready Preview, Comment May 11, 2026 10:06pm

@github-actions github-actions Bot added packages SDK Involves changes to the thirdweb SDK labels May 11, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9275bea4-7b8f-4324-a4e7-6de185d4941f

📥 Commits

Reviewing files that changed from the base of the PR and between 23d74a0 and 44d1d5e.

📒 Files selected for processing (9)
  • .changeset/chatty-peaches-drop.md
  • apps/wagmi-demo/CHANGELOG.md
  • apps/wagmi-demo/package.json
  • packages/nebula/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
💤 Files with no reviewable changes (1)
  • .changeset/chatty-peaches-drop.md

Walkthrough

Version bumps and changelog additions across thirdweb SDK (5.119.4 → 5.120.0 with RampNow onramp provider), nebula (0.2.114 → 0.2.115), wagmi-adapter (0.2.211 → 0.2.212), and wagmi-demo app (0.0.56 → 0.0.57) with processed changeset cleanup.

Changes

Release Updates

Layer / File(s) Summary
thirdweb Core Release
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Main SDK version bumped from 5.119.4 to 5.120.0. Changelog entry added documenting RampNow as a new onramp provider under Minor Changes.
nebula Package Dependency Update
packages/nebula/package.json, packages/nebula/CHANGELOG.md
nebula version incremented from 0.2.114 to 0.2.115. Changelog records updated thirdweb@5.120.0 dependency under Patch Changes.
wagmi-adapter Package Dependency Update
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
wagmi-adapter version incremented from 0.2.211 to 0.2.212. Changelog header added for new release section.
wagmi-demo App Dependency Update
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
wagmi-demo app version incremented from 0.0.56 to 0.0.57. Changelog entry documents dependency updates to thirdweb@5.120.0 and wagmi-adapter@0.2.212.
Changeset Artifact Cleanup
.changeset/chatty-peaches-drop.md
Processed changeset file removed after release notes incorporated into packages/thirdweb/CHANGELOG.md.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • thirdweb-dev/js#7891: Updates release metadata files (package.json versions and changelogs) across thirdweb, nebula, and wagmi-adapter packages as part of versioning and release automation.

Suggested labels

packages, SDK

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Version Packages' is vague and generic, using non-descriptive language that doesn't convey the specific purpose of the changeset release. Consider using a more descriptive title such as 'Release: thirdweb 5.120.0 with RampNow provider' or 'chore: release packages with dependency updates'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The PR description is auto-generated by the Changesets action and provides comprehensive release information including version bumps and changelog entries, though it deviates from the repository's template structure.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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

Comment on lines +3 to +4
## 0.2.212

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry for version 0.2.212 is incomplete. It only has the version header but is missing the content describing what changed (e.g., "### Patch Changes" section with dependency updates). All other packages in this release (nebula, wagmi-inapp) have complete changelog entries with their patch changes documented.

This will result in an incomplete/malformed changelog that doesn't explain why this version was bumped. The entry should follow the same pattern as other packages:

## 0.2.212

### Patch Changes

- Updated dependencies [[`23d74a0`](https://github.com/thirdweb-dev/js/commit/23d74a0a54247930e6889bbf66f88fa673a23f1a)]:
  - thirdweb@5.120.0
Suggested change
## 0.2.212
## 0.2.212
### Patch Changes
- Updated dependencies [[`23d74a0`](https://github.com/thirdweb-dev/js/commit/23d74a0a54247930e6889bbf66f88fa673a23f1a)]:
- thirdweb@5.120.0

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2026

size-limit report 📦

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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.78%. Comparing base (23d74a0) to head (44d1d5e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8765   +/-   ##
=======================================
  Coverage   52.78%   52.78%           
=======================================
  Files         934      934           
  Lines       62976    62976           
  Branches     4137     4137           
=======================================
  Hits        33241    33241           
  Misses      29635    29635           
  Partials      100      100           
Flag Coverage Δ
packages 52.78% <ø> (ø)
🚀 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.

@0xFirekeeper 0xFirekeeper merged commit a82e633 into main May 11, 2026
25 of 26 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch May 11, 2026 22:21
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