Skip to content

Version Packages #7776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #7776

wants to merge 1 commit into from

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Aug 1, 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.27

Patch Changes

thirdweb@5.105.27

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.124


PR-Codex overview

This PR primarily focuses on updating version numbers and changelogs for various packages, specifically thirdweb, nebula, and wagmi-adapter, as well as removing outdated changeset files.

Detailed summary

  • Deleted outdated changeset files: .changeset/thin-days-add.md, .changeset/odd-fans-tickle.md, .changeset/short-icons-care.md
  • Updated version in packages/thirdweb/package.json from 5.105.26 to 5.105.27
  • Updated version in packages/nebula/package.json from 0.2.26 to 0.2.27
  • Updated version in packages/wagmi-adapter/package.json from 0.2.123 to 0.2.124
  • Added changelog entries for:
    • nebula version 0.2.27 with dependency updates
    • thirdweb version 5.105.27 with notable changes including:
      • Added transaction hash to max wait time error
      • Introduced useSiweAuth to React Native exports
      • Fixed thirdweb/insight import TypeScript error

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

Summary by CodeRabbit

  • Documentation
    • Updated changelogs to reflect recent patch releases and dependency updates.
    • Documented the addition of the useSiweAuth hook for React Native and a TypeScript import error fix.
    • Removed outdated changeset files.
  • Chores
    • Bumped package versions for nebula, thirdweb, and wagmi-adapter to their latest patch releases.

@joaquim-verges joaquim-verges requested review from a team as code owners August 1, 2025 01:31
Copy link

vercel bot commented Aug 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 0:42am
nebula ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 0:42am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 0:42am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 0:42am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 0:42am

Copy link
Contributor

graphite-app bot commented Aug 1, 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.

Copy link
Contributor

coderabbitai bot commented Aug 1, 2025

Walkthrough

This change updates the version numbers and changelogs for the thirdweb, nebula, and wagmi-adapter packages. It also removes two changeset files that previously documented a TypeScript import fix and the addition of the useSiweAuth React Native hook. No code, logic, or public API changes are included; only metadata and documentation files are affected.

Changes

Cohort / File(s) Change Summary
Remove Changeset Files
.changeset/thin-days-add.md, .changeset/short-icons-care.md
Deleted changeset files documenting a TypeScript import fix for thirdweb/insight and the addition of useSiweAuth React Native hook.
thirdweb Package Version & Changelog
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version to 5.105.27 and added changelog entries for a TypeScript import fix and new React Native hook useSiweAuth.
nebula Package Version & Changelog
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Updated version to 0.2.27 and documented dependency update to thirdweb 5.105.27 in the changelog.
wagmi-adapter Package Version & Changelog
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Incremented version to 0.2.124 and added a new, empty changelog entry for this version.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

packages, SDK

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4ac8d32 and 9b04879.

📒 Files selected for processing (2)
  • .changeset/short-icons-care.md (0 hunks)
  • .changeset/thin-days-add.md (0 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/short-icons-care.md
  • .changeset/thin-days-add.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). (8)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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/wagmi-adapter/CHANGELOG.md (1)

3-4: Add a “### Patch Changes” stub for consistency

Every previous entry includes a “### Patch Changes” header (even when empty). Keeping that structure avoids accidental parsing issues in tooling that relies on this format.

 ## 0.2.124
+### Patch Changes
+- Version bump only – automated release via PR #7776.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e1ad7da and da2dc97.

