Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Dec 12, 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.117.0

Minor Changes

Patch Changes

  • #8573 9c04b3f Thanks @MananTank! - More reliable list of chains shown in token selection UI in SwapWidget based on origin and destination chain selections

  • #8552 5ec84bd Thanks @MananTank! - Token Selection UX improvements in SwapWidget

  • #8580 0ff8b9f Thanks @MananTank! - Move directly to token selection screen after connecting wallet in "Choose Payment" screen instead of showing the "Choose Payment" screen again after connecting wallet in bridge widgets

  • #8551 31e24f1 Thanks @MananTank! - Alphabetically sort the chains in SwapWidget UI

  • #8578 fdd2557 Thanks @MananTank! - Remove fiat price shown in the button in CheckoutWidget to avoid showing it twice in the UI.

  • #8556 151127d Thanks @MananTank! - Update in-app wallet icon in wide connect ui

  • #8553 38f4a89 Thanks @MananTank! - Fix Spinner animation not working sometimes in Next.js

  • #8576 56a1c0a Thanks @MananTank! - Payment Details UI improvements for bridge widget components

@thirdweb-dev/nebula@0.2.104

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.201

wagmi-inapp@0.0.46

Patch Changes


PR-Codex overview

This PR primarily focuses on version updates across multiple packages, along with the addition of changelog entries for the updated versions. It includes dependency updates and improvements to the thirdweb and wagmi packages.

Detailed summary

  • Deleted several .changeset markdown files.
  • Updated version in packages/thirdweb/package.json from 5.116.1 to 5.117.0.
  • Updated version in apps/wagmi-demo/package.json from 0.0.45 to 0.0.46.
  • Updated version in packages/nebula/package.json from 0.2.103 to 0.2.104.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.200 to 0.2.201.
  • Added changelog entry for packages/nebula version 0.2.104.
  • Added changelog entry for apps/wagmi-demo version 0.0.46.
  • Added changelog entry for packages/thirdweb version 5.117.0 with various improvements and bug fixes.

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

Summary by CodeRabbit

  • Bug Fixes

    • Fixed Spinner animation reliability in Next.js environments
    • Removed duplicate fiat price display in CheckoutWidget
  • Improvements

    • Chains now alphabetically sorted in swap interface
    • Enhanced Token Selection user experience
    • Updated Payment Details UI for bridge widgets
    • Improved wallet icon display
    • Adjusted default wallet configuration for bridge widgets
  • Chores

    • Dependency updates across packages

✏️ 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 12, 2025 18:51
@vercel
Copy link

vercel bot commented Dec 12, 2025

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

Project Deployment Review Updated (UTC)
docs-v2 Error Error Dec 19, 2025 11:44pm
nebula Ready Ready Preview, Comment Dec 19, 2025 11:44pm
thirdweb_playground Ready Ready Preview, Comment Dec 19, 2025 11:44pm
thirdweb-www Ready Ready Preview, Comment Dec 19, 2025 11:44pm
wallet-ui Ready Ready Preview, Comment Dec 19, 2025 11:44pm

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

coderabbitai bot commented Dec 12, 2025

Walkthrough

Removed several .changeset files, added/updated changelog entries, and bumped package/app versions; no source code or exported/public API declarations were modified.

Changes

Cohort / File(s) Summary
Removed changesets
/.changeset/ninety-trains-tell.md, /.changeset/violet-needles-fly.md, /.changeset/eager-loops-obey.md, /.changeset/sixty-clubs-fix.md, /.changeset/yummy-squids-rush.md, /.changeset/plain-maps-care.md, /.changeset/short-wasps-show.md
Deleted seven changeset markdown files that described patch notes (SwapWidget chain sorting, Spinner animation fix, Token Selection UX, in‑app wallet icon update, Payment Details UI improvements, removing in-app wallet from default list, CheckoutWidget fiat price removal).
Package/app version bumps
packages/thirdweb/package.json, packages/nebula/package.json, packages/wagmi-adapter/package.json, apps/wagmi-demo/package.json
Bumped versions: packages/thirdweb 5.116.1 → 5.117.0, packages/nebula 0.2.103 → 0.2.104, packages/wagmi-adapter 0.2.200 → 0.2.201, apps/wagmi-demo 0.0.45 → 0.0.46. No other package.json fields changed.
Changelog updates
packages/thirdweb/CHANGELOG.md, packages/nebula/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md, apps/wagmi-demo/CHANGELOG.md
Added new release headers/entries for the bumped versions and listed patch notes or dependency updates; no source code changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Verify version numbers and changelog headers for typos and consistent formatting.
  • Confirm changelog entries reference the intended commits/PRs (check packages/nebula/CHANGELOG.md and packages/thirdweb/CHANGELOG.md).
  • Ensure the removed .changeset files were intentionally deleted (they contain release notes that may be required for changelog generation).

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description deviates from the repository template, which specifies a format including SDK/Dashboard/Portal tags, issue tags, notes for reviewers, and testing instructions. Restructure to follow the required template with sections for issue tags, reviewer notes, and testing guidance, though automated release PRs may warrant template exceptions.
Title check ❓ Inconclusive The title 'Version Packages' is generic and vague, using non-descriptive terminology that doesn't convey specific information about the changeset. Consider a more descriptive title such as 'Release: Version bumps and changelog updates for thirdweb, nebula, wagmi-adapter, and wagmi-inapp' to clearly indicate this is an automated release PR.
✅ 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 unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

