Skip to content

Version Packages#8734

Merged
0xFirekeeper merged 1 commit intomainfrom
changeset-release/main
Apr 6, 2026
Merged

Version Packages#8734
0xFirekeeper merged 1 commit intomainfrom
changeset-release/main

Conversation

@joaquim-verges
Copy link
Copy Markdown
Member

@joaquim-verges joaquim-verges commented Apr 6, 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-dev/nebula@0.2.114

Patch Changes

thirdweb@5.119.4

Patch Changes

  • #8733 83198b2 Thanks @Dhaiwat10! - Updates the hardcoded ENS Universal Resolver address from 0xce01f8eee7E479C928F8919abD53E553a36CeF67 (old) to 0xeeeeeeee14d718c2b47d9923deab1335e144eeee (new)

  • #8735 ad49560 Thanks @0xFirekeeper! - ENS: add coinType param to reverse resolver

@thirdweb-dev/wagmi-adapter@0.2.211

wagmi-inapp@0.0.56

Patch Changes

  • Updated dependencies [83198b2, ad49560]:
    • thirdweb@5.119.4
    • @thirdweb-dev/wagmi-adapter@0.2.211

PR-Codex overview

This PR focuses on updating version numbers and changelogs for various packages, reflecting dependency updates and new features in the thirdweb library and its related packages.

Detailed summary

  • Deleted two .md files in .changeset
  • Updated version in packages/thirdweb/package.json from 5.119.3 to 5.119.4
  • Updated version in apps/wagmi-demo/package.json from 0.0.55 to 0.0.56
  • Updated version in packages/nebula/package.json from 0.2.113 to 0.2.114
  • Updated version in packages/wagmi-adapter/package.json from 0.2.210 to 0.2.211
  • Added changelog entries for 0.2.114 in packages/nebula/CHANGELOG.md
  • Added changelog entries for 0.0.56 in apps/wagmi-demo/CHANGELOG.md
  • Added changelog entries for 5.119.4 in packages/thirdweb/CHANGELOG.md

✨ 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 April 6, 2026 15:09
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

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

Project Deployment Actions Updated (UTC)
docs-v2 Ready Ready Preview, Comment Apr 6, 2026 4:24pm
nebula Ready Ready Preview, Comment Apr 6, 2026 4:24pm
thirdweb_playground Ready Ready Preview, Comment Apr 6, 2026 4:24pm
thirdweb-www Ready Ready Preview, Comment Apr 6, 2026 4:24pm
wallet-ui Ready Ready Preview, Comment Apr 6, 2026 4:24pm

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Apr 6, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 6, 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: 9146efce-6ab4-4968-964e-e78a592c375b

📥 Commits

Reviewing files that changed from the base of the PR and between 83198b2 and 4ec4196.

📒 Files selected for processing (9)
  • .changeset/empty-dots-tell.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/empty-dots-tell.md

Walkthrough

Version bump release across multiple packages: thirdweb (5.119.3 → 5.119.4), nebula (0.2.113 → 0.2.114), wagmi-adapter (0.2.210 → 0.2.211), and wagmi-demo (0.0.55 → 0.0.56). Main functional change is the ENS Universal Resolver hardcoded address update in thirdweb.

Changes

Cohort / File(s) Summary
Package version updates
apps/wagmi-demo/package.json, packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Version field incremented across all package manifests for coordinated release.
Changelog entries
apps/wagmi-demo/CHANGELOG.md, packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
New version entries added documenting patch changes and dependency updates. ENS Universal Resolver address change (0xce01f8eee7E479C928F8919abD53E553a36CeF67 → 0xeeeeeeee14d718c2b47d9923deab1335e144eeee) documented in thirdweb changelog.
Changesets cleanup
.changeset/empty-dots-tell.md
Removed changesets entry after version release.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested labels

packages, SDK

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Version Packages' accurately describes the main change—a version bump and release of multiple packages via the Changesets action.
Description check ✅ Passed The description is comprehensive and complete, generated by the Changesets release action with detailed release notes, version bumps, and changelog information.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

size-limit report 📦

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

Copy link
Copy Markdown
Member

@0xFirekeeper 0xFirekeeper left a comment

Choose a reason for hiding this comment

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

Gonna fix ENS regression

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8734      +/-   ##
==========================================
- Coverage   52.72%   52.71%   -0.01%     
==========================================
  Files         934      934              
  Lines       62970    62970              
  Branches     4133     4136       +3     
==========================================
- Hits        33200    33195       -5     
- Misses      29672    29677       +5     
  Partials       98       98              
Flag Coverage Δ
packages 52.71% <ø> (-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.

@0xFirekeeper 0xFirekeeper merged commit 9017899 into main Apr 6, 2026
22 of 23 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch April 6, 2026 16: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