📒 Files selected for processing (7)
  • .changeset/thin-days-add.md (0 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/thin-days-add.md
🧰 Additional context used
📓 Path-based instructions (1)
packages/wagmi-adapter/**

📄 CodeRabbit Inference Engine (CLAUDE.md)

Wagmi ecosystem integration is in packages/wagmi-adapter/

Files:

  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
🧠 Learnings (7)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions
Learnt from: CR
PR: thirdweb-dev/js#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/`
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
Learnt from: Yash094
PR: thirdweb-dev/js#7608
File: apps/dashboard/src/@/api/team.ts:96-96
Timestamp: 2025-07-15T08:25:44.584Z
Learning: In the thirdweb dashboard codebase, the `getTeamById` function was actually a wrapper around `getTeamBySlug`, so removing it and calling `getTeamBySlug` directly doesn't change functionality. The `LAST_USED_TEAM_ID` cookie and related variables were storing slugs all along, not IDs.
📚 Learning: applies to packages/wagmi-adapter/** : wagmi ecosystem integration is in `packages/wagmi-adapter/`...
Learnt from: CR
PR: thirdweb-dev/js#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/CHANGELOG.md
  • packages/wagmi-adapter/package.json
📚 Learning: applies to packages/thirdweb/src/exports/** : export everything via `exports/` directory, grouped by...
Learnt from: CR
PR: thirdweb-dev/js#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/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/package.json
📚 Learning: applies to packages/thirdweb/src/exports/** : every public symbol must have comprehensive tsdoc with...
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/thirdweb/src/exports/** : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)

Applied to files:

  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/package.json
📚 Learning: in the thirdweb/js project, the react namespace is available for type annotations (like react.fc) wi...
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.

Applied to files:

  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
📚 Learning: surface breaking changes prominently in pr descriptions...
Learnt from: CR
PR: thirdweb-dev/js#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/thirdweb/CHANGELOG.md
📚 Learning: the thirdwebbarchart component in apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(side...
Learnt from: arcoraven
PR: thirdweb-dev/js#7505
File: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/analytics/components/WebhookAnalyticsCharts.tsx:186-204
Timestamp: 2025-07-10T10:18:33.238Z
Learning: The ThirdwebBarChart component in apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/analytics/components/WebhookAnalyticsCharts.tsx does not accept standard accessibility props like `aria-label` and `role` in its TypeScript interface, causing compilation errors when added.

Applied to files:

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

3-8: Confirm commit hash length format

Most previous changelog entries use the short 7-character commit hash for readability.
This entry links to the full 40-character hash (e1ad7daf5401c4ddd3661eceed15e8c4f481d28e).
For consistency, consider truncating the hash to the first 7 characters or, if the long form is now the new convention, update earlier entries accordingly.

packages/thirdweb/package.json (1)

412-412: Version bump acknowledged

Patch version updated to 5.105.27; no other manifest changes. Looks good.

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry looks correct

Entry accurately reflects the dependency bump and references the fixing commit.

packages/nebula/package.json (1)

60-60: Nebula package version bump confirmed

Version advanced to 0.2.27; aligns with the changelog. No issues.

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

58-58: LGTM – version updated to 0.2.124

No further changes required.

Copy link
Contributor

github-actions bot commented Aug 1, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.16 KB (0%) 1.3 s (0%) 175 ms (+122.11% 🔺) 1.5 s
thirdweb (cjs) 352.95 KB (0%) 7.1 s (0%) 675 ms (+10.52% 🔺) 7.8 s
thirdweb (minimal + tree-shaking) 5.7 KB (0%) 114 ms (0%) 71 ms (+1087.63% 🔺) 185 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 41 ms (+2489.41% 🔺) 52 ms
thirdweb/react (minimal + tree-shaking) 19.26 KB (0%) 386 ms (0%) 78 ms (+799.77% 🔺) 464 ms

Copy link

codecov bot commented Aug 1, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7776   +/-   ##
=======================================
  Coverage   56.34%   56.34%           
=======================================
  Files         905      905           
  Lines       58788    58788           
  Branches     4142     4144    +2     
=======================================
  Hits        33122    33122           
  Misses      25561    25561           
  Partials      105      105           
Flag Coverage Δ
packages 56.34% <ø> (ø)
🚀 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 force-pushed the changeset-release/main branch from 4ac8d32 to 9b04879 Compare August 5, 2025 00:18
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.

1 participant