📜 Recent review details

Configuration used: Organization 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 07652ee and 2b156f8.

📒 Files selected for processing (15)
  • .changeset/eager-loops-obey.md (0 hunks)
  • .changeset/ninety-trains-tell.md (0 hunks)
  • .changeset/plain-maps-care.md (0 hunks)
  • .changeset/short-wasps-show.md (0 hunks)
  • .changeset/sixty-clubs-fix.md (0 hunks)
  • .changeset/violet-needles-fly.md (0 hunks)
  • .changeset/yummy-squids-rush.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 (7)
  • .changeset/eager-loops-obey.md
  • .changeset/yummy-squids-rush.md
  • .changeset/short-wasps-show.md
  • .changeset/ninety-trains-tell.md
  • .changeset/plain-maps-care.md
  • .changeset/violet-needles-fly.md
  • .changeset/sixty-clubs-fix.md
✅ Files skipped from review due to trivial changes (1)
  • packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/nebula/package.json
  • apps/wagmi-demo/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: E2E Tests (pnpm, webpack)
  • GitHub Check: Lint Packages
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry is correctly formatted and versioned.

The new 0.2.104 patch release properly documents the dependency update to thirdweb@5.117.0 with all referenced commits, following the established Changesets format.

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

3-10: Changelog entry is correctly formatted and all dependency versions documented.

The new 0.0.46 patch release properly records updates to both thirdweb@5.117.0 and @thirdweb-dev/wagmi-adapter@0.2.201 with consistent commit references across related releases.


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: 1

📜 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 38f4a89 and f7c9199.

📒 Files selected for processing (10)
  • .changeset/ninety-trains-tell.md (0 hunks)
  • .changeset/violet-needles-fly.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 (2)
  • .changeset/ninety-trains-tell.md
  • .changeset/violet-needles-fly.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: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
packages/nebula/package.json (1)

60-60: Version bump looks consistent with a patch release.
No concerns in this file beyond the version increment.

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

4-4: Private app version bump is fine.
No other changes/risk in this file.

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

59-59: Patch version bump looks correct; peer range remains compatible.
thirdweb@5.116.2 is within peerDependencies.thirdweb: ^5.85.0, so this release bump is consistent.

packages/thirdweb/package.json (1)

433-433: Version bump only; please ensure bundle budgets still pass.

Since packages/thirdweb/package.json tracks bundle budgets via size-limit, it's worth confirming pnpm -C packages/thirdweb size and pnpm lint remain green. (CI will also verify these on the PR via the size and lint jobs.)

packages/thirdweb/CHANGELOG.md (1)

3-10: Changelog entry looks consistent and correctly scoped to patch notes.
5.116.2 is added at the top, uses the same heading structure as prior entries, and clearly attributes PRs/commits/authors for the two fixes.

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry looks consistent and complete for a dependency-only patch release.

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

3-10: Changelog entry is clear and matches the established “Updated dependencies” format.

Comment on lines +3 to +4
## 0.2.201

Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Avoid empty changelog sections; add at least a minimal “Patch Changes” note for 0.2.201.

Suggested patch:

 ## 0.2.201
+
+### Patch Changes
+
+- No user-facing changes.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## 0.2.201
## 0.2.201
### Patch Changes
- No user-facing changes.
🤖 Prompt for AI Agents
In packages/wagmi-adapter/CHANGELOG.md around lines 3 to 4, the 0.2.201 entry is
empty; add a minimal "Patch Changes" section under the version header with
one-line note describing the patch (e.g., "Patch Changes: minor fixes and
documentation updates" or the actual fix summary). Update the file so 0.2.201
includes the "Patch Changes" heading and a concise bullet or sentence, commit
the change.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2025

size-limit report 📦

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

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.18%. Comparing base (9c04b3f) to head (2b156f8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8554      +/-   ##
==========================================
- Coverage   53.19%   53.18%   -0.01%     
==========================================
  Files         922      922              
  Lines       61480    61480              
  Branches     4032     4032              
==========================================
- Hits        32706    32701       -5     
- Misses      28676    28681       +5     
  Partials       98       98              
Flag Coverage Δ
packages 53.18% <ø> (-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.

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-14: Changelog entry looks correct; consider normalizing wording/capitalization (“UI”).
New 5.116.2 section is well-formed and links look consistent. Minor nit: “wide connect ui” → “wide connect UI” to match surrounding style.

📜 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 cd790c9 and ad13a2c.

📒 Files selected for processing (11)
  • .changeset/eager-loops-obey.md (0 hunks)
  • .changeset/ninety-trains-tell.md (0 hunks)
  • .changeset/violet-needles-fly.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 (3)
  • .changeset/violet-needles-fly.md
  • .changeset/eager-loops-obey.md
  • .changeset/ninety-trains-tell.md
🚧 Files skipped from review as they are similar to previous changes (4)
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/package.json
  • apps/wagmi-demo/package.json
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{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
⏰ 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: Size
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (3)
packages/wagmi-adapter/package.json (1)

59-59: Version bump looks consistent for release automation.

Only metadata change; aligns with the release PR intent.

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

1-10: No action needed — changelog header and dependencies are correct.

The package name wagmi-inapp in the changelog header matches apps/wagmi-demo/package.json, version 0.0.46 is correct, and the declared dependency versions (@thirdweb-dev/wagmi-adapter@0.2.201) align with the entry. The app uses workspace:* references, which is appropriate for this monorepo structure.

packages/nebula/CHANGELOG.md (1)

3-8: Changelog entry looks good.

The new version 0.2.104 entry is properly formatted and consistent with existing entries. The commit references and dependency update to thirdweb@5.116.2 align with the PR objectives. The patch version bump is appropriate for dependency-only updates.

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-13: Changelog entry looks correct; tiny wording nit

The 5.116.2 entry correctly lists the four PRs described in the PR summary and matches existing formatting. The only tiny consistency nit is “wide connect ui” in Line 11 — elsewhere in the changelog similar phrases use “UI” uppercase. Consider changing wide connect uiwide connect UI for consistency, but it’s purely editorial.

📜 Review details

Configuration used: Organization 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 ad13a2c and fa097ae.

📒 Files selected for processing (12)
  • .changeset/eager-loops-obey.md (0 hunks)
  • .changeset/ninety-trains-tell.md (0 hunks)
  • .changeset/sixty-clubs-fix.md (0 hunks)
  • .changeset/violet-needles-fly.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 (4)
  • .changeset/ninety-trains-tell.md
  • .changeset/eager-loops-obey.md
  • .changeset/violet-needles-fly.md
  • .changeset/sixty-clubs-fix.md
✅ Files skipped from review due to trivial changes (1)
  • apps/wagmi-demo/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (4)
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • apps/wagmi-demo/package.json
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{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/nebula/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: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/nebula/package.json (1)

60-60: LGTM! Version bump is correct.

The patch version increment from 0.2.103 to 0.2.104 aligns with the automated release process and matches the corresponding CHANGELOG entry.

packages/nebula/CHANGELOG.md (1)

3-9: LGTM! Changelog entry is well-formed.

The new 0.2.104 release entry correctly documents the dependency update to thirdweb@5.116.2 with proper commit references, consistent with the automated release process.

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: 1

🧹 Nitpick comments (1)
packages/thirdweb/CHANGELOG.md (1)

17-17: Optional: Normalize “UI” capitalization

Here you use wide connect ui while other entries (e.g., line 19) capitalize “UI”. Consider changing this to wide connect UI for consistency with the rest of the changelog.

📜 Review details

Configuration used: Organization 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 e719db6 and 07652ee.

📒 Files selected for processing (13)
  • .changeset/eager-loops-obey.md (0 hunks)
  • .changeset/ninety-trains-tell.md (0 hunks)
  • .changeset/sixty-clubs-fix.md (0 hunks)
  • .changeset/violet-needles-fly.md (0 hunks)
  • .changeset/yummy-squids-rush.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 (5)
  • .changeset/eager-loops-obey.md
  • .changeset/ninety-trains-tell.md
  • .changeset/sixty-clubs-fix.md
  • .changeset/yummy-squids-rush.md
  • .changeset/violet-needles-fly.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/package.json
  • apps/wagmi-demo/package.json
  • packages/nebula/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{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
⏰ 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: Unit Tests
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/wagmi-adapter/package.json (1)

59-59: LGTM! Version bump is correct.

The patch version increment from 0.2.200 to 0.2.201 follows semantic versioning conventions and aligns with the automated release workflow.

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

3-10: LGTM! Changelog entry is well-formatted.

The new version 0.0.46 entry correctly documents the dependency updates with proper commit references and follows the established changelog format.


### Minor Changes

- [#8579](https://github.com/thirdweb-dev/js/pull/8579) [`304e4e5`](https://github.com/thirdweb-dev/js/commit/304e4e5be860e4989abf0493cb737f46e050a697) Thanks [@MananTank](https://github.com/MananTank)! - Remove in-app wallet from default wallet list for bridge widgets"
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove stray trailing quote in minor-change description

The line ends with an extra " after bridge widgets, which looks like a typo and is inconsistent with other entries. Please remove the trailing quote.

🤖 Prompt for AI Agents
In packages/thirdweb/CHANGELOG.md around line 7, there is a stray trailing
double-quote at the end of the minor-change entry: remove the extra `"` after
"bridge widgets" so the line matches other entries (i.e., end the line with the
closing parenthesis and description only, no trailing quote).